Better widths for select elements here.

This commit is contained in:
Matthias Mees 2012-12-05 12:19:12 +01:00
parent 4580ba65e2
commit 5984d26a57

View File

@ -981,6 +981,10 @@ summary { cursor: pointer; }
float: left;
width: 33% ;
}
#edit_entry_metadata select { width: 100%; }
#edit_entry_metadata select[multiple] { width: 84%; }
}
@media only screen and (min-width: 1280px) {