fixed bookmarks for students
This commit is contained in:
parent
248c5ed3e1
commit
fc0a779214
@ -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
Load Diff
@ -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{
|
||||
|
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user