changeset 6433:6c1bf3d48def

style: fixes for non content pages - especially the login pages
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 12 Jan 2017 01:34:07 +0100
parents 5c828c042ce0
children 1ab38cd72704
files kallithea/public/css/style.css
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Jan 12 01:34:07 2017 +0100
+++ b/kallithea/public/css/style.css	Thu Jan 12 01:34:07 2017 +0100
@@ -506,7 +506,7 @@
 }
 
 #content nav.navbar,
-#content div.panel {
+div.panel {
     clear: both;
     background: #fff;
     margin: 0 0 10px;
@@ -515,7 +515,7 @@
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 
-#content div.panel div.panel-heading {
+div.panel div.panel-heading {
     clear: both;
     overflow: hidden;
     background-color: #577632;
@@ -1314,13 +1314,15 @@
     background-color: #577632;
     background-repeat: repeat-x;
     background-image: linear-gradient(to bottom, #577632, #577632);
-    margin: 0 auto;
     padding: 0;
 }
 
-#login div.inner .icon-lock {
-    font-size: 80pt;
+#login .panel-body .icon-lock {
+    font-size: 100px;
     color: #DDD;
+    position: absolute;
+    margin-left: -20px;
+    z-index: 1;
 }
 
 #login div.inner {
@@ -1547,7 +1549,6 @@
     background-color: #577632;
     background-repeat: repeat-x;
     background-image: linear-gradient(to bottom, #577632, #577632);
-    margin: 0 auto;
     padding: 0;
 }