make export clearly seperated from import

pull/1899/head
John McLear 2013-09-21 16:22:43 +01:00
parent ca680a32b6
commit e35c45e9b5
2 changed files with 4 additions and 1 deletions

View File

@ -585,6 +585,9 @@ table#otheruserstable {
margin-right: 3px; margin-right: 3px;
margin-top: 2px; margin-top: 2px;
} }
#exportColumn{
margin-top:20px;
}
.exporttype { .exporttype {
margin-top: 4px; margin-top: 4px;
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -283,7 +283,7 @@
</form> </form>
<% e.end_block(); %> <% e.end_block(); %>
</div> </div>
<div class="column"> <div class="column" id="exportColumn">
<h2 data-l10n-id="pad.importExport.export"></h2> <h2 data-l10n-id="pad.importExport.export"></h2>
<% e.begin_block("exportColumn"); %> <% e.begin_block("exportColumn"); %>
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a> <a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>