mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Issue #1193 : Minor design fixes
This commit is contained in:
@@ -579,6 +579,7 @@ function showSelectMessage(str1, str2, callback) {
|
||||
}
|
||||
|
||||
$('#selectNone').on('click', function() {
|
||||
$('.tag-select-message').slideUp();
|
||||
selectNone();
|
||||
});
|
||||
|
||||
@@ -588,6 +589,7 @@ function selectNone() {
|
||||
}
|
||||
|
||||
$('#selectInvert').on('click', function() {
|
||||
$('.tag-select-message').slideUp();
|
||||
selectInvert(tagToDisplay());
|
||||
});
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ var str_tag_selected = '{'<b>%d</b> tag selected'|@translate}';
|
||||
<div class="tag-pagination-arrow rigth">
|
||||
<span class="icon-left-open"></span>
|
||||
</div>
|
||||
<p> {'Tag per page'} </p>
|
||||
<p> {'Tags per page'} </p>
|
||||
<div class="tag-pagination-select" tabindex="1">
|
||||
<input name="per-page" type="radio" id="select-100" checked value="100">
|
||||
<label for="select-100">100</label>
|
||||
|
||||
@@ -2382,7 +2382,7 @@ input:checked + .slider:before {
|
||||
margin:20px auto;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
padding: 13px 40px;
|
||||
padding: 13px 30px;
|
||||
background-color:transparent;
|
||||
width: 180px;
|
||||
}
|
||||
@@ -3687,6 +3687,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
.selection-mode-tag .selection-other-tags {
|
||||
color: #ffa646;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.tag-select-message {
|
||||
@@ -3732,7 +3733,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
}
|
||||
|
||||
.tag-pagination-container a.actual {
|
||||
background-color: #f8b038;
|
||||
background-color: #FFA646;
|
||||
border-radius: 15px;
|
||||
pointer-events: none;
|
||||
padding: 0px 10px;
|
||||
|
||||
Reference in New Issue
Block a user