From e5d346cdc63e5f36ac25fe43a198657549643eb4 Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 8 Oct 2014 08:45:59 +0200 Subject: css fixes --- view/theme/redbasic/css/style.css | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7bf8d77bf..40cb57fbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -272,21 +272,6 @@ footer { margin-bottom: 15px; } -aside ul { - list-style-type: none; - margin: 0; - padding: 0; - /* border-left: 1px solid #eee; This and a 5px left border on the li is "interesting" - to delineate the list from the surrounding bits - */ -} - -aside li { - margin-top: 5px; - /* in order to achieve consistent indentation cross-browser, set margin-left on the li element e.g. */ - /* margin-left: 10px; */ -} - /*TODO: we should use one class for all this. */ .group-selected, .fileas-selected, .categories-selected, .search-selected, .active { color: $selected_active_colour !important; -- cgit v1.2.3 From 289f57f79e27ffabcee404ee82758582d0d13985 Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 8 Oct 2014 12:36:26 +0200 Subject: template for searchbox and some more work on saved searches --- view/theme/redbasic/css/style.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 40cb57fbf..a61c64eec 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -858,14 +858,6 @@ footer { margin-bottom: 25px; } -#search-submit { - margin-left: 15px; -} - -#search-box { - margin-bottom: 25px; -} - #nav-searchbar { float: right; margin-top: 2px; @@ -905,14 +897,9 @@ footer { #search-text { border: 1px solid #ccc; font-size: 1em; -} - -#search-text::-webkit-input-placeholder { - font-family: FontAwesome; -} - -#search-text::-moz-placeholder { - font-family: FontAwesome; + height: 22px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } .profile-clear { -- cgit v1.2.3 From 096fbdb31c258987f9c9ef40f7d5d35df0013bce Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 8 Oct 2014 13:18:17 +0200 Subject: make nav-pills a bit smaller in height --- view/theme/redbasic/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a61c64eec..e30be9042 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -897,7 +897,7 @@ footer { #search-text { border: 1px solid #ccc; font-size: 1em; - height: 22px; + height: 30px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } @@ -2288,6 +2288,10 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { background-color: $navaside_bghover; } +aside .nav-pills > li > a { + padding: 6px 10px; +} + .dropdown-menu img { border-radius: $radiuspx; } -- cgit v1.2.3 From 29faf955f6ce35af747d867133b3cb09e79ba675 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Wed, 8 Oct 2014 13:17:56 +0000 Subject: Small fix so search field and search buttons fit well. --- view/theme/redbasic/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e30be9042..1d5fcaa1a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -897,11 +897,15 @@ footer { #search-text { border: 1px solid #ccc; font-size: 1em; - height: 30px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } +#netsearch-box .btn-sm { + padding: 2.78px 10px; +} + + .profile-clear { clear: both; } -- cgit v1.2.3