mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #2515 from nextcloud/tag-rename-styling
fix styling of renaming system tags
This commit is contained in:
commit
3472f70ffe
2 changed files with 11 additions and 3 deletions
|
|
@ -37,8 +37,15 @@
|
|||
}
|
||||
|
||||
.systemtags-select2-dropdown .systemtags-rename-form {
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
display: inline-block;
|
||||
width: calc(100% - 20px);
|
||||
top: -6px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown .systemtags-rename-form input {
|
||||
display: inline-block;
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
|
||||
.systemtags-select2-container {
|
||||
|
|
@ -56,6 +63,7 @@
|
|||
.systemtags-select2-dropdown .systemtags-item {
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown .select2-result-label {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-style: normal;
|
||||
|
|
@ -24,6 +23,7 @@
|
|||
word-wrap: normal;
|
||||
font-size: 12px;
|
||||
opacity: 0;
|
||||
z-index: 100000;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
.tooltip.in {
|
||||
|
|
|
|||
Loading…
Reference in a new issue