]> source.dussan.org Git - nextcloud-server.git/commitdiff
Moved IE8 inline styles in files.css
authorVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 12:10:00 +0000 (14:10 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 12:10:00 +0000 (14:10 +0200)
apps/files/css/files.css
apps/files/templates/index.php
apps/files_trashbin/templates/index.php

index cbf34279f546d481231c33c3843e87cb57bd23c8..7c6778af62f97c51613694cf08595abd62288d00 100644 (file)
@@ -178,6 +178,9 @@ table td.filename .nametext {
 table td.filename .uploadtext { font-weight:normal; margin-left:.5em; }
 table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
 
+.ie8 input[type="checkbox"]{
+       padding: 0;
+}
 
 /* File checkboxes */
 #fileList tr td.filename>input[type="checkbox"]:first-child {
index 1c07d14ea8abc770e6fa77f22edf7a5b2e9a2b0d..32a59f1e1a6a03e6b9687a6c73355ef18e6e05d8 100644 (file)
@@ -1,4 +1,3 @@
-<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
 <div id="controls">
        <?php print_unescaped($_['breadcrumb']); ?>
                <div class="actions creatable <?php if (!$_['isCreatable']):?>hidden<?php endif; ?> <?php if (isset($_['files']) and count($_['files'])==0):?>emptycontent<?php endif; ?>">
index 17045313d6ce149b474b7a01921f74065edb32b6..15ba074e45eefa42f1e21d8174de7a61cfd5dde1 100644 (file)
@@ -1,4 +1,3 @@
-<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
 <div id="controls">
        <?php print_unescaped($_['breadcrumb']); ?>
                <div id="file_action_panel"></div>