mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
related to #1455 changing the btn and putting it on the left
This commit is contained in:
@@ -114,9 +114,8 @@ $('#syncFiles label').click(function () {
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
<p class="bottomButtons">
|
||||
<input class="submit" type="submit" value="{'Submit'|@translate}" name="submit">
|
||||
<input class="submit" type="reset" value="{'Reset'|@translate}" name="reset">
|
||||
<p class="bottomButtons syncBtn">
|
||||
<input class="buttonGradient" type="submit" value="{'Synchronize'|@translate}" name="submit">
|
||||
</p>
|
||||
</form>
|
||||
{/if}{*isset $introduction*}
|
||||
|
||||
@@ -3180,6 +3180,11 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.bottomButtons.syncBtn {
|
||||
text-align:left;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.commentFilter {text-align:left;margin:5px 1em;}
|
||||
|
||||
FORM#categoryOrdering p.albumTitle {margin:0; margin-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 4px;}
|
||||
|
||||
Reference in New Issue
Block a user