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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-10-24 20:11:07 +0300
committerdartcafe <github@dartcafe.de>2017-10-24 20:11:07 +0300
commit9262fdec10351c904a93a74f1071363bbf938db9 (patch)
treeb6f08c85bf0e4df6d0a68d27d2885f2189f87513 /css
parent1c22c67ccbba31012c98303b5690f408b431b71a (diff)
Updates
Diffstat (limited to 'css')
-rw-r--r--css/list.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/list.scss b/css/list.scss
index a8b44f91..ff5495b9 100644
--- a/css/list.scss
+++ b/css/list.scss
@@ -43,7 +43,7 @@ $mediabreak-3: $group-1-width + $owner-width + max($group-2-1-width, $group-2-2-
.row {
- display: flex; display: -webkit-flex;
+ display: flex;
width: 100%;
padding-left: $row-padding;
padding-right: $row-padding;
@@ -94,7 +94,7 @@ $mediabreak-3: $group-1-width + $owner-width + max($group-2-1-width, $group-2-2-
}
.wrapper {
- display: flex; display: -webkit-flex;
+ display: flex;
align-items: center;
position: relative;
div {
@@ -203,15 +203,15 @@ $mediabreak-3: $group-1-width + $owner-width + max($group-2-1-width, $group-2-2-
.options, .participants {
display: flex;
- flex-direction: row; -webkit-flex-direction: row;
+ flex-direction: row;
}
.group-1, .group-1-1, .group-master {
- flex-grow: 1; -webkit-flex-grow: 1;
+ flex-grow: 1;
}
.group-1-1 {
- flex-direction: column; -webkit-flex-direction: column;
+ flex-direction: column;
width: $group-1-1-width;
> div {
width: 100%;
@@ -225,7 +225,7 @@ $mediabreak-3: $group-1-width + $owner-width + max($group-2-1-width, $group-2-2-
width: $group-1-width;
}
.group-2-1, .group-2-2 {
- flex-direction: column; -webkit-flex-direction: column;
+ flex-direction: column;
}
.access, .created {