diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-18 01:10:13 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-18 01:10:13 +0100 |
commit | a581dcaadb90c6200baf42177fd14f2560fda533 (patch) | |
tree | 2d54b41c0e6a8806dd158c241cce2bc856ffcbb9 /apps/files/css/files.css | |
parent | 232d4385f4909a8877d96186fbd13d5e161cccf3 (diff) | |
parent | 0bda42b8e3a8e738c4fa1b7357ad8722fba68c14 (diff) | |
download | nextcloud-server-a581dcaadb90c6200baf42177fd14f2560fda533.tar.gz nextcloud-server-a581dcaadb90c6200baf42177fd14f2560fda533.zip |
Merge pull request #12924 from owncloud/improve-emptystates
Improve empty states
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index eb6fec4a97f..3829759a14e 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -556,12 +556,6 @@ table tr.summary td { #scanning-message{ top:40%; left:40%; position:absolute; display:none; } -#emptycontent .icon-starred { - height: 30px; - width: 30px; - margin: 0 auto 10px; -} - table.dragshadow { width:auto; } |