diff options
| author | orbiter <mc@yacy.net> | 2014-03-19 10:06:22 +0100 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-03-19 10:06:22 +0100 |
| commit | ab0e6ba9a6145f6264e172b85f2ceaadf871a4b2 (patch) | |
| tree | 068ed493331d30d49c1edd8265b96f921c7c5b62 /htroot/env/bootstrap-base.css | |
| parent | dbd7f77568be34c60750b0fda6df9108747c0405 (diff) | |
- removed usage of jquery and yacy/ui in standard search interfaces as
possible
- re-implemented formerly jquery-based tagcloud with simple html
- fixed minimized menu for mobile/minimized view (try that: make window
very narrow...)
Diffstat (limited to 'htroot/env/bootstrap-base.css')
| -rw-r--r-- | htroot/env/bootstrap-base.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/htroot/env/bootstrap-base.css b/htroot/env/bootstrap-base.css index d3821444a..012e01618 100644 --- a/htroot/env/bootstrap-base.css +++ b/htroot/env/bootstrap-base.css @@ -4,7 +4,7 @@ /* Move down content because we have a fixed navbar that is 50px tall */ body { - padding-top: 59px; + padding-top: 57px; } @@ -23,7 +23,7 @@ body { /* Hide for mobile, show later */ .sidebar { display: none; - margin-top: -12px; + margin-top: -14px; } @media (min-width: 768px) { .sidebar { @@ -46,15 +46,15 @@ body { margin-left: -20px; } .nav-sidebar > li > a { - padding-right: 20px; - padding-left: 20px; + padding-right: 10px; + padding-left: 16px; padding-top: 0px; padding-bottom: 0px; } .nav-sidebar > li { padding: 0px; - margin-left: 8px; - margin-right: 8px; + margin-left: 6px; + margin-right: 6px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, @@ -63,8 +63,8 @@ body { background-color: #428bca; } .nav-sidebar h3 { - padding-right: 20px; - padding-left: 20px; + padding-right: 10px; + padding-left: 16px; padding-top: 4px; padding-bottom: 1px; margin: 0px; |
