]> source.dussan.org Git - nextcloud-server.git/commit
Fixed table grid styles for IE8
authorVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 13:58:15 +0000 (15:58 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 13:58:15 +0000 (15:58 +0200)
commit1a05ed2f3822b5ba24471f7ddc63050a6948e9cf
tree27685df3944a93f4e3e5760320d9ac18df8386bb
parent034968c61243e8335a5e83c4395ec10a094fd764
Fixed table grid styles for IE8

The selector :not() isn't supported in IE8, replaced it with the "grid"
class.

- Fixes the log table style in IE8 (#5057)
- Fixes the users table layout bug in IE8
settings/css/settings.css
settings/templates/admin.php
settings/templates/users.php