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-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;
@ -592,6 +595,7 @@ table#otheruserstable {
background-image: url("../../static/img/etherpad_lite_icons.png"); background-image: url("../../static/img/etherpad_lite_icons.png");
color: #333; color: #333;
text-decoration: none; text-decoration: none;
padding-bottom:2px;
} }
#exporthtml { #exporthtml {
background-position: 0px -299px background-position: 0px -299px
@ -627,6 +631,7 @@ table#otheruserstable {
#importsubmitinput { #importsubmitinput {
margin-top: 12px; margin-top: 12px;
padding:2px 4px 2px 4px;
} }
#importstatusball { #importstatusball {
height: 50px height: 50px

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>