Changeset - 6c1bf3d48def
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2017-01-12 01:34:07
mads@kiilerich.com
style: fixes for non content pages - especially the login pages
1 file changed with 7 insertions and 6 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
 
}
 

	
0 comments (0 inline, 0 general)