From a5974d1981d8858965d28e20d653530fc95427f8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Jan 2012 13:13:21 +0100 Subject: [PATCH] moving the pager down below the contact/photo list in quattro --- view/theme/quattro/quattro.less | 6 +++++- view/theme/quattro/style.css | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index db31fc25ea..8fcf7f8171 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 dbfc8cddae..3f90f89157 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; +}