Merge pull request #3766 from tgxworld/fix_selected_posts_mobile

Fix selected posts mobile
This commit is contained in:
Régis Hanol 2015-09-15 11:24:15 +02:00
commit c46269e7ec
2 changed files with 6 additions and 2 deletions

View File

@ -88,9 +88,14 @@
form { form {
margin-top: 20px; margin-top: 20px;
input[type=text] { input[type=text] {
width: 500px; box-sizing: border-box;
width: 100%;
} }
} }
.category-combobox {
width: 100%;
}
} }
.flag-modal { .flag-modal {

View File

@ -396,7 +396,6 @@ iframe {
} }
#selected-posts { #selected-posts {
float: left;
width: 97%; width: 97%;
padding-left: 3%; padding-left: 3%;
background-color: srgb-scale($tertiary, $secondary, 15%); background-color: srgb-scale($tertiary, $secondary, 15%);