diff --git a/src/static/css/pad.css b/src/static/css/pad.css index d2d689ce6..467d50632 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -585,6 +585,9 @@ table#otheruserstable { margin-right: 3px; margin-top: 2px; } +#exportColumn{ + margin-top:20px; +} .exporttype { margin-top: 4px; background-repeat: no-repeat; @@ -592,6 +595,7 @@ table#otheruserstable { background-image: url("../../static/img/etherpad_lite_icons.png"); color: #333; text-decoration: none; + padding-bottom:2px; } #exporthtml { background-position: 0px -299px @@ -627,6 +631,7 @@ table#otheruserstable { #importsubmitinput { margin-top: 12px; + padding:2px 4px 2px 4px; } #importstatusball { height: 50px diff --git a/src/templates/pad.html b/src/templates/pad.html index e632e7daa..a6b90eeb4 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -283,7 +283,7 @@ <% e.end_block(); %> -
+

<% e.begin_block("exportColumn"); %>