# HG changeset patch # User Mads Kiilerich # Date 1484181247 -3600 # Node ID 6c1bf3d48defd2101419d300ef2cefe0f5585eaf # Parent 5c828c042ce0d5514848270ab01948ca3b4c5ed6 style: fixes for non content pages - especially the login pages diff -r 5c828c042ce0 -r 6c1bf3d48def kallithea/public/css/style.css --- 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; }