comparison rhodecode/public/css/style.css @ 784:30d3161c6683 beta

Implemented fancier top menu for logged and anonymous users little error fix for cached query
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 28 Nov 2010 05:26:26 +0100
parents 4bdcc08b04c4
children 873611d6ff71
comparison
equal deleted inserted replaced
783:71113f64b2d8 784:30d3161c6683
188 #header { 188 #header {
189 margin:0; 189 margin:0;
190 padding:0 30px; 190 padding:0 30px;
191 } 191 }
192 192
193
194 #header ul#logged-user{
195 margin-bottom:5px !important;
196 -webkit-border-radius: 0px 0px 8px 8px;
197 -khtml-border-radius: 0px 0px 8px 8px;
198 -moz-border-radius: 0px 0px 8px 8px;
199 border-radius: 0px 0px 8px 8px;
200 height:37px;
201 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367
202 }
203
193 #header ul#logged-user li { 204 #header ul#logged-user li {
194 list-style:none; 205 list-style:none;
195 float:left; 206 float:left;
196 border-left:1px solid #bbb; 207 margin:8px 0 0;
197 border-right:1px solid #a5a5a5; 208 padding:4px 12px;
198 margin:-2px 0 0; 209 border-left: 1px solid #316293;
199 padding:10px 12px;
200 } 210 }
201 211
202 #header ul#logged-user li.first { 212 #header ul#logged-user li.first {
203 border-left:none; 213 border-left:none;
204 margin:-6px; 214 margin:4px;
215 }
216
217 #header ul#logged-user li.first div.gravatar {
218 margin-top:-2px;
205 } 219 }
206 220
207 #header ul#logged-user li.first div.account { 221 #header ul#logged-user li.first div.account {
208 padding-top:4px; 222 padding-top:4px;
209 float:left; 223 float:left;
212 #header ul#logged-user li.last { 226 #header ul#logged-user li.last {
213 border-right:none; 227 border-right:none;
214 } 228 }
215 229
216 #header ul#logged-user li a { 230 #header ul#logged-user li a {
217 color:#4e4e4e; 231 color:#fff;
218 font-weight:700; 232 font-weight:700;
219 text-decoration:none; 233 text-decoration:none;
220 } 234 }
221 235
222 #header ul#logged-user li a:hover { 236 #header ul#logged-user li a:hover {
223 color:#376ea6;
224 text-decoration:underline; 237 text-decoration:underline;
225 } 238 }
226 239
227 #header ul#logged-user li.highlight a { 240 #header ul#logged-user li.highlight a {
228 color:#fff; 241 color:#fff;
229 } 242 }
230 243
231 #header ul#logged-user li.highlight a:hover { 244 #header ul#logged-user li.highlight a:hover {
232 color:#376ea6; 245 color:#FFF;
233 } 246 }
234 247
235 #header #header-inner { 248 #header #header-inner {
236 height:40px; 249 height:40px;
237 clear:both; 250 clear:both;