James Moger
2013-05-31 9b26b74d198aa4efbe4b25f6667b98eb5261e13d
src/main/resources/gitblit.css
@@ -29,7 +29,12 @@
   outline: none;
}
[class^="icon-"], [class*=" icon-"] a i {
a.btn i {
   /* override for a links that look like bootstrap buttons */
   vertical-align: text-bottom;
}
[class^="icon-"], [class*=" icon-"] i {
   /* override for a links that look like bootstrap buttons */
   vertical-align: text-bottom;
}
@@ -122,6 +127,23 @@
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    color: #fff;
    background-color: #002060;
}
div.push {
    border-bottom: 1px solid #ddd;
   margin-bottom: 5px;
   padding-bottom: 5px;
}
div.push .icon {
    font-size: 42px;
    line-height: 42px;
}
div.push i {
    font-size: 42px;
    color: #bbb;
    vertical-align: middle;
}
.repositorynavbar {
@@ -613,12 +635,23 @@
   font-size: 11px;   
}
span.repositorySwatch {
   border-radius: 3px;
   padding: 1px 4px 2px 4px;
span.activitySwatch {
   border-radius: 3px;
   padding: 1px 4px 2px 4px;
   color: #ffffff;
   vertical-align: center;
}
span.activitySwatch a {
   color: inherit;
}
span.repositorySwatch {
   padding: 1px 1px 2px 1px;
   color: #ffffff;
   vertical-align: center;
}
span.repositorySwatch a {
   color: inherit;
}