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; }