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-11-04 09:00:52 +0300
committerdartcafe <github@dartcafe.de>2017-11-04 09:00:52 +0300
commitb6d877b78befd7a1e2ac65ae0b3a193bc602c77d (patch)
treeb1786ed4350a088290c9de2514f58bc263dee814 /css
parent5b6e21e645aa42972f7da0f36f3c25df6195d299 (diff)
toggle sidebar
Diffstat (limited to 'css')
-rw-r--r--css/vote.scss31
1 files changed, 22 insertions, 9 deletions
diff --git a/css/vote.scss b/css/vote.scss
index 98b9b160..0e4d6884 100644
--- a/css/vote.scss
+++ b/css/vote.scss
@@ -15,13 +15,6 @@ $border_current_user: 2px solid;
$border_user: 1px solid #ddd;
$user-column-width: 265px;
-#votings {
- position: relative !important;
- .description {
- padding: 12px 17px;
- }
-}
-
.row {
display: flex;
@@ -39,6 +32,26 @@ $user-column-width: 265px;
}
+#votings {
+ position: relative !important;
+ .description {
+ padding: 12px 17px;
+ }
+}
+
+#controls, #breadcrump {
+ flex-grow: 0;
+ overflow: hidden;
+}
+
+div.crumb {
+ overflow: hidden;
+ white-space: nowrap;
+ flex-shrink: 0;
+}
+
+
+
.header {
margin-left: $user-column-width;
.vote.option {
@@ -300,8 +313,8 @@ $user-column-width: 265px;
.row {
flex-direction: column;
- &.user-cell, &.counter, &.counter .yes, &.counter .no, {
- flex-direction: row
+ &.user-cell, &.counter, &.counter .yes, &.counter .no, &.controls, &.breadcrump {
+ flex-direction: row;
}
&.header {