[Pkg-javascript-commits] [pdf.js] 69/106: Apply padding on <select> and not the button
David Prévot
taffit at moszumanska.debian.org
Sat Jun 20 21:34:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 099f99d6ad0e173076f10b1ae7ebe8dcc144e8d4
Author: Timothy Gu <timothygu99 at gmail.com>
Date: Wed Jun 3 12:03:10 2015 -0700
Apply padding on <select> and not the button
---
web/viewer.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/viewer.css b/web/viewer.css
index deb9173..4602351 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -747,7 +747,7 @@ html[dir='rtl'] .dropdownToolbarButton {
.dropdownToolbarButton {
width: 120px;
max-width: 120px;
- padding: 3px 2px 2px;
+ padding: 0;
overflow: hidden;
background: url(images/toolbarButton-menuArrows.png) no-repeat;
}
@@ -763,7 +763,7 @@ html[dir='rtl'] .dropdownToolbarButton {
font-size: 12px;
color: hsl(0,0%,95%);
margin: 0;
- padding: 0;
+ padding: 3px 2px 2px;
border: none;
background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list