comparison rhodecode/public/css/style.css @ 3413:d79f3505549e beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 27 Feb 2013 02:17:52 +0100
parents 3373e1b3f4c9
children efc00d363d1e
comparison
equal deleted inserted replaced
3412:3373e1b3f4c9 3413:d79f3505549e
312 clear: both; 312 clear: both;
313 position: fixed !important; 313 position: fixed !important;
314 background-color: #003B76; 314 background-color: #003B76;
315 opacity: 0.01; 315 opacity: 0.01;
316 cursor: pointer; 316 cursor: pointer;
317 min-height: 10px; 317 min-height: 10px;
318 width: 100% !important; 318 width: 100% !important;
319 -webkit-border-radius: 0px 0px 4px 4px; 319 -webkit-border-radius: 0px 0px 4px 4px;
320 -khtml-border-radius: 0px 0px 4px 4px; 320 -khtml-border-radius: 0px 0px 4px 4px;
321 -moz-border-radius: 0px 0px 4px 4px; 321 -moz-border-radius: 0px 0px 4px 4px;
322 border-radius: 0px 0px 4px 4px; 322 border-radius: 0px 0px 4px 4px;
324 324
325 #header-dd:hover{ 325 #header-dd:hover{
326 opacity: 0.2; 326 opacity: 0.2;
327 -webkit-transition: opacity 0.5s ease-in-out; 327 -webkit-transition: opacity 0.5s ease-in-out;
328 -moz-transition: opacity 0.5s ease-in-out; 328 -moz-transition: opacity 0.5s ease-in-out;
329 transition: opacity 0.5s ease-in-out; 329 transition: opacity 0.5s ease-in-out;
330 } 330 }
331 331
332 #header #header-inner { 332 #header #header-inner {
333 min-height: 44px; 333 min-height: 44px;
334 clear: both; 334 clear: both;
357 -webkit-border-radius: 0px 0px 0px 0px; 357 -webkit-border-radius: 0px 0px 0px 0px;
358 -khtml-border-radius: 0px 0px 0px 0px; 358 -khtml-border-radius: 0px 0px 0px 0px;
359 -moz-border-radius: 0px 0px 0px 0px; 359 -moz-border-radius: 0px 0px 0px 0px;
360 border-radius: 0px 0px 0px 0px; 360 border-radius: 0px 0px 0px 0px;
361 position: fixed !important; 361 position: fixed !important;
362 z-index: 10000; 362 z-index: 10000;
363 } 363 }
364 364
365 .ie7 #header #header-inner.hover, 365 .ie7 #header #header-inner.hover,
366 .ie8 #header #header-inner.hover, 366 .ie8 #header #header-inner.hover,
367 .ie9 #header #header-inner.hover 367 .ie9 #header #header-inner.hover
2152 } 2152 }
2153 #quick_login .notifications a, 2153 #quick_login .notifications a,
2154 #quick_login .unread a { 2154 #quick_login .unread a {
2155 color: #FFFFFF; 2155 color: #FFFFFF;
2156 display: block; 2156 display: block;
2157 padding: 2px; 2157 padding: 2px;
2158 } 2158 }
2159 #quick_login .notifications a:hover, 2159 #quick_login .notifications a:hover,
2160 #quick_login .unread a:hover { 2160 #quick_login .unread a:hover {
2161 background-color: inherit !important; 2161 background-color: inherit !important;
2162 } 2162 }