Make recent styles more consistent in border color with existing styles, remove a...
authorChuck Hagenbuch <chuck@horde.org>
Mon, 29 Nov 2010 03:38:05 +0000 (22:38 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 29 Nov 2010 03:38:05 +0000 (22:38 -0500)
chora/themes/default/screen.css

index 5cdcf2e..6c84377 100644 (file)
@@ -17,7 +17,7 @@ div.options, div.browsefileoptions {
 div.options div, div.browsefileoptions div {
     display: -moz-inline-stack;
     display: inline-block;
-    border: 1px solid #ccc;
+    border: 1px solid #ddd;
     padding: 6px;
     background: #e9e9e9;
     vertical-align: top;
@@ -46,7 +46,7 @@ table.headerbar {
 table.revlog th, table.browse th, table.stats th, table.annotate th {
     padding: 3px;
     background: #e9e9e9;
-    border-right: 1px solid #ccc;
+    border-right: 1px solid #ddd;
     text-align: left;
 }
 table.stats th.rightAlign {
@@ -86,7 +86,7 @@ ul.revision li.tags {
 }
 
 /* Labels. */
-h3.checkout, h3.file-view-header {
+h3.file-view-header {
     background: #e9e9e9;
     display: inline;
     font-weight: bold;
@@ -156,7 +156,7 @@ h3.checkout, h3.file-view-header {
     margin-top: 1em;
 }
 .commit-summary {
-    border: 1px solid #ccc;
+    border: 1px solid #ddd;
     background: #eee;
     padding: .5em;
     font-size: 100%;
@@ -170,7 +170,7 @@ h3.checkout, h3.file-view-header {
 .commit-info {
     width: 33%;
     float: right;
-    border-left: 1px solid #ccc;
+    border-left: 1px solid #ddd;
     padding: 0 1em 1em 1em;
     font-family: Menlo,Consolas,"Lucida Console","DejaVu Sans Mono",monospace;
     font-size: 90%;
@@ -184,13 +184,13 @@ h3.checkout, h3.file-view-header {
 
 ul.commit-filelist {
     margin: 1em 0;
-    border-top: thin solid #ccc;
+    border-top: thin solid #ddd;
     list-style: none;
 }
 ul.commit-filelist li {
     font-family: Menlo,Consolas,"Lucida Console","DejaVu Sans Mono",monospace;
     padding: .2em;
-    border-bottom: thin solid #ccc;
+    border-bottom: thin solid #ddd;
 }
 ul.commit-filelist li:after {
     content: ".";
@@ -226,11 +226,10 @@ span.commit-file-modified {
     color: red;
 }
 
-
 /* Checkout, File view */
 div.checkout, div.file-view-contents {
     padding: 3px;
-    margin: 2px 5px 8px 0;
+    margin: 2px 0 8px 0;
     border: 1px solid #ddd;
 }
 div.file-view {
@@ -272,11 +271,11 @@ table.annotate .logentry {
 div.diff {
     font-size: 100%;
     color: #111;
-    border: 1px solid #ccc;
+    border: 1px solid #ddd;
     margin: 1.5em 0;
 }
 div.diff-header {
-    border-bottom: 1px solid #ccc;
+    border-bottom: 1px solid #ddd;
     background: #eee;
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee), color-stop(0.5, #eee));
     background: -moz-linear-gradient(top, #fff, #eee 50%);