diff options
author | spocky <spocky@ampache> | 2007-09-24 19:49:38 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-09-24 19:49:38 +0000 |
commit | 0dce31de404c46555b0c0d9c58297b506e50e4f8 (patch) | |
tree | 803d317fff41537473c0d1ae77d971ab82df3f67 /themes/classic | |
parent | a3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (diff) | |
download | ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.gz ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.bz2 ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.zip |
- Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index fe4c3db2..0e218fde 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -102,25 +102,11 @@ body { behavior:url("csshover2.htc"); } font-size:10px;
padding:3px;
}
-#footer p {
- color:#999;
- font-size:10px;
-}
-#footer-content {
- font-size:10px;
-}
-
/************************************************/
/* Buttons */
/************************************************/
-.selected_button {
- background: #000;
- color: #fff;
-}
-.unselected_button {
-}
-#sb_Subsearch input{ margin:0; padding:0;}
+#sb_Subsearch input{ margin:0; padding:0; }
.smallbutton {
border: 1px solid #f0f0f0;
border-color: #f0f0f0 #a0a0a0 #a0a0a0 #f0f0f0;
@@ -160,20 +146,7 @@ a.smallbutton { .even:hover, .odd:hover {
background:#99ccff;
}
-.headrow {
- font-size: 12px;
- background:#ccc;
-}
-.blank {
- background: #fff;
-}
-.border {
- background: #000;
-}
-.header {
- font-size: 12px;
-}
-
+.border { background: #000; }
/************************************************/
/* Content block */
/************************************************/
@@ -563,7 +536,7 @@ h3#content_title span { .box_newest_artists {clear:none;}
.box_newest_genres {clear:none;}
.box_topbarright {display:table;}
-
+.box_topbarright #loginInfo {font-weight:bold;display:block;text-align:right;margin-bottom:.3em;}
/************************************************/
/* List Header Styles */
/************************************************/
|