diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-09 01:09:41 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-09 01:09:41 -0700 |
commit | 1b0b847fc80827022c513a74a7fa817c7d640da0 (patch) | |
tree | 09a09da19a7eee4c5dc1100b89757e85d2bc8ab8 /view/theme | |
parent | ddf4ef752077e66d34edb458cfe104ee23ef3834 (diff) | |
parent | fc0576acf810019a0c168bfa4dc4a2175ae0b505 (diff) | |
download | volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.tar.gz volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.tar.bz2 volse-hubzilla-1b0b847fc80827022c513a74a7fa817c7d640da0.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme')
-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; } |