From 70153a22744bf96bab4b1f76ab0841fd999ddd6e Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Dec 2012 22:54:56 -0800 Subject: fix connections page layout --- view/theme/redbasic/css/style.css | 5 +++++ view/tpl/common_tabs.tpl | 1 + 2 files changed, 6 insertions(+) (limited to 'view') 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 @@
  • $tab.label
  • {{ endfor }} +
    \ No newline at end of file -- cgit v1.2.3