[Pkg-owncloud-commits] [owncloud] 06/129: [IE8] Fix "new" button width
David Prévot
taffit at moszumanska.debian.org
Thu Nov 5 01:04:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 2ff3e87f74fb4be55c9ba0ce96f3bf56a9359af7
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Wed Oct 7 17:34:38 2015 +0200
[IE8] Fix "new" button width
---
apps/files/css/files.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index d0a2cce..bb5711e 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -745,6 +745,10 @@ table.dragshadow td.size {
margin: -10px;
}
+html.ie8 #controls .button.new {
+ padding-right: 0;
+}
+
.newFileMenu {
width: 140px;
margin-left: -56px;
@@ -796,3 +800,4 @@ table.dragshadow td.size {
color: #000;
padding: 0;
}
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list