From 3855be49104b6c874a1c91c7db134e642d3fda20 Mon Sep 17 00:00:00 2001 From: marijus Date: Sat, 29 Nov 2014 14:33:36 +0100 Subject: bootstrap-3.3.1 and minor css fixes --- view/theme/redbasic/css/style.css | 14 ++------------ view/theme/redbasic/php/style.php | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eb3f67453..d32514dbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1405,7 +1405,7 @@ div.jGrowl div.jGrowl-notification { #nav-search-text-ac .autocomplete { position: fixed; - top: 51px; + top: 50px; border: 1px solid $nav_bd; border-top: none; } @@ -2058,21 +2058,11 @@ img.mail-list-sender-photo { /* nav bootstrap */ -nav i { - font-size: 14px; -} nav img { - height: 47px; - width: 47px; - margin-top: 2px; border-radius: $radiuspx; } -nav ul li { - max-height: 50px -} - nav .dropdown-menu { font-size: $body_font_size; border-top-right-radius: 0px; @@ -2395,4 +2385,4 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { .bb_observer img { border: 3px solid red !important; -} \ No newline at end of file +} diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 55b35af4b..1bea84f99 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -108,7 +108,7 @@ if(! $a->install) { if (! $navtabs_bgchover) $navtabs_bgchover = "rgba(238,238,238,0.8)"; if (! $link_colour) - $link_colour = "#428BCA"; + $link_colour = ""; if (! $navaside_bghover) $navaside_bghover = "#eee"; if (! $link_font_weight) -- cgit v1.2.3 From 7be6afd733b9902f6b08e54f9eec296480ce8671 Mon Sep 17 00:00:00 2001 From: marijus Date: Sat, 29 Nov 2014 20:49:22 +0100 Subject: readd link_colour again --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 1bea84f99..50ec9613b 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -108,7 +108,7 @@ if(! $a->install) { if (! $navtabs_bgchover) $navtabs_bgchover = "rgba(238,238,238,0.8)"; if (! $link_colour) - $link_colour = ""; + $link_colour = "#337AB7"; if (! $navaside_bghover) $navaside_bghover = "#eee"; if (! $link_font_weight) -- cgit v1.2.3