summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-26 14:04:49 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-26 14:04:49 +0100
commit54ae8e161d7d8bdddb7fc915cdb7a9b201f09d48 (patch)
tree5b80a1340dcc3a7ec26a42f6f9658f5d0d6da741 /module/web/static/css
parentcentered notification div (diff)
downloadpyload-54ae8e161d7d8bdddb7fc915cdb7a9b201f09d48.tar.xz
added content to progress popover
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/style.less59
1 files changed, 50 insertions, 9 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index 45770cdbb..9dec0bce4 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -225,10 +225,6 @@ header div.right {
padding-right: 20px;
}
-header .pull-right {
- color: #fee267;
-}
-
header span.title {
color: white;
float: left;
@@ -248,13 +244,10 @@ header .logo {
}
.header_block {
- float: right;
-// font-family: SansationRegular, sans-serif;
+ float: right; // font-family: SansationRegular, sans-serif;
margin: 10px 8px 0;
line-height: 18px;
- font-size: small;
-
-// i {
+ font-size: small; // i {
// margin-top: 0;
// vertical-align: text-bottom;
// }
@@ -289,6 +282,11 @@ header .logo {
.header_block.right-border {
background: url("../../img/default/box-separator.png") repeat-y right;
padding-right: 1%;
+
+ .pull-right {
+ color: @yellow;
+ }
+
}
@media (max-width: @large-screen) {
@@ -299,10 +297,53 @@ header .logo {
}
#progress-area {
+ position: relative;
float: right;
width: 26%;
margin-right: 15px;
text-align: left;
+
+ .popover {
+// display: block;
+ width: 120%;
+ left: -60%; // Half of width
+ margin-left: 50%;
+ top: 100%
+ }
+
+ .popover-title, .popover-content {
+ color: @greyDark;
+ }
+
+ .close {
+ line-height: 14px;
+ }
+
+}
+
+.progress-list {
+ list-style: none;
+ margin: 0;
+ font-size: small;
+
+ li {
+
+ &:not(:last-child) {
+ margin-bottom: 5px;
+ padding-bottom: 5px;
+ border-bottom: 1px dashed @greyLight;
+ }
+
+ .progress {
+ height: 8px;
+ margin-bottom: 0;
+
+ .bar {
+ .gradient(bottom, @blue, @blueLight);
+ }
+ }
+ }
+
}
#globalprogress {