diff options
author | raghunayyar <me@iraghu.com> | 2013-03-04 09:21:38 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-03-04 09:21:38 +0530 |
commit | d3ddf03687a3e55df10e4c93471a01a366ea1d44 (patch) | |
tree | 2cd1a5c576227ac35342b4a3a9450f2b4ad84c85 /apps/files/css | |
parent | 841daf484513a6d54275822e615a4310686b9e11 (diff) | |
download | nextcloud-server-d3ddf03687a3e55df10e4c93471a01a366ea1d44.tar.gz nextcloud-server-d3ddf03687a3e55df10e4c93471a01a366ea1d44.zip |
Datepicker height fixed.
New id defined for files table for positioning.
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index cd339ad26a5..be0f4203cd0 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -55,7 +55,7 @@ font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; } -table { position:relative; top:37px; width:100%; } +#filestable { position: relative; top:37px; width:100%; } tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; } tbody tr.selected { background-color:#eee; } |