2012-02-26 23:41:53 +01:00
|
|
|
/** Branch/tag selector **/
|
|
|
|
.project-refs-form {
|
|
|
|
margin:0;
|
|
|
|
span {
|
|
|
|
background:none !important;
|
|
|
|
position:static !important;
|
|
|
|
width:auto !important;
|
|
|
|
height:auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.project-refs-select {
|
|
|
|
width:120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-refs-form .chzn-container {
|
2012-02-27 23:00:19 +01:00
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
margin-right: 10px;
|
2012-02-26 23:41:53 +01:00
|
|
|
|
|
|
|
.chzn-drop {
|
|
|
|
margin:7px 0;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
min-width: 300px;
|
|
|
|
|
|
|
|
.chzn-results {
|
|
|
|
max-height:300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chzn-search input {
|
|
|
|
min-width:200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chzn-single {
|
|
|
|
background:#ddd;
|
|
|
|
//border:none;
|
|
|
|
//box-shadow:none;
|
|
|
|
|
|
|
|
div {
|
|
|
|
background:transparent;
|
|
|
|
border-left:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-17 02:40:36 +01:00
|
|
|
/** Fix for Search Dropdown Border **/
|
|
|
|
.chzn-container {
|
|
|
|
.chzn-search {
|
|
|
|
input:focus {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|