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-schluessler <raimund.schluessler+github@mailbox.org>2017-05-11 00:51:51 +0300
committerGitHub <noreply@github.com>2017-05-11 00:51:51 +0300
commit1f5acb6ec79cb2fe5db8d6cc16ccf80ab39e876c (patch)
tree99ff07ed70c1868acba65fe38d774de5cc87462b /css
parentf6f112846b37ef29124b814181013b28a2b02194 (diff)
parent19464f1a544152bb229f3af209f528f3a1a68e6b (diff)
Merge pull request #73 from mkuhlmann/fix-narrow-sliders
Fix slider when narrow and adjustment for nc12
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index d183671a..2bbddf9b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -932,12 +932,13 @@
#app-sidebar div.content-wrapper .body .section input[type="range"] {
border: medium none;
box-shadow: none;
- width: 190px;
- margin: 5px 36px 0 0;
+ width: calc(100% - 90px);
+ margin: 5px 36px 0 5px;
height: 17px;
}
#app-sidebar div.content-wrapper .body .section input[type="text"] {
float: left;
+ min-height: 0;
}
#app-sidebar div.content-wrapper .body .section .select2-search-field input {
border: 0 none;