summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css32
1 files changed, 27 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css
index be239d5..db5b826 100644
--- a/cgit.css
+++ b/cgit.css
@@ -27,19 +27,40 @@ body {
background-image: linear-gradient(#F9F9F9, #F3F3F3);
width: 100%;
border-bottom: 1px solid #E5E5E5;
+ border-collapse: collapse;
}
-#cgit .content {
- width: 902px;
- margin: 0 auto;
+#cgit #header td {
+ padding: 0 10px;
+
+}
+
+#cgit #header .form {
+ text-align: right;
+}
+
+#cgit #header .main {
+ font-size: 120%;
+ font-weight: bold;
+}
+
+#cgit #header .sub.right {
+ color: #666;
}
#cgit .logo img{
width: 50px;
}
-#cgit .logo {
+#cgit #header .logo {
width: 50px;
+ padding-right: 0px;
+ border-right: 1px solid #E5E5E5;
+}
+
+#cgit .content {
+ width: 902px;
+ margin: 0 auto;
}
#cgit .right {
@@ -225,7 +246,7 @@ body {
}
#cgit .tabs .active {
- border-bottom: 3px solid white !important;
+ border-bottom: 4px solid white !important;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-top: 2px solid #BA5D0F;
@@ -405,6 +426,7 @@ body {
#cgit .list[summary~=tree] td:first-child,
#cgit .list[summary~=tree] td:last-child {
width: 1%;
+ white-space: nowrap;
}
#cgit .list .button {