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
1 changed files with 4 additions and 3 deletions

View File

@ -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;