comparison rhodecode/public/css/contextbar.css @ 3612:a8373e8fff51 beta

merge the two context menu bar stripes - save some vertical space
author Mads Kiilerich <madski@unity3d.com>
date Tue, 26 Mar 2013 23:30:20 +0100
parents ceb7fdf4588a
children 2487fc74c864
comparison
equal deleted inserted replaced
3611:ceb7fdf4588a 3612:a8373e8fff51
38 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')} 38 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
39 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')} 39 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
40 40
41 #content #context-bar { 41 #content #context-bar {
42 position: relative; 42 position: relative;
43 background-color: #003B76 !important;
44 padding: 0px;
45 overflow: visible; 43 overflow: visible;
44 background-color: #336699;
45 border-top: 1px solid #517da8;
46 border-bottom: 1px solid #003162;
47 padding: 0 5px;
48 min-height: 36px;
46 } 49 }
47 50
48 #header #header-inner #quick a, 51 #header #header-inner #quick a,
49 #content #context-bar, 52 #content #context-bar,
50 #content #context-bar a { 53 #content #context-bar a {
107 white-space: nowrap; 110 white-space: nowrap;
108 } 111 }
109 112
110 #breadcrumbs { 113 #breadcrumbs {
111 float: left; 114 float: left;
112 padding: 5px 0; 115 padding: 3px 0 5px 0;
113 padding-left: 5px; 116 padding-left: 5px;
114 font-weight: bold; 117 font-weight: bold;
115 font-size: 14px; 118 font-size: 14px;
116 } 119 }
117 120
118 #breadcrumbs span { 121 #breadcrumbs span {
119 font-weight: bold; 122 font-weight: bold;
120 font-size: 1.8em; 123 font-size: 1.8em;
121 }
122
123 #context-top {
124 position: relative;
125 overflow: hidden;
126 border-bottom: 1px solid #003162;
127 padding: 5px;
128 } 124 }
129 125
130 #header #header-inner #quick ul, 126 #header #header-inner #quick ul,
131 #revision-changer, 127 #revision-changer,
132 #context-pages, 128 #context-pages,
224 #content #context-pages .follow .show-following, 220 #content #context-pages .follow .show-following,
225 #content #context-pages .following .show-follow { 221 #content #context-pages .following .show-follow {
226 display: none; 222 display: none;
227 } 223 }
228 224
229 #context-state {
230 background-color: #336699;
231 border-top: 1px solid #517da8;
232 min-height: 36px;
233 }
234
235 #context-pages { 225 #context-pages {
236 float: right; 226 float: right;
237 border-left: 1px solid rgba(0,0,0,0.1); 227 border-left: 1px solid rgba(0,0,0,0.1);
238 } 228 }
239 229