From 25bd62f9066841a4452da6c1312c73552079c761 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 03:26:28 +0000 Subject: Use jQuery magic to make the scaffold look shiny. --- core/views/welcome.html.php | 120 ++++++++++++++++++++++++++++++++------------ 1 file changed, 88 insertions(+), 32 deletions(-) (limited to 'core') diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 3bc85dc4..680f0aa6 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -71,7 +71,45 @@ list-stype-type: none; padding: 0px; } + + div#activities { + margin-bottom: 1em; + } + + div.activity { + display: none; + } + + ul#tabs { + margin-left: 0; + padding: 1em 0 2px 1em; + white-space: nowrap; + border-bottom: 1px solid black; + } + + ul#tabs li { + display: inline; + list-style-type: none; + } + + ul#tabs a { + padding: 3px 10px; + } + + ul#tabs a:link, ul#tabs a:visited { + color: #fff; + background-color: #036; + text-decoration: none; + } + + ul#tabs a:hover { + color: #fff; + background-color: #369; + text-decoration: none; + } + +
@@ -91,40 +129,58 @@ meantime, here are some useful links to get you started.

-

System Configuration

- - -

Activities

-

-
-- cgit v1.2.3