Fix responsive layout bugs
authorOlga Brani <olgabrani78@gmail.com>
Thu, 26 Sep 2013 14:21:42 +0000 (17:21 +0300)
committerOlga Brani <olgabrani78@gmail.com>
Thu, 26 Sep 2013 14:21:42 +0000 (17:21 +0300)
* better position for "create an account now" (homepage)
* adjust statistic numbers font-size (homepage)

cloudcms/static/cloudcms/css/max768.css

index 62c7fbc..574247a 100644 (file)
@@ -16,4 +16,6 @@ form .form-row .extra-link                                            { padding-top:0; }
 dl.alt-style                                                                   { width:auto; }
 
 
-.fixed                                                                                 { position:static; top:auto; bottom:auto;}
\ No newline at end of file
+.fixed                                                                                 { position:static; top:auto; bottom:auto;}
+.stats-block ul li span                                                { font-size:26px;}
+.user-not-authenticated        a.prompt                                { float:none;}
\ No newline at end of file