File tree Expand file tree Collapse file tree 3 files changed +32
-32
lines changed Expand file tree Collapse file tree 3 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ button:focus {
105
105
background-color : # fff ;
106
106
}
107
107
108
- # adv {
108
+ # advanced {
109
109
box-sizing : border-box;
110
110
overflow : hidden;
111
111
height : 0 ;
@@ -118,23 +118,23 @@ button:focus {
118
118
}
119
119
120
120
/* Media object clearfix */
121
- # adv > .field {
121
+ # advanced > .field {
122
122
overflow : hidden;
123
123
}
124
124
125
- # adv > .field > label {
125
+ # advanced > .field > label {
126
126
/* Media object left */
127
127
float : left;
128
128
width : 100px ;
129
129
color : # 767676 ;
130
130
}
131
131
132
- # adv > .field > .field-input {
132
+ # advanced > .field > .field-input {
133
133
/* New block formatting context for media object */
134
134
overflow : hidden;
135
135
}
136
136
137
- # adv > .field input [type = text ] {
137
+ # advanced > .field input [type = text ] {
138
138
line-height : 24px ;
139
139
box-sizing : border-box;
140
140
width : 100% ;
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ var SearchBar = React.createClass({
518
518
</ div >
519
519
520
520
< div id = "inb" >
521
- < div id = "adv " ref = "adv" >
521
+ < div id = "advanced " ref = "adv" >
522
522
< span
523
523
className = "octicon octicon-chevron-up hide-adv"
524
524
onClick = { this . hideAdvanced }
You can’t perform that action at this time.
0 commit comments