summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-28 13:16:30 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-28 13:16:30 +0100
commitaaac2414eabb5c184db226564069e446dc9407ea (patch)
treee3a285612ec4d466c2462851d323871b803ed444 /core/css
parent329d9654412baa57752eb6a55fdb21ac5b082156 (diff)
downloadnextcloud-server-aaac2414eabb5c184db226564069e446dc9407ea.tar.gz
nextcloud-server-aaac2414eabb5c184db226564069e446dc9407ea.zip
undo padding change on buttons, otherwise it will mess up the upload and new buttons again
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index aa087aeafc4..a6a0d56cf79 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -53,7 +53,7 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#
/* BUTTONS */
input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a {
- width:auto; padding:.3em;
+ width:auto; padding:.4em;
background-color:rgba(230,230,230,.5); font-weight:bold; color:#555; text-shadow:#fff 0 1px 0; border:1px solid #bbb; border:1px solid rgba(180,180,180,.5); cursor:pointer;
-moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset;
-moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;