diff options
author | Friendika <info@friendika.com> | 2011-11-09 17:55:36 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 17:55:36 -0800 |
commit | 2b1e01185144ecc0ff5de457efcad5734dd932c8 (patch) | |
tree | 806a182a1c7d719d0b48800066288630b086a52e /view | |
parent | 7fd54ad51f3328d2eb371b51a1e276b346da6d4f (diff) | |
download | volse-hubzilla-2b1e01185144ecc0ff5de457efcad5734dd932c8.tar.gz volse-hubzilla-2b1e01185144ecc0ff5de457efcad5734dd932c8.tar.bz2 volse-hubzilla-2b1e01185144ecc0ff5de457efcad5734dd932c8.zip |
fix to overlapping tabs on testbubble when width too small
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 4b66d16c5..a094d3393 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -823,10 +823,9 @@ profile-jot-banner-wrapper { /* ======== */ .tabs { - min-width: 500px; + min-width: 400px; list-style: none; padding: 10px; - margin: 0px 0px 10px 0px; border-bottom: 1px solid #efefef; font-size: 0.9em; } @@ -834,6 +833,8 @@ profile-jot-banner-wrapper { .tab { padding: 5px 10px 5px 10px; + display: inline-block; + margin-bottom: 5px; margin-right: 5px; font-style: bold; } @@ -848,7 +849,7 @@ profile-jot-banner-wrapper { .wall-item-outside-wrapper { max-width: 93%; - border-bottom: 1px solid #dedede; + border-bottom: 1px solid #dedede; margin-top: 20px; padding-right: 10px; padding-left: 12px; |