mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
fixes #991 better hide h2 without hiding plugin search filter
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user