diff options
author | Wugy <wugy@mally-soft.com> | 2009-12-20 19:35:02 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2009-12-20 19:35:02 +0100 |
commit | 04c80ef15db0f553d330c3bd760956c5debc7833 (patch) | |
tree | 44b4ccc17f907e5b7c4450888832fed91e04d72b /module/web/media | |
parent | new cli working (diff) | |
download | pyload-04c80ef15db0f553d330c3bd760956c5debc7833.tar.xz |
webinterface - activ download - design 60%
Diffstat (limited to 'module/web/media')
-rw-r--r-- | module/web/media/css/default.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/module/web/media/css/default.css b/module/web/media/css/default.css index fbfc34d22..a0e82238e 100644 --- a/module/web/media/css/default.css +++ b/module/web/media/css/default.css @@ -1008,6 +1008,12 @@ a.play { a.play:hover {
background:transparent url(/media/img/control_play_blue.png) 0px 1px no-repeat;
}
+a.cancel {
+ background:transparent url(/media/img/control_cancel.png) 0px 1px no-repeat;
+}
+a.cancel:hover {
+ background:transparent url(/media/img/control_cancel_blue.png) 0px 1px no-repeat;
+}
a.pause {
background:transparent url(/media/img/control_pause.png) 0px 1px no-repeat;
}
@@ -1458,3 +1464,21 @@ div.codearea pre span.Preprc { float:left;
padding-right: 8px;
}
+.queue {
+
+ border: none;
+}
+.queue tr td {
+ border: none;
+}
+.header, .header th {
+ text-align: left;
+ font-weight: normal;
+ background-color:#ececec;
+ -moz-border-radius:5px;
+}
+.progress_bar {
+ background: #0C0;
+ height: 5px;
+
+}
|