comparison rhodecode/public/css/style.css @ 607:ff449e9e6e38

fixed chrome repo switcher issue
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 04:11:59 +0200
parents 20940ddb5f4d
children edf8567be8ed
comparison
equal deleted inserted replaced
606:f31f1327c1e9 607:ff449e9e6e38
355 355
356 #header #header-inner #quick ul.repo_switcher { 356 #header #header-inner #quick ul.repo_switcher {
357 max-height:275px; 357 max-height:275px;
358 overflow-x:hidden; 358 overflow-x:hidden;
359 overflow-y:auto; 359 overflow-y:auto;
360 white-space:nowrap;
361 } 360 }
362 361
363 #header #header-inner #quick li ul li { 362 #header #header-inner #quick li ul li {
364 border-bottom:1px solid #ddd; 363 border-bottom:1px solid #ddd;
365 } 364 }
1440 margin:0; 1439 margin:0;
1441 padding:0 30px; 1440 padding:0 30px;
1442 } 1441 }
1443 1442
1444 #footer p { 1443 #footer p {
1445 background:none repeat scroll 0 0 #2F2F2F; 1444 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1446 color:#FFF; 1445 color:#FFF;
1447 font-weight:700; 1446 font-weight:700;
1448 padding:15px 25px 15px 0; 1447 padding:15px 25px 15px 0;
1449 } 1448 }
1450 1449
2148 #header,#content,#footer { 2147 #header,#content,#footer {
2149 min-width:1224px; 2148 min-width:1224px;
2150 } 2149 }
2151 2150
2152 #content { 2151 #content {
2153 min-height:100%; 2152 min-height:85%;
2154 clear:both; 2153 clear:both;
2155 overflow:hidden; 2154 overflow:hidden;
2156 padding:10px 30px; 2155 padding:14px 30px;
2157 } 2156 }
2158 2157
2159 #content div.box div.title div.search { 2158 #content div.box div.title div.search {
2160 background:url("../../images/title_link.png") no-repeat top left; 2159 background:url("../../images/title_link.png") no-repeat top left;
2161 border-left:1px solid #316293; 2160 border-left:1px solid #316293;