]> source.dussan.org Git - nextcloud-server.git/commitdiff
app settings: only display text fields at full width, not buttons
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 7 Jun 2014 10:07:50 +0000 (12:07 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sat, 7 Jun 2014 10:07:50 +0000 (12:07 +0200)
core/css/apps.css

index f919bf09fb9b615bea2eb912e242d861e8985c61..be1a98c3c1e123fb497975702b28b933da83e187 100644 (file)
 }
 
 /* display input fields at full width */
-#app-settings-content input {
+#app-settings-content input[type='text'] {
        width: 93%;
 }