summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-08 14:05:06 +0100
committerGitHub <noreply@github.com>2016-12-08 14:05:06 +0100
commit3472f70ffe82b90affa1ae8f5748a6f733db8d29 (patch)
tree9d058b968637a5a3ed1764b40d79f0639875e08b /core
parent158cc9c261eb2abf071bf25e264203239f3806e4 (diff)
parentd9ae68eca6511be0d7a2f9c4b21e243b19946953 (diff)
downloadnextcloud-server-3472f70ffe82b90affa1ae8f5748a6f733db8d29.tar.gz
nextcloud-server-3472f70ffe82b90affa1ae8f5748a6f733db8d29.zip
Merge pull request #2515 from nextcloud/tag-rename-styling
fix styling of renaming system tags
Diffstat (limited to 'core')
-rw-r--r--core/css/systemtags.css12
-rw-r--r--core/css/tooltip.css2
2 files changed, 11 insertions, 3 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css
index 30c3808b51c..d11dc741065 100644
--- a/core/css/systemtags.css
+++ b/core/css/systemtags.css
@@ -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 {
diff --git a/core/css/tooltip.css b/core/css/tooltip.css
index af25fd5533d..e5a2f7b2145 100644
--- a/core/css/tooltip.css
+++ b/core/css/tooltip.css
@@ -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 {