summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-08-08 23:38:52 +0000
committerspocky <spocky@ampache>2007-08-08 23:38:52 +0000
commit905d434c669b634c6e070c60811a4a5ecfc1c67a (patch)
tree92f8381b99e7b87632d4c846cac92bfe2de17813 /themes/classic/templates
parent923d3a287b24964eba5a2b65cbf394373fb6bdaa (diff)
downloadampache-905d434c669b634c6e070c60811a4a5ecfc1c67a.tar.gz
ampache-905d434c669b634c6e070c60811a4a5ecfc1c67a.tar.bz2
ampache-905d434c669b634c6e070c60811a4a5ecfc1c67a.zip
minor css adjustments
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css25
1 files changed, 14 insertions, 11 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index b08b4f30..bb977f68 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -112,20 +112,22 @@ input {
}
.unselected_button {
}
+#sb_Subsearch input{ margin:0; padding:0;}
.smallbutton {
- border:0;
+ border-top:1px solid #f0f0f0;
+ border-left:1px solid #f0f0f0;
+ border-bottom:1px solid #a0a0a0;
+ border-right:1px solid #a0a0a0;
padding: 0 1px;
+ margin:0;
font-size: 11px;
cursor: pointer;
+ font-weight:bold;
+ background: #d0d0d0;
}
a.smallbutton {
- border:0;
- font-size: 11px;
- cursor: pointer;
- padding: 2px;
- font-weight:bold;
- background: #d0d0d0;
- text-decoration:none;
+ text-decoration:none;
+ padding:1px 2px;
}
@@ -228,13 +230,14 @@ h3#content_title span {
#sidebar-tabs li.sb1 {
float: left;
padding:2px;
- background: #c0c0c0;
+ background: #c0c0c0 ;
}
#sidebar-tabs li.active {
- background: #fff;
+ background: #fff url(../images/top.gif) repeat-x 0 0;
+ margin-top:8px;
}
#sidebar-tabs li.active img{
- margin-top:12px;position:relative;z-index:2;
+ margin-top:4px;position:relative;z-index:2;
/*position:absolute;left:10px;top:5px;*/
}