From 1f0d6f854b87020ed8cf330c3efa5a1d8f666ea7 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 8 May 2012 13:01:27 +0200 Subject: [PATCH] update --- html/admin/css/layout.css | 26 ++++++++++++++++++++------ html/admin/index.html | 3 ++- html/admin/js/master.js | 30 +++++++++++++++++++++--------- 3 files changed, 43 insertions(+), 16 deletions(-) diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css index b91263ac17..02e72f2c92 100644 --- a/html/admin/css/layout.css +++ b/html/admin/css/layout.css @@ -62,11 +62,6 @@ td { font-size: 1.2em ; } -.nofunction { - padding-left: 4px; - padding-right: 1px; -} - pre ul li span{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 1em; @@ -84,7 +79,26 @@ pre ul li span{ #logToolbar a, #documentsToolbar a { font-size: 0.85em; } -#logToolbar, #documentsToolbar{ + +.toolbar_primary { + background-color: #e4e9d2; +} + +.toolbar_secondary { + background-color: white; +} + +.toolbar_left { + float:left; + width:30%; +} + +.toolbar_right { + float:right; + width:70%; +} + +#logToolbar, #documentsToolbar, .customToolbar{ height:24px; border: 1px solid #AAAAAA; padding-left: 3px; diff --git a/html/admin/index.html b/html/admin/index.html index 32b730efe0..55cb1db114 100644 --- a/html/admin/index.html +++ b/html/admin/index.html @@ -43,7 +43,6 @@