comparison rhodecode/public/css/contextbar.css @ 3552:7967d00e4692 beta

Stylistic cleanup - mostly formatting
author Mads Kiilerich <madski@unity3d.com>
date Tue, 19 Mar 2013 21:47:34 +0100
parents f0384b9ed5b9
children 93d912ea8cb1
comparison
equal deleted inserted replaced
3551:f0384b9ed5b9 3552:7967d00e4692
46 46
47 #header #header-inner #quick a, 47 #header #header-inner #quick a,
48 #content #context-bar, 48 #content #context-bar,
49 #content #context-bar a, 49 #content #context-bar a,
50 #content #context-bar button { 50 #content #context-bar button {
51 color: #FFFFFF; 51 color: #FFFFFF;
52 } 52 }
53 53
54 #header #header-inner #quick a:hover, 54 #header #header-inner #quick a:hover,
55 #content #context-bar a:hover, 55 #content #context-bar a:hover,
56 #content #context-bar button:hover { 56 #content #context-bar button:hover {
57 text-decoration: none; 57 text-decoration: none;
58 } 58 }
59 59
60 #content #context-bar .icon { 60 #content #context-bar .icon {
61 display: inline-block; 61 display: inline-block;
62 width: 16px; 62 width: 16px;
160 display: inline-block; 160 display: inline-block;
161 float: right; 161 float: right;
162 border-radius: 4px; 162 border-radius: 4px;
163 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%); 163 background-image: linear-gradient(top, #4574a2 0%, #2f5d8b 100%);
164 } 164 }
165
165 #content ul#context-actions li { 166 #content ul#context-actions li {
166 padding: 0px; 167 padding: 0px;
167 border-right: 1px solid rgba(0,0,0,0.1); 168 border-right: 1px solid rgba(0,0,0,0.1);
168 border-left: 1px solid rgba(255,255,255,0.1); 169 border-left: 1px solid rgba(255,255,255,0.1);
169 } 170 }
250 #context-pages { 251 #context-pages {
251 float: right; 252 float: right;
252 border-left: 1px solid rgba(0,0,0,0.1); 253 border-left: 1px solid rgba(0,0,0,0.1);
253 } 254 }
254 255
255 #context-pages li.curreasdnt { 256 #context-pages li.current {
256 background: #535353; /* Old browsers */ 257 background: #535353; /* Old browsers */
257 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */ 258 background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
258 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */ 259 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
259 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */ 260 background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
260 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */ 261 background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */