commit
c30101ab42
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue