fixes #991 better hide h2 without hiding plugin search filter

This commit is contained in:
plegall
2019-03-22 12:27:25 +01:00
parent 1eaeb8ba3c
commit 288d72846d
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -77,7 +77,6 @@ h3, .throw, .row1 { background-color: #ddd; }
.content h4 { color: #aaa; font-size:14px; text-align:center; padding:3px; margin-top: 0; margin-bottom: 10px;}
.content dl, dd { margin:5px; }
.content div.titrePage { height:40px; }
UL.thumbnails span.wrap2:hover { background-color:#7CBA0F; color:#999; }
-1
View File
@@ -41,7 +41,6 @@ jQuery(document).ready(function() {
var page_title = jQuery('h2').html();
jQuery('h1').html(page_title);
jQuery('h2, .titrePage').hide();
});
{/footer_script}
+2 -2
View File
@@ -116,7 +116,7 @@ TABLE.table2 TR {
TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
TABLE.table2 TR.throw { text-align: center; }
.sort { display:block; padding:8px 5px 0px 1px; clear: right; float:left; }
.sort { display:block; padding:8px 5px 5px 15px; text-align: left;}
.hour {
@@ -907,7 +907,7 @@ h1 {
color: #333;
font-size: 22px;
}
h2 { letter-spacing:1px; font-weight:bold;}
h2 { letter-spacing:1px; font-weight:bold; display: none;}
h2:lang(en) { text-transform:capitalize; }
#pluginsMenuSeparator {width:80%; margin:5px auto;}