Added some uniformity, all css properties and values are separated by a colon and a space :
This commit is contained in:
parent
755e4a4700
commit
84de1b71d1
26 changed files with 502 additions and 502 deletions
|
@ -1,6 +1,6 @@
|
|||
/** Branch/tag selector **/
|
||||
.project-refs-form {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
span {
|
||||
background:none !important;
|
||||
position:static !important;
|
||||
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
}
|
||||
.project-refs-select {
|
||||
width:120px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.project-refs-form .chzn-container {
|
||||
|
@ -21,10 +21,10 @@
|
|||
.chzn-drop {
|
||||
min-width: 400px;
|
||||
.chzn-results {
|
||||
max-height:300px;
|
||||
max-height: 300px;
|
||||
}
|
||||
.chzn-search input {
|
||||
min-width:365px;
|
||||
min-width: 365px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,11 +43,11 @@
|
|||
margin:7px 0;
|
||||
min-width: 200px;
|
||||
border: 1px solid #bbb;
|
||||
border-radius:0;
|
||||
border-radius: 0;
|
||||
|
||||
.chzn-results {
|
||||
margin-top: 5px;
|
||||
max-height:300px;
|
||||
max-height: 300px;
|
||||
|
||||
.group-result {
|
||||
color: $style_color;
|
||||
|
@ -71,7 +71,7 @@
|
|||
.chzn-search {
|
||||
@include bg-gray-gradient;
|
||||
input {
|
||||
min-width:165px;
|
||||
min-width: 165px;
|
||||
border-color: #CCC;
|
||||
}
|
||||
}
|
||||
|
@ -81,8 +81,8 @@
|
|||
@include bg-light-gray-gradient;
|
||||
|
||||
div {
|
||||
background:transparent;
|
||||
border-left:none;
|
||||
background: transparent;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue