diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 14:52:23 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 14:52:23 +0200 |
commit | 1a519b851d3a867d13c9fc25b0cff6ec9cb29642 (patch) | |
tree | 3eeaec41db51a1627a6f9554041ff52d3a0659dc /apps/files | |
parent | 5cebb6fb9b541efa26fa5a06fdd2cc589bb70932 (diff) | |
parent | 08b5f787cc26dce46e94f170a63874e2428482d8 (diff) | |
download | nextcloud-server-1a519b851d3a867d13c9fc25b0cff6ec9cb29642.tar.gz nextcloud-server-1a519b851d3a867d13c9fc25b0cff6ec9cb29642.zip |
Merge pull request #8923 from owncloud/app-settings-input
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); |