diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 389cc737e..740d2879d 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -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; } diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index 9c3ffb0aa..ae1ee4d60 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -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} diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index f9e9a6a9c..cf8993761 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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;}