Merge pull request #1899 from ether/import-button-styling

Import button styling
pull/1900/head
John McLear 2013-09-21 08:24:19 -07:00
commit c30101ab42
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>