better display of buttons after upload (new margin for success info)

This commit is contained in:
plegall
2021-01-18 17:31:12 +01:00
parent 8ba76fd406
commit b7ba2e40d7

View File

@@ -3305,7 +3305,7 @@ ul.jqtree-tree .jqtree-element {
.showCreateAlbum {text-align:left; margin:0 1em 25px 20px; line-height:22px;}
.showCreateAlbum .userSeparator {margin:0 5px;}
#addAlbumOpen, #autoOrderOpen {padding: 7px 15px; font-weight: bold; font-size: 11px;}
.afterUploadActions {text-align: center; margin-bottom: 30px !important;}
.afterUploadActions {text-align: center; margin-bottom: 30px !important; margin-top: 45px !important;}
.afterUploadActions a {justify-content: center; margin: 35px; font-weight: bold; font-size: 14px; padding: 10px 12px;}
#autoOrder p, #createAlbum p {text-align:left; margin:0 0 1em 0;}
#autoOrder p.actionButtons, #createAlbum p.actionButtons {margin-bottom:0;}