diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-20 19:35:51 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-20 19:35:51 +0100 |
commit | f6f37985a5e5aa96fb79244f89ba1c998ce60ae0 (patch) | |
tree | 325fc686048a844b2fc68041a1a2b68575cb088f /module/web/static/css/default | |
parent | tooltips and other improvements on webui (diff) | |
download | pyload-f6f37985a5e5aa96fb79244f89ba1c998ce60ae0.tar.xz |
updated bootstrap, fixed tooltips
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 5 | ||||
-rw-r--r-- | module/web/static/css/default/style.less | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 1cd9a1bc5..2677b4035 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -113,6 +113,11 @@ text-shadow: none;
}
+ .tooltip {
+ text-shadow: none;
+ width: 100%;
+ }
+
}
// Tag area with different effect on hover
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 3e2a42abf..7c857227f 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -241,6 +241,7 @@ header .logo { line-height: 16px;
.popover { // display: block;
+ max-width: none;
width: 120%;
left: -60%; // Half of width
margin-left: 50%;
@@ -251,8 +252,12 @@ header .logo { color: @greyDark;
}
- i.icon-tasks {
+ .iconf-list {
cursor: pointer;
+
+ &:hover {
+ color: @yellow;
+ }
}
.close {
@@ -311,7 +316,6 @@ header .logo { .header-area {
display: none; // hidden by default
- overflow: hidden;
position: absolute;
line-height: 18px;
top: @header-height;
|