summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-27 21:37:48 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-27 21:37:48 +0100
commit2e2cb3e768c86c6f8984f331d467fa60be8536f0 (patch)
treef8c476498b7f2120364f32a2202cd465afce549e /module/web/static/css
parentadded content to progress popover (diff)
downloadpyload-2e2cb3e768c86c6f8984f331d467fa60be8536f0.tar.xz
button for progress popover
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/style.less15
1 files changed, 9 insertions, 6 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index 9dec0bce4..a1f80710c 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -58,7 +58,7 @@
background-image: linear-gradient(@origin, @start, @stop);
}
-.transition(@prop: all, @time: 1s, @ease: linear) {
+.transition(@prop: all, @time: 0.25s, @ease: linear) {
-webkit-transition: @prop @time @ease;
-moz-transition: @prop @time @ease;
-o-transition: @prop @time @ease;
@@ -298,27 +298,31 @@ header .logo {
#progress-area {
position: relative;
+ text-align: center;
float: right;
width: 26%;
margin-right: 15px;
- text-align: left;
+ line-height: 16px;
.popover {
// display: block;
width: 120%;
left: -60%; // Half of width
margin-left: 50%;
- top: 100%
+ top: 100%;
}
.popover-title, .popover-content {
color: @greyDark;
}
+ i.icon-tasks {
+ cursor: pointer;
+ }
+
.close {
line-height: 14px;
}
-
}
.progress-list {
@@ -343,14 +347,13 @@ header .logo {
}
}
}
-
}
#globalprogress {
background-color: @greyDark;
background-image: none;
height: 15px;
- margin: 8px 0 0;
+ margin: 5px 0 0;
line-height: 15px;
border-radius: 15px;
border: 3px solid @grey;