diff options
author | John McLear <john@mclear.co.uk> | 2013-09-21 16:15:59 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-09-21 16:15:59 +0100 |
commit | 05a8ae7accc4e1bad35da5d4d30edfd36341a5bf (patch) | |
tree | cc48d767f4214c9853d75b42561b45fc3dce3cfe | |
parent | cf3c8e599f9d1f0afa1f107205c1d948203ec109 (diff) | |
download | etherpad-lite-05a8ae7accc4e1bad35da5d4d30edfd36341a5bf.zip |
padding on import now button
-rw-r--r-- | src/static/css/pad.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index d2d689ce..33ea0dca 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -627,6 +627,7 @@ table#otheruserstable { #importsubmitinput { margin-top: 12px; + padding:2px 4px 2px 4px; } #importstatusball { height: 50px |