From 193faedbd664074476aa2c4a1ba257fb421e835d Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 16 Jul 2008 08:28:32 +0000 Subject: Some temporary CSS corrections for synchronization errors/infos. git-svn-id: http://piwigo.org/svn/trunk@2438 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/admin.tpl | 19 +++++++++++-------- admin/template/yoga/theme/admin/theme.css | 14 ++++++-------- 2 files changed, 17 insertions(+), 16 deletions(-) (limited to 'admin/template') diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl index e0d44a17e..a35c254a8 100644 --- a/admin/template/yoga/admin.tpl +++ b/admin/template/yoga/admin.tpl @@ -86,6 +86,16 @@
+ + {if isset($TABSHEET)} + {$TABSHEET} + {/if} + {if isset($U_HELP)} + + {/if} + {if isset($errors)}
    @@ -105,13 +115,6 @@
{/if} - {if isset($TABSHEET)} - {$TABSHEET} - {/if} - {if isset($U_HELP)} - - {/if} + {$ADMIN_CONTENT}
diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 77d867a70..1a7114d32 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -9,14 +9,12 @@ input.rateButton, legend, #theAdminPage h3 { color: #777; } #theAdminPage h2 { color: #333; } /* common */ .content .infos { - color: #f33; border:0pt none; font-weight:bold; background-color: #222; - padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px; - text-align:left; top:110px; width:550px; z-index: 2; } -.content .infos li { list-style-type:none; } + color: #3f6; border:0pt none; background-color: transparent; + padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; } +.content .infos li, .content .errors li { list-style-type:none; } .content .errors { - color: #900; border:0pt none; font-weight:bold; background-color: #222; - padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px; - text-align:left; top:110px; width:550px; z-index: 3; } + color: #f70; border:0pt none; font-weight:bold; background-color: transparent; + padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; } #copyright { color:#777; margin:60px auto 0px 240px; text-align:center; padding-bottom: 15px; /* background:transparent url(images/tuft_of_grass-bg.png) no-repeat scroll left bottom; */} @@ -84,7 +82,7 @@ a:hover { color: #f33; border-color: #FF3363; } #theAdminPage h2 { display:block; font-size:28px; letter-spacing:-1px; margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute; right:0; text-align:right; top:0; width:770px; } - +.header_msgs { background-color:transparent; } .HelpActions a { border:0; margin:4px 14px 0 0; position:absolute; right:0; } .HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; } -- cgit v1.2.3