aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css5
-rw-r--r--view/tpl/common_tabs.tpl1
2 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 25e0a8e9d..3d4e374f5 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -994,6 +994,7 @@ input#dfrn-url {
float: left;
width: 120px;
height: 120px;
+ padding: 10px;
}
#contacts-search-end {
margin-bottom: 10px;
@@ -3765,4 +3766,8 @@ ul.menu-popup {
#page-spinner {
margin-left: 50%;
+}
+
+.tabs-end {
+ clear: both;
} \ No newline at end of file
diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl
index 143293eb3..97b771e7a 100644
--- a/view/tpl/common_tabs.tpl
+++ b/view/tpl/common_tabs.tpl
@@ -3,3 +3,4 @@
<li {{ if $tab.id }}id="$tab.id"{{ endif }}><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li>
{{ endfor }}
</ul>
+<div class="tabs-end"></div> \ No newline at end of file