From 42c62cb041a2b2b95c9cda0c20fcf70334fd244c Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 1 Nov 2011 09:32:21 +0000 Subject: Rewl og krat... needs cleaning up - after port to GIT. --- htdocs/admin.css | 14 +++++++------- htdocs/index.php | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'htdocs') diff --git a/htdocs/admin.css b/htdocs/admin.css index d81f420..d3f1e1e 100644 --- a/htdocs/admin.css +++ b/htdocs/admin.css @@ -25,7 +25,7 @@ border-radius: 6px; } -.admin .header { +.admin .mainheader { display: inline-block; text-align: center; background-image: none; @@ -64,7 +64,7 @@ display: box; } -.admin .menu, +.admin .adminmenu, .admin .submenu, .admin .form { background-color: #fff; @@ -85,7 +85,7 @@ border-radius: 6px; } -.admin .menu, +.admin .adminmenu, .admin .submenu { width: 704px; } @@ -95,18 +95,18 @@ padding: 10px; } -.admin .menu { +.admin .adminmenu { margin-top: 0px; min-height: 12px; } -.admin .menu .entry, +.admin .adminmenu .entry, .admin .submenu .entry { + border-color: #eee; color: #000; background-color: #eee; text-align: center; - border-color: inherit; border-width: inherit; border-style: outset; font-size: 10px; @@ -126,7 +126,7 @@ min-height: 12px; } -.admin .menu .active, +.admin .adminmenu .active, .admin .submenu .active { border-style: inset; background-color: #ffc; diff --git a/htdocs/index.php b/htdocs/index.php index d389e6d..f20f0af 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -1,4 +1,5 @@ value('splash') == "true") { +// Skip splash if site is entered deep (page != ""). +if($page == "" && $config->value('splash') == "true") { if($_GET["skipsplash"]) { setcookie("skipsplash", "true", time()+$config->value('splashreshow')); } -- cgit v1.2.3