##// END OF EJS Templates
style: fixes for non content pages - especially the login pages
Mads Kiilerich -
r6393:6c1bf3d4 default
parent child Browse files
Show More
@@ -506,7 +506,7 b' nav.navbar #quick .repo_switcher_type {'
506 506 }
507 507
508 508 #content nav.navbar,
509 #content div.panel {
509 div.panel {
510 510 clear: both;
511 511 background: #fff;
512 512 margin: 0 0 10px;
@@ -515,7 +515,7 b' nav.navbar #quick .repo_switcher_type {'
515 515 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
516 516 }
517 517
518 #content div.panel div.panel-heading {
518 div.panel div.panel-heading {
519 519 clear: both;
520 520 overflow: hidden;
521 521 background-color: #577632;
@@ -1314,13 +1314,15 b' a.metatag[data-tag="license"]:hover {'
1314 1314 background-color: #577632;
1315 1315 background-repeat: repeat-x;
1316 1316 background-image: linear-gradient(to bottom, #577632, #577632);
1317 margin: 0 auto;
1318 1317 padding: 0;
1319 1318 }
1320 1319
1321 #login div.inner .icon-lock {
1322 font-size: 80pt;
1320 #login .panel-body .icon-lock {
1321 font-size: 100px;
1323 1322 color: #DDD;
1323 position: absolute;
1324 margin-left: -20px;
1325 z-index: 1;
1324 1326 }
1325 1327
1326 1328 #login div.inner {
@@ -1547,7 +1549,6 b' a.metatag[data-tag="license"]:hover {'
1547 1549 background-color: #577632;
1548 1550 background-repeat: repeat-x;
1549 1551 background-image: linear-gradient(to bottom, #577632, #577632);
1550 margin: 0 auto;
1551 1552 padding: 0;
1552 1553 }
1553 1554
General Comments 0
You need to be logged in to leave comments. Login now