diff options
author | spocky <spocky@ampache> | 2007-10-15 21:02:50 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-10-15 21:02:50 +0000 |
commit | b49eff3e1330025e202d2ff22dc27da9583f5b2b (patch) | |
tree | 3ec5f30c3e533519c936abf454bd40f1dbb7397f /themes/greysme | |
parent | 0f0ec52f25badff588468177b3e80c10c92b3a30 (diff) | |
download | ampache-b49eff3e1330025e202d2ff22dc27da9583f5b2b.tar.gz ampache-b49eff3e1330025e202d2ff22dc27da9583f5b2b.tar.bz2 ampache-b49eff3e1330025e202d2ff22dc27da9583f5b2b.zip |
Updated ajax loader
Updated pager html/css
Fixed some Greysme's bugs
Didn't fix ajax links w3c conformance :)
Diffstat (limited to 'themes/greysme')
-rw-r--r-- | themes/greysme/images/ajax-loader.gif | bin | 0 -> 5144 bytes | |||
-rw-r--r-- | themes/greysme/images/ampache.png | bin | 16648 -> 16627 bytes | |||
-rw-r--r-- | themes/greysme/templates/default.css | 35 |
3 files changed, 17 insertions, 18 deletions
diff --git a/themes/greysme/images/ajax-loader.gif b/themes/greysme/images/ajax-loader.gif Binary files differnew file mode 100644 index 00000000..30fdb5d5 --- /dev/null +++ b/themes/greysme/images/ajax-loader.gif diff --git a/themes/greysme/images/ampache.png b/themes/greysme/images/ampache.png Binary files differindex 5107bdb5..4145ac62 100644 --- a/themes/greysme/images/ampache.png +++ b/themes/greysme/images/ampache.png diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index e7d11213..19ff832e 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -233,7 +233,8 @@ h3#content_title span {} /* Doesn't exist anymore (?) */ position:absolute;
right:0px;
top:15px;
- background: #050505 url(../images/button_back.png) 0 100% repeat-x;
+ background: #050505 url(../images/button_back.png) 0 100% repeat-x !important;
+ background: #050505;
border:2px solid #e9ad51;
width:15em;
padding:0.3em;
@@ -619,14 +620,12 @@ h3#content_title span {} /* Doesn't exist anymore (?) */ /************************************************/
/* List Header Styles */
/************************************************/
-
-.list-header {
- text-decoration: none;
-}
-
-.list-header:hover {
- color:#071fd4;
-}
+.list-header{margin:7px 0; text-align:center; font-size: 0.9em;}
+.list-header .prev{float:left;}
+.list-header .next{float:right;}
+.list-header .selected{}
+.list-header .page-nb{padding:1px;border: 1px solid #111;}
+.list-header a:hover{background: transparent; border-color:#e9ad51;}
/************************************************/
@@ -823,15 +822,15 @@ 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;
+ position: absolute;
+ top:106px;
+ left:42%;
+ width:265px;
+ height:50px;
+ z-index: 100;
+ background: url(../images/ajax-loader.gif) no-repeat;
+ text-indent:-9999em;
+ display: none;
}
#mpdpl td {
|