Merge pull request #2515 from nextcloud/tag-rename-styling

fix styling of renaming system tags
This commit is contained in:
Joas Schilling 2016-12-08 14:05:06 +01:00 committed by GitHub
commit 3472f70ffe
2 changed files with 11 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {