]> git.mxchange.org Git - friendica.git/commitdiff
moving the pager down below the contact/photo list in quattro
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 28 Jan 2012 12:13:21 +0000 (13:13 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 28 Jan 2012 12:13:21 +0000 (13:13 +0100)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index db31fc25ea488cd2454c7a3f0319423b6c226be8..8fcf7f8171e69d50053fbf401fc354b69d9dcc0a 100755 (executable)
@@ -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;
+}
index dbfc8cddae379a9d290e7ee2d81f73c5174f22e1..3f90f8915731ee8495fa3fd3e943339ccbd670eb 100755 (executable)
@@ -1265,3 +1265,7 @@ footer {
   height: 100px;
   display: table-row;
 }
+.pager {
+  margin-top: 25px;
+  clear: both;
+}