summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-09-21 16:22:43 +0100
committerJohn McLear <john@mclear.co.uk>2013-09-21 16:22:43 +0100
commite35c45e9b5d68747bf4f80ddc8e12c3b8d9d96e9 (patch)
treef68659bfd469b07f23f7733b7b5e262cfb0de1fe
parentca680a32b68801069ddfb51221a02e227cfb9326 (diff)
downloadetherpad-lite-e35c45e9b5d68747bf4f80ddc8e12c3b8d9d96e9.zip
make export clearly seperated from import
-rw-r--r--src/static/css/pad.css3
-rw-r--r--src/templates/pad.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css
index 810e325f..467d5063 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;
diff --git a/src/templates/pad.html b/src/templates/pad.html
index e632e7da..a6b90eeb 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -283,7 +283,7 @@
</form>
<% e.end_block(); %>
</div>
- <div class="column">
+ <div class="column" id="exportColumn">
<h2 data-l10n-id="pad.importExport.export"></h2>
<% e.begin_block("exportColumn"); %>
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>