fix to overlapping tabs on testbubble when width too small

This commit is contained in:
Friendika 2011-11-09 17:55:36 -08:00
parent 7fd54ad51f
commit 2b1e011851

View file

@ -823,10 +823,9 @@ profile-jot-banner-wrapper {
/* ======== */ /* ======== */
.tabs { .tabs {
min-width: 500px; min-width: 400px;
list-style: none; list-style: none;
padding: 10px; padding: 10px;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #efefef; border-bottom: 1px solid #efefef;
font-size: 0.9em; font-size: 0.9em;
} }
@ -834,6 +833,8 @@ profile-jot-banner-wrapper {
.tab { .tab {
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
display: inline-block;
margin-bottom: 5px;
margin-right: 5px; margin-right: 5px;
font-style: bold; font-style: bold;
} }
@ -848,7 +849,7 @@ profile-jot-banner-wrapper {
.wall-item-outside-wrapper { .wall-item-outside-wrapper {
max-width: 93%; max-width: 93%;
border-bottom: 1px solid #dedede; border-bottom: 1px solid #dedede;
margin-top: 20px; margin-top: 20px;
padding-right: 10px; padding-right: 10px;
padding-left: 12px; padding-left: 12px;