tighten up mobile create topic fields
This commit is contained in:
parent
1a3729811d
commit
aed6cda836
|
@ -16,9 +16,6 @@ display: none;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -181,24 +178,25 @@ display: none;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// When the post is new (new topic) the sizings are different
|
// if this is a new topic, make room for the category field in the editor on
|
||||||
|
// a small screen mobile device
|
||||||
&.edit-title {
|
&.edit-title {
|
||||||
&.open {
|
&.open {
|
||||||
height: 300px;
|
height: 280px;
|
||||||
}
|
}
|
||||||
.contents {
|
.contents {
|
||||||
input#reply-title {
|
input#reply-title {
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
margin: 6px 10px 3px 0;
|
margin: 6px 10px 0 0;
|
||||||
}
|
}
|
||||||
.wmd-controls {
|
.wmd-controls {
|
||||||
@include transition(top 0.3s ease);
|
@include transition(top 0.3s ease);
|
||||||
top: 135px;
|
top: 120px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.contents {
|
.contents {
|
||||||
padding: 10px;
|
padding: 10px 10px 0 10px;
|
||||||
min-width: 1280px;
|
min-width: 1280px;
|
||||||
.form-element {
|
.form-element {
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
|
|
Loading…
Reference in New Issue