diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-01-28 13:13:21 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-01-28 13:13:21 +0100 |
commit | a5974d1981d8858965d28e20d653530fc95427f8 (patch) | |
tree | e4cff1bbf87ed83ffc2b9a283da793f978d2381b | |
parent | 5161be67e9f4eebe5723b44ddd3ad37e18f0a632 (diff) | |
download | volse-hubzilla-a5974d1981d8858965d28e20d653530fc95427f8.tar.gz volse-hubzilla-a5974d1981d8858965d28e20d653530fc95427f8.tar.bz2 volse-hubzilla-a5974d1981d8858965d28e20d653530fc95427f8.zip |
moving the pager down below the contact/photo list in quattro
-rwxr-xr-x | view/theme/quattro/quattro.less | 6 | ||||
-rwxr-xr-x | view/theme/quattro/style.css | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index db31fc25e..8fcf7f817 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -543,7 +543,6 @@ section { } .contact-name { text-align: center; font-weight: bold; } .contact-details { color: @Grey3;} - /* editor */ .jothidden { display: none; } #jot { @@ -906,3 +905,8 @@ ul.tabs { /* page footer */ footer { height: 100px; display: table-row; } + +.pager { + margin-top: 25px; + clear: both; +} diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index dbfc8cdda..3f90f8915 100755 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -1265,3 +1265,7 @@ footer { height: 100px; display: table-row; } +.pager { + margin-top: 25px; + clear: both; +} |