diff options
| author | rr- <rr-@sakuya.pl> | 2017-02-11 19:50:22 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-02-11 19:50:22 +0100 |
| commit | 0e4e9944319bb089c9d9ac67bfd8dd9f2c7c1986 (patch) | |
| tree | 8ff604a0a997c8f70d032c98ee3052e352e47fc7 /client/css/core-forms.styl | |
| parent | eda6d6d02a4e09a61b05b5ad1b06f4594e15b602 (diff) | |
client: rename 'mass tag' to 'bulk edit tags'
That way other bulk operations will be easier to name.
This also changes the privilege name.
Diffstat (limited to 'client/css/core-forms.styl')
| -rw-r--r-- | client/css/core-forms.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/css/core-forms.styl b/client/css/core-forms.styl index 5b62e0c..541de1b 100644 --- a/client/css/core-forms.styl +++ b/client/css/core-forms.styl @@ -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 |