]> source.dussan.org Git - nextcloud-server.git/commitdiff
app settings: display input fields at full width
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 6 Jun 2014 11:01:24 +0000 (13:01 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 6 Jun 2014 11:01:24 +0000 (13:01 +0200)
apps/files/css/files.css
core/css/apps.css

index 0392733f4ca7ea7e213a163f903d2438e1495274..ce6d3f9aed5f6ed0d8522e7556033c54c0c7d58d 100644 (file)
        bottom: 0;
 }
 
-.app-files #app-settings input {
-       width: 90%;
-}
-
 #filestable tbody tr { background-color:#fff; height:40px; }
 #filestable tbody tr:hover, tbody tr:active {
        background-color: rgb(240,240,240);
index ebb0c2690009bfd8738c627468195d481cf2f77d..f919bf09fb9b615bea2eb912e242d861e8985c61 100644 (file)
        overflow-y: auto;
 }
 
+
+
+/* APP-SETTINGS ---------------------------------------------------------------*/
+
 /* settings area */
 #app-settings {
        position: fixed;
        overflow-y: auto;
 }
 
+/* display input fields at full width */
+#app-settings-content input {
+       width: 93%;
+}
+
 .settings-button {
        display: block;
        height: 44px;