diff options
author | friendica <info@friendica.com> | 2012-12-28 22:54:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-28 22:54:56 -0800 |
commit | 70153a22744bf96bab4b1f76ab0841fd999ddd6e (patch) | |
tree | 79defc1b0d7e4a0e9697bcac2cd13112aa8d6558 /view | |
parent | ba627500d977063384d85f79cb6cfbfba5badc7d (diff) | |
download | volse-hubzilla-70153a22744bf96bab4b1f76ab0841fd999ddd6e.tar.gz volse-hubzilla-70153a22744bf96bab4b1f76ab0841fd999ddd6e.tar.bz2 volse-hubzilla-70153a22744bf96bab4b1f76ab0841fd999ddd6e.zip |
fix connections page layout
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 | ||||
-rw-r--r-- | view/tpl/common_tabs.tpl | 1 |
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 |