summaryrefslogtreecommitdiff
path: root/demos/time-tracker/themes/TimeTracker/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'demos/time-tracker/themes/TimeTracker/site.css')
-rw-r--r--demos/time-tracker/themes/TimeTracker/site.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/time-tracker/themes/TimeTracker/site.css b/demos/time-tracker/themes/TimeTracker/site.css
index 8a162002..bfe59f9e 100644
--- a/demos/time-tracker/themes/TimeTracker/site.css
+++ b/demos/time-tracker/themes/TimeTracker/site.css
@@ -24,6 +24,7 @@ div.main
-moz-border-radius: 15px 15px 0 0;
}
+
h1.heading, h1 a
{
color: white;
@@ -37,6 +38,15 @@ h1.heading, h1 a:hover
color: white;
}
+h1.heading
+{
+ background-image: url(sync.gif);
+ background-repeat: no-repeat;
+ background-position: center left;
+ padding: 0px 0px 5px 75px;
+}
+
+
h1 .subheading
{
display: block;
@@ -117,6 +127,7 @@ ul.level1 li .menuitem
color: #f71;
font-weight: bold;
letter-spacing: 2px;
+ text-decoration: none;
}
ul.level1 li.active .menuitem
@@ -125,6 +136,13 @@ ul.level1 li.active .menuitem
background-image: none;
}
+ul.level1 li .menuitem img
+{
+ border: 0 none;
+ vertical-align: middle;
+ margin-top: -4px;
+}
+
ul.level2
{
display: none;