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>2017-03-02 00:47:17 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-03-02 00:47:17 +0300
commit9fa0906d758e1d66179ddd41260f348beb2bd93a (patch)
treead5e2fe0671c7247f76c8dece149b13b5c9a5241 /css
parent4ea56d11d12bc9b79ac8cfb6f03c2330d87e98c7 (diff)
Fix input styling for stable11
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index ed4d9d55..a2c9bd92 100644
--- a/css/style.css
+++ b/css/style.css
@@ -358,6 +358,7 @@
margin: 0;
padding: 0 60px 0 32px;
width: 100%;
+ min-height: 36px;
}
#content li.task-item.done .task-body,
#content div.task-item.done .task-body {
@@ -577,6 +578,7 @@
margin: 0;
cursor: text;
outline: none;
+ min-height: 32px;
}
#app-content .sortorder-dropdown-button {
background-color: rgba(240, 240, 240, .9);