diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 13:01:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 13:01:24 +0200 |
commit | 08b5f787cc26dce46e94f170a63874e2428482d8 (patch) | |
tree | ad216aa9500a6f11947e51b88a17710511fd63f4 /apps/files | |
parent | 204eb256f39e2aaedd0b416f25573a9abb822eac (diff) | |
download | nextcloud-server-08b5f787cc26dce46e94f170a63874e2428482d8.tar.gz nextcloud-server-08b5f787cc26dce46e94f170a63874e2428482d8.zip |
app settings: display input fields at full width
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 0392733f4ca..ce6d3f9aed5 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -113,10 +113,6 @@ 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); |