diff options
author | wei <> | 2006-07-29 00:09:57 +0000 |
---|---|---|
committer | wei <> | 2006-07-29 00:09:57 +0000 |
commit | 6385105e7793509de726b2941d038840c04195c1 (patch) | |
tree | 398a93f1d8399107fbca29b41714a94115858e24 /demos/time-tracker/themes/TimeTracker/site.css | |
parent | 7e0f1b300ee20c24702fcd3b1ce242ef0169ccc3 (diff) |
Add icon images to theme
Diffstat (limited to 'demos/time-tracker/themes/TimeTracker/site.css')
-rw-r--r-- | demos/time-tracker/themes/TimeTracker/site.css | 18 |
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;
|