diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-11-29 22:01:45 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-11-29 22:01:45 +0000 |
commit | d4539b415aba5499e36d37fd61ed3cd7a478e743 (patch) | |
tree | 1f860b50b0dd81be11407c7e4d90b60d765d1588 /view/css | |
parent | bc5a4f19d0805c443955f4df2459c5d247c918e4 (diff) | |
parent | f5734582cd9132901d92f2a1ea369f182f8af1cb (diff) | |
download | volse-hubzilla-d4539b415aba5499e36d37fd61ed3cd7a478e743.tar.gz volse-hubzilla-d4539b415aba5499e36d37fd61ed3cd7a478e743.tar.bz2 volse-hubzilla-d4539b415aba5499e36d37fd61ed3cd7a478e743.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 849ea3906..9f93395c9 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -17,6 +17,20 @@ nav .badge { cursor: pointer; } +nav i { + font-size: 14px; +} + +nav ul li { + max-height: 49px; +} + +nav img { + height: 48px; + width: 48px; + margin-top: 1px; +} + nav .dropdown-menu { top: 50px; max-height: 450px; @@ -53,6 +67,10 @@ nav .navbar-collapse .navbar-right { float: right; } +nav .navbar-toggle { + margin-bottom: 7px; +} + /* nav overrides end */ .dropdown-menu img { |