# HG changeset patch # User Mads Kiilerich # Date 2017-01-12 01:34:07 # Node ID 6c1bf3d48defd2101419d300ef2cefe0f5585eaf # Parent 5c828c042ce0d5514848270ab01948ca3b4c5ed6 style: fixes for non content pages - especially the login pages diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -506,7 +506,7 @@ nav.navbar #quick .repo_switcher_type { } #content nav.navbar, -#content div.panel { +div.panel { clear: both; background: #fff; margin: 0 0 10px; @@ -515,7 +515,7 @@ nav.navbar #quick .repo_switcher_type { 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 @@ a.metatag[data-tag="license"]:hover { 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 @@ a.metatag[data-tag="license"]:hover { background-color: #577632; background-repeat: repeat-x; background-image: linear-gradient(to bottom, #577632, #577632); - margin: 0 auto; padding: 0; }