diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-04 05:25:25 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-04 05:25:25 +0000 |
commit | 2ebfdf4c29ac9e33b8070243856b48ef665e61a9 (patch) | |
tree | 706831ca65800d8469cba2f4855d13246c78f206 /themes/classic/templates | |
parent | b909c08509458f4a76ba0ba7922316cd7e55b0d4 (diff) | |
download | ampache-2ebfdf4c29ac9e33b8070243856b48ef665e61a9.tar.gz ampache-2ebfdf4c29ac9e33b8070243856b48ef665e61a9.tar.bz2 ampache-2ebfdf4c29ac9e33b8070243856b48ef665e61a9.zip |
fixed potential issue with kajax, and added advanced search button to top, right bar
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index b3f074d9..bfb9e594 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -118,6 +118,15 @@ input { font-size: 11px; cursor: pointer; } +a.smallbutton { + border:0; + font-size: 11px; + cursor: pointer; + padding: 2px; + font-weight:bold; + background: #d0d0d0; + text-decoration:none; +} /************************************************/ |