From 2b1e01185144ecc0ff5de457efcad5734dd932c8 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 9 Nov 2011 17:55:36 -0800 Subject: [PATCH] fix to overlapping tabs on testbubble when width too small --- view/theme/testbubble/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 4b66d16c5a..a094d33935 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;