瀏覽代碼

fixed bookmarks for students

Bachir Soussi Chiadmi 8 年之前
父節點
當前提交
fc0a779214

+ 1 - 1
sites/all/modules/gui/materiobasemod/materio_search_api.module

@@ -593,7 +593,7 @@ function materio_search_api_search_form($form, &$form_state){
   }
 
   // add a back to search/base home bouton if on explore/foo
-  if ($path == 'explore') {
+  if ($path == 'explore' || $path == 'bookmarks' || $path == 'lists' ) {
     $link = l('<i class="fi-home"></i>', base_path().'actuality', array(
       'html'=>true,
       'attributes'=>array('class'=>'back-search-home')

File diff suppressed because it is too large
+ 35 - 30
sites/all/themes/gui/materiobasetheme/css/styles.css


+ 7 - 0
sites/all/themes/gui/materiobasetheme/scss/misc.scss

@@ -223,6 +223,13 @@ a:hover {
     outline: 0;
 }
 
+i{
+  transition: color 0.3s;
+  &:hover{
+    color:rgb(96, 96, 96);
+    text-shadow: 1px 4px 6px #FFF,0 0 0 #000,1px 4px 6px #FFF;
+  }
+}
 
 /** COLORBOX */
 #colorbox{

+ 6 - 3
sites/all/themes/gui/materiobasetheme/scss/styles.scss

@@ -863,11 +863,14 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
     .ie8 &{margin-top:40px;}
 
     h2{
-      @include fs12; @include fs700; margin: 0;  line-height:1.2; color:#000;
-      a.open-list, i.fi-xicon-remove{
-        @include inlineblock(); cursor:pointer;  color:#000;
+      @include fs12; @include fs700; margin: 0 0 0.5em 0;  line-height:1.2; color:#000;
+      a.open-list, i.fi-x{
+        @include inlineblock(); cursor:pointer;  color:#000; margin-left:0.5em;
         opacity:0; @include transition-simply-prefix(opacity 0.1s ease-out);
       }
+      i:before{
+        @include fs14;
+      }
     }
 
     &:hover{

Some files were not shown because too many files changed in this diff