summaryrefslogtreecommitdiffstats
path: root/themes/greysme
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-28 02:18:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-28 02:18:08 +0000
commit705fba8f49faa42ed7f004f67b74a996c29ddb3d (patch)
treee6409a5c1f9106a03e0abbb13cdb92e9c1a0968a /themes/greysme
parent9030c16466ec16db505d755d9b6405b5a40c897d (diff)
downloadampache-705fba8f49faa42ed7f004f67b74a996c29ddb3d.tar.gz
ampache-705fba8f49faa42ed7f004f67b74a996c29ddb3d.tar.bz2
ampache-705fba8f49faa42ed7f004f67b74a996c29ddb3d.zip
ajax loading thingy added to css, fixed random methods on rightbar and added a default sort to the browse methods
Diffstat (limited to 'themes/greysme')
-rw-r--r--themes/greysme/templates/default.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index 1ed25425..c509423a 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -818,6 +818,18 @@ input.text_input {
.display {}
+#ajax-loading {
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ float: right;
+ z-index: 100;
+ background: #99ccff;
+ display: none;
+ padding: 3px 25px 5px 25px;
+ border: 1px solid #000;
+}
+
#mpdpl td {
padding: 0 2px 0 2px;
text-align: left;