From 20f05416971676e5433da86f3f924d4efe2f92df Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 17 Aug 2005 14:25:38 +0000 Subject: - modification : major simplification of admin.php. Titles are managed by included page, localized items are managed directly in the template. - new : sub template admin/double_select is included in templates admin/cat_options, admin/user_perm and admin/group_perm. I haven't been able to use it in admin/picture_modify because it seems impossible to have two instance of the same sub-template without interfering. - modification : bug 99, in profile manager, no auto submit when changing language (useless and generate accessibility problem). - improvement : HTML semantically correct for administration menu, simpler syntax, less tags, correct tags (dl/dt/dd instead of div/div). - modification : number of waiting elements and unvalidated comments are displayed in admin/intro instead of administration menu (with a link to the dedicated pages). - deletion : no link to profile from admin/user_list anymore (no need). git-svn-id: http://piwigo.org/svn/trunk@817 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/default.css | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'template/default/default.css') diff --git a/template/default/default.css b/template/default/default.css index bfadbfa81..4ac6caa96 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -366,6 +366,10 @@ input,select,textarea div#adminMain { text-align: left; + background-color: #5f5f5f; + border: 1px solid black; + display: block; + width: 100%; } div#adminMain h2 { @@ -530,6 +534,22 @@ table.doubleSelect td { padding: 0 5px; } +div#adminMain h1 { + margin-top: 0; + background-image: url(theme/tableh1_bg.gif); + color: #e0e0e0; + font-family: 'Trebuchet MS', Verdana, sans-serif; + font-weight: 600; + font-size: 16px; + padding-right: 10px; + padding-left: 10px; + border-bottom: 1px solid black; + border-right: 1px solid black; + height: 25px; + line-height: 25px; + text-align: left; +} + div#adminMain dl { margin: 10px; } @@ -542,4 +562,38 @@ div#adminMain dl>dt { margin-bottom: 5px; font-style: italic; font-size: 110%; +} + +div#theNavbar { + background-color: #5f5f5f; + border: 1px solid black; + text-align: left; +} + +div#theNavbar>dl, +div#theNavbar>dl>dd +{ + margin: 0; +} + +div#theNavbar>dl>dt { + background-image: url(theme/tableh1_bg.gif); + color: #fff48e; + font-size: 12px; + font-weight: 600; + padding-top: 0; + padding-right: 10px; + padding-left: 10px; + border-bottom: 1px solid black; + border-right: 1px solid black; + height: 25px; + line-height: 25px; + text-align: center; +} + +div#theNavbar>dl>dd>ul { + white-space: nowrap; + list-style-type: square; + padding-left: 15px; + margin: 5px; } \ No newline at end of file -- cgit v1.2.3