app settings: only display text fields at full width, not buttons

This commit is contained in:
Jan-Christoph Borchardt 2014-06-07 12:07:50 +02:00
parent e0446a1df5
commit 49e15f0130

View File

@ -220,7 +220,7 @@
}
/* display input fields at full width */
#app-settings-content input {
#app-settings-content input[type='text'] {
width: 93%;
}