Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-08-03 21:51:35 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-08-03 21:51:35 +0300
commitca5245e74d61663223db850477ca717fd47277ae (patch)
tree190ea50738f73ac292705e6a5c60ce5a90fa7159 /css
parent1f87eeb00e37da098d350da997ba7943217e2f87 (diff)
Limit width of collection settings labels, closes #277
Diffstat (limited to 'css')
-rw-r--r--css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index b3be19e0..6a41639c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1442,6 +1442,21 @@ div.percentdone {
}
#app-settings-content li {
line-height: 3em;
+ position: relative;
+ height: 40px;
+}
+#app-settings-content li .label-container {
+ white-space: nowrap;
+ padding-right: 115px;
+ display: inline-block;
+ text-overflow: ellipsis;
+ width: 100%;
+ overflow: hidden;
+ height: 100%;
+}
+#app-settings-content li select {
+ position: absolute;
+ right: 0px;
}
#app-settings-content li.headline {
font-weight: bold;