comparison rhodecode/public/css/style.css @ 2391:91fae60bf2b6 codereview

merge with beta
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Jun 2012 21:22:23 +0200
parents a07e04ef7bb4 c2f131502037
children 471ac5256400
comparison
equal deleted inserted replaced
2364:9d61aad859bc 2391:91fae60bf2b6
326 .ie7 #header #header-inner.hover, 326 .ie7 #header #header-inner.hover,
327 .ie8 #header #header-inner.hover, 327 .ie8 #header #header-inner.hover,
328 .ie9 #header #header-inner.hover 328 .ie9 #header #header-inner.hover
329 { 329 {
330 z-index: auto !important; 330 z-index: auto !important;
331 }
332
333 .header-pos-fix{
334 margin-top: -44px;
335 padding-top: 44px;
331 } 336 }
332 337
333 #header #header-inner #home a { 338 #header #header-inner #home a {
334 height: 40px; 339 height: 40px;
335 width: 46px; 340 width: 46px;
2836 -webkit-border-radius: 8px 8px 8px 8px; 2841 -webkit-border-radius: 8px 8px 8px 8px;
2837 -khtml-border-radius: 8px 8px 8px 8px; 2842 -khtml-border-radius: 8px 8px 8px 8px;
2838 -moz-border-radius: 8px 8px 8px 8px; 2843 -moz-border-radius: 8px 8px 8px 8px;
2839 border-radius: 8px 8px 8px 8px; 2844 border-radius: 8px 8px 8px 8px;
2840 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 2845 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2846 }
2847
2848 .mentions-container{
2849 width: 90% !important;
2850 }
2851 .mentions-container .yui-ac-content{
2852 width: 100% !important;
2841 } 2853 }
2842 2854
2843 .ac { 2855 .ac {
2844 vertical-align: top; 2856 vertical-align: top;
2845 } 2857 }