2012-02-26 23:41:53 +01:00
|
|
|
/** Branch/tag selector **/
|
|
|
|
.project-refs-form {
|
2012-11-23 17:33:43 +01:00
|
|
|
margin: 0;
|
2012-02-26 23:41:53 +01:00
|
|
|
span {
|
|
|
|
background:none !important;
|
|
|
|
position:static !important;
|
|
|
|
width:auto !important;
|
|
|
|
height:auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.project-refs-select {
|
2012-11-23 17:33:43 +01:00
|
|
|
width: 120px;
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
.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
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
.chzn-drop {
|
|
|
|
min-width: 400px;
|
2012-11-06 18:31:01 +01:00
|
|
|
.chzn-results {
|
2012-11-23 17:33:43 +01:00
|
|
|
max-height: 300px;
|
2012-11-06 18:31:01 +01:00
|
|
|
}
|
|
|
|
.chzn-search input {
|
2012-11-23 17:33:43 +01:00
|
|
|
min-width: 365px;
|
2012-11-06 18:31:01 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Fix for Search Dropdown Border **/
|
|
|
|
.chzn-container {
|
|
|
|
.chzn-search {
|
|
|
|
input:focus {
|
2012-11-23 17:51:38 +01:00
|
|
|
@include box-shadow(none);
|
2012-11-06 18:31:01 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chzn-drop {
|
2012-11-23 17:51:38 +01:00
|
|
|
margin: 7px 0;
|
2012-11-06 18:31:01 +01:00
|
|
|
min-width: 200px;
|
|
|
|
border: 1px solid #bbb;
|
2012-11-23 17:51:38 +01:00
|
|
|
@include border-radius(0);
|
2012-02-26 23:41:53 +01:00
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
.chzn-results {
|
2012-11-06 18:31:01 +01:00
|
|
|
margin-top: 5px;
|
2012-11-23 17:33:43 +01:00
|
|
|
max-height: 300px;
|
2012-09-18 19:50:34 +02:00
|
|
|
|
|
|
|
.group-result {
|
2012-11-06 18:31:01 +01:00
|
|
|
color: $style_color;
|
|
|
|
border-bottom: 1px solid #EEE;
|
|
|
|
padding: 8px;
|
2012-09-18 19:50:34 +02:00
|
|
|
}
|
|
|
|
.active-result {
|
2012-11-23 17:51:38 +01:00
|
|
|
@include border-radius(0);
|
2012-11-06 18:31:01 +01:00
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
&.highlighted {
|
2012-11-06 18:31:01 +01:00
|
|
|
background: $hover;
|
|
|
|
color: $style_color;
|
|
|
|
}
|
|
|
|
&.result-selected {
|
|
|
|
background: #EEE;
|
|
|
|
border-left: 4px solid #CCC;
|
2012-09-18 19:50:34 +02:00
|
|
|
}
|
|
|
|
}
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
|
2012-11-06 18:31:01 +01:00
|
|
|
.chzn-search {
|
|
|
|
@include bg-gray-gradient;
|
|
|
|
input {
|
2012-11-23 17:33:43 +01:00
|
|
|
min-width: 165px;
|
2012-11-06 18:31:01 +01:00
|
|
|
border-color: #CCC;
|
|
|
|
}
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
.chzn-single {
|
2012-11-06 18:31:01 +01:00
|
|
|
@include bg-light-gray-gradient;
|
2012-02-26 23:41:53 +01:00
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
div {
|
2012-11-23 17:33:43 +01:00
|
|
|
background: transparent;
|
|
|
|
border-left: none;
|
2012-02-26 23:41:53 +01:00
|
|
|
}
|
|
|
|
|
2012-09-18 19:50:34 +02:00
|
|
|
span {
|
2012-02-26 23:41:53 +01:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|