comparison rhodecode/public/css/style.css @ 3341:030103d57e30 beta

drop down hover menu now fixes whole page padding
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Feb 2013 22:37:45 +0100
parents 6d75dfb6b8ed
children 3373e1b3f4c9 87c97fcea029
comparison
equal deleted inserted replaced
3340:f1491bad8339 3341:030103d57e30
345 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); 345 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
346 margin: 0; 346 margin: 0;
347 padding: 0; 347 padding: 0;
348 display: block; 348 display: block;
349 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 349 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
350 -webkit-border-radius: 4px 4px 4px 4px; 350 -webkit-border-radius: 0px 0px 4px 4px;
351 -khtml-border-radius: 4px 4px 4px 4px; 351 -khtml-border-radius: 0px 0px 4px 4px;
352 -moz-border-radius: 4px 4px 4px 4px; 352 -moz-border-radius: 0px 0px 4px 4px;
353 border-radius: 4px 4px 4px 4px; 353 border-radius: 0px 0px 4px 4px;
354 } 354 }
355 #header #header-inner.hover { 355 #header #header-inner.hover {
356 width: 100% !important; 356 width: 100% !important;
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;
3503 clear: both; 3503 clear: both;
3504 overflow: hidden; 3504 overflow: hidden;
3505 padding: 10px 10px 14px 10px; 3505 padding: 10px 10px 14px 10px;
3506 } 3506 }
3507 3507
3508 #content.hover {
3509 padding: 55px 10px 14px 10px !important;
3510 }
3511
3508 #content div.box div.title div.search { 3512 #content div.box div.title div.search {
3509 border-left: 1px solid #316293; 3513 border-left: 1px solid #316293;
3510 } 3514 }
3511 3515
3512 #content div.box div.title div.search div.input input { 3516 #content div.box div.title div.search div.input input {