diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-09 01:06:59 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-09 01:06:59 -0700 |
commit | 7a106cf60cfa005ec6d8c35f922dc57b9af0175e (patch) | |
tree | 34b0593f9922f33d9e2c2c517ba9f6e9d3490c44 /view/theme/redbasic | |
parent | 737a3362d50900a5f26aada14f515c5c857a762f (diff) | |
parent | fc0576acf810019a0c168bfa4dc4a2175ae0b505 (diff) | |
download | volse-hubzilla-7a106cf60cfa005ec6d8c35f922dc57b9af0175e.tar.gz volse-hubzilla-7a106cf60cfa005ec6d8c35f922dc57b9af0175e.tar.bz2 volse-hubzilla-7a106cf60cfa005ec6d8c35f922dc57b9af0175e.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7bf8d77bf..1d5fcaa1a 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; @@ -873,14 +858,6 @@ aside li { margin-bottom: 25px; } -#search-submit { - margin-left: 15px; -} - -#search-box { - margin-bottom: 25px; -} - #nav-searchbar { float: right; margin-top: 2px; @@ -920,15 +897,14 @@ aside li { #search-text { border: 1px solid #ccc; font-size: 1em; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } -#search-text::-webkit-input-placeholder { - font-family: FontAwesome; +#netsearch-box .btn-sm { + padding: 2.78px 10px; } -#search-text::-moz-placeholder { - font-family: FontAwesome; -} .profile-clear { clear: both; @@ -2316,6 +2292,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; } |