diff options
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r-- | module/web/static/css/default/style.less | 15 |
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;
|