diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-27 02:29:47 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-27 02:29:47 -0800 |
commit | 46745895ae6db0efac52461497853d037230bcae (patch) | |
tree | bd6b6222a43f1fe17142d69cb05cfa84c3ea8241 /apps/files_external | |
parent | 6fbc73e673206609eebd1c66181036ddd142f4f9 (diff) | |
parent | 2a0e8329f9f35df33f3e379a6ec99eaf4e1ee973 (diff) | |
download | nextcloud-server-46745895ae6db0efac52461497853d037230bcae.tar.gz nextcloud-server-46745895ae6db0efac52461497853d037230bcae.zip |
Merge pull request #5153 from owncloud/core-em-to-px
Cleans up Core apps for relative(em) to absolute(px) styles.
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css index 9858c10ea35..11aeb10184b 100644 --- a/apps/files_external/css/settings.css +++ b/apps/files_external/css/settings.css @@ -12,8 +12,8 @@ span.error { background: #ce3702; } -td.mountPoint, td.backend { width:10em; } -td.remove>img { visibility:hidden; padding-top:0.8em; } +td.mountPoint, td.backend { width:160px; } +td.remove>img { visibility:hidden; padding-top:13px; } tr:hover>td.remove>img { visibility:visible; cursor:pointer; } #addMountPoint>td { border:none; } #addMountPoint>td.applicable { visibility:hidden; } |