mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client: rename 'mass tag' to 'bulk edit tags'
That way other bulk operations will be easier to name. This also changes the privilege name.
This commit is contained in:
@ -17,6 +17,8 @@ form
|
||||
.input li:first-child
|
||||
padding-top: 0
|
||||
margin-top: 0
|
||||
|
||||
form:not(.horizontal)
|
||||
.hint
|
||||
margin-top: 0.2em
|
||||
margin-bottom: 0
|
||||
|
@ -54,7 +54,7 @@
|
||||
.icon:not(:first-of-type)
|
||||
margin-left: 1em
|
||||
|
||||
.masstag
|
||||
.tag-flipper
|
||||
position: absolute
|
||||
top: 0.5em
|
||||
left: 0.5em
|
||||
@ -117,24 +117,24 @@
|
||||
margin-right: 0.25em
|
||||
input[name=search-text]
|
||||
width: 25em
|
||||
input[name=masstag]
|
||||
width: 12em
|
||||
.masstag-hint, .open-masstag
|
||||
margin-right: 1em
|
||||
.append
|
||||
font-size: 0.95em
|
||||
color: $inactive-link-color
|
||||
.masstag
|
||||
.bulk-edit-tags
|
||||
&:not(.active)
|
||||
[type=text],
|
||||
.start-tagging,
|
||||
.stop-tagging
|
||||
display: none
|
||||
.masstag-hint
|
||||
.hint
|
||||
display: none
|
||||
&.active
|
||||
.open-masstag
|
||||
.open
|
||||
display: none
|
||||
input[name=tag]
|
||||
width: 12em
|
||||
.hint, .open
|
||||
margin-right: 1em
|
||||
|
||||
.safety
|
||||
margin-right: 0.25em
|
||||
|
Reference in New Issue
Block a user