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-03-02 01:23:05 +0300
committerGitHub <noreply@github.com>2017-03-02 01:23:05 +0300
commitfd4cb16eac76fe051f1a623c8a6777dc682740c9 (patch)
tree7e8c66d18c57b2a69bab896647d25fe6739b92ab /css
parent8e40e6173ccab1569bc1680bb59645c952f498c1 (diff)
parentbc728b928a45a3864811fc318d22523b58cf411f (diff)
Merge pull request #59 from nextcloud/fix/58/app-sidebar
Fix app-sidebar, closes #58, closes #35
Diffstat (limited to 'css')
-rw-r--r--css/style.css18
1 files changed, 2 insertions, 16 deletions
diff --git a/css/style.css b/css/style.css
index a2c9bd92..35964a90 100644
--- a/css/style.css
+++ b/css/style.css
@@ -514,8 +514,8 @@
line-height: 14px;
margin: 11px 3px 0 7px;
}
-#app-content {
- overflow-x: hidden;
+.app-tasks #app-content {
+ overflow-x: hidden;
}
#app-content div.content-wrapper {
padding: 6px 17px 75px;
@@ -528,9 +528,6 @@
width: 100%;
overflow-y: auto;
}
-#app-content.details-visible {
- padding-right: 370px;
-}
#app-content h2 {
font-weight: bold;
font-size: 13px;
@@ -638,22 +635,11 @@
#app-content div.task-list .grouped-tasks {
position: relative;
}
-#app-sidebar {
- transition: all 0.2s ease-in-out;
- right: -400px;
- width: 370px;
- max-width: 100%;
- border-left: none;
-}
-#app-sidebar.details-visible {
- right: 0;
-}
#app-sidebar div.content-wrapper {
padding: 0;
height: 100%;
}
#app-sidebar div.content-wrapper > div {
- border: 1px solid #CCCCCC;
height: 100%;
position: relative;
}