James Moger
2011-12-23 f5fa7958b07d0e585542b712b13f7ad9b47a8be9
resources/bootstrap.gb.css
@@ -3,12 +3,17 @@
}
ul, ol {
   margin:0 !important;
   margin-bottom: 10px !important;
}
hr {
   margin-top: 10px;
   margin-bottom: 10px;
}
.settings h3 {
   margin-bottom: 0.5em;
   border-bottom: 2px solid #000080 !important;
}
.page-header h1, .page-header h2 {
@@ -46,6 +51,16 @@
   border-bottom: 2px solid #ff9900 !important;
}
.topbar ul li:focus, .topbar .active {
   background-repeat:no-repeat;
   background-image: url(arrow_page.png);
   background-position: center bottom;
}
.topbar .active a {
   background-color: transparent !important;
}
.breadcrumb {
   margin-top: 5px !important;
   margin-bottom: 5px !important;
@@ -77,6 +92,7 @@
   font-size:12px;
   border:0px;
   padding: 0;
   line-height: 1.35em;
}
table {
@@ -149,9 +165,30 @@
   font-size: 11px;   
}
span.repositorySwatch {
   border-radius: 3px;
   padding: 2px 5px;
   color: #ffffff;
}
span.repositorySwatch a {
   color: inherit;
}
img.inlineIcon {
   padding-left: 1px;
   padding-right: 1px;
}
img.overview {
   float:right;
   border:1px solid #CCCCCC;
}
img.gravatar {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px;
}
div.header, div.commitHeader, table.repositories th {
@@ -223,26 +260,41 @@
   -webkit-border-radius:0;-moz-border-radius:0x;border-radius:0;
   vertical-align: top;
   background: url(search-icon.png) no-repeat 4px center;
   color: #ddd;
   background-color: transparent;
   border: 1px solid transparent;
   outline: none;
   padding: 2px 2px 2px 22px;
   text-shadow: none;
   margin: 0px;
   color: #ddd;
}
div.search input:hover, div.search input:focus {
   background: url(search-icon.png) no-repeat 4px center;
   color: white;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 2px 2px 2px 22px;
   text-shadow: none;
   color: #ddd;
   border-bottom: 1px solid #ff9900;   
   outline: none;
}
div.search input:focused {
   background: url(search-icon.png) no-repeat 4px center;
div.search input:focus {
   color: white;
   border-bottom: 1px solid #ff9900;
   outline: none;
   padding: 0 !important;
}
/* div.search input:focused { */
/*    background-color: transparent; */
/*    border: 1px solid transparent; */
/*    padding: 2px 2px 2px 22px; */
/*    text-shadow: none; */
/* } */
div.login input:focus {
   background-color: rgba(255, 255, 255, 0.6);
   text-shadow: none;
   color: white;
}
div.commit_message {
@@ -461,6 +513,7 @@
}
table.pretty {
   border:1px solid #ddd;
   border-radius: 0 0 3px 3px;   
}
@@ -485,6 +538,7 @@
}
table.repositories {   
   border:1px solid #ddd;
   border-spacing: 0px;
}
@@ -560,6 +614,7 @@
}
table.annotated {
   border:1px solid #ddd;
}
table.annotated tr.even {
@@ -635,6 +690,10 @@
   width: 13em;
}
span.help-inline {
   color: #777;
}
span.metricsTitle {
   font-size: 2em;
}
@@ -688,6 +747,21 @@
   border-color: #00cc33;
}
table .palette td.buttons button {
   -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
   border: 1px solid #ccc !important;
   padding: 10px;
   margin-bottom: 10px;
}
table .palette td.buttons button:hover {
   border: 1px solid #0069D6 !important;
}
table .palette td.buttons button:active {
   border: 1px solid orange !important;
}
.feedbackPanelERROR, .feedbackPanelINFO {   
   list-style: none;
   line-height: 35px;