mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
related to #1607 added cancel btn + translation lines
This commit is contained in:
committed by
plegall
parent
9d38a57326
commit
05903ffd28
@@ -164,12 +164,14 @@ var str_tag_found = '{'<b>%d</b> tag found'|@translate}';
|
||||
<div class="TagErrors icon-cancel">
|
||||
</div>
|
||||
|
||||
<div class="TagSubmit">
|
||||
<span>{'Rename Tag'|@translate}</span>
|
||||
</div>
|
||||
<div class="TagSubmitOptions">
|
||||
<div class="TagSubmit">
|
||||
<span>{'Rename Tag'|@translate}</span>
|
||||
</div>
|
||||
|
||||
<div class="TagCancel" style="display:none;">
|
||||
<span>{'Cancel'|@translate}</span>
|
||||
<div class="TagCancel">
|
||||
<span>{'Cancel'|@translate}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3172,21 +3172,30 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
padding:5px;
|
||||
border-left:solid 3px red;
|
||||
}
|
||||
|
||||
.TagSubmitOptions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.TagSubmit {
|
||||
cursor:pointer;
|
||||
font-weight:bold;
|
||||
color: #3F3E40;
|
||||
background-color: #FFA836;
|
||||
padding: 10px;
|
||||
margin: 20px;
|
||||
padding: 10px 20px;
|
||||
font-size:1em;
|
||||
margin-bottom:0;
|
||||
margin: 0 15px;
|
||||
}
|
||||
.TagCancel {
|
||||
color: #3F3E40;
|
||||
font-weight: bold;
|
||||
cursor:pointer;
|
||||
cursor: pointer;
|
||||
font-size:1em;
|
||||
color: #A4A4A4;
|
||||
padding: 10px 20px;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Picture Edit */
|
||||
|
||||
Reference in New Issue
Block a user