From f6f37985a5e5aa96fb79244f89ba1c998ce60ae0 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 20 Feb 2013 19:35:51 +0100 Subject: updated bootstrap, fixed tooltips --- module/web/static/css/default/dashboard.less | 5 +++++ module/web/static/css/default/style.less | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'module/web/static/css/default') 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; -- cgit v1.2.3