Userlist in polls

This commit is contained in:
yflory
2017-06-22 16:14:54 +02:00
parent a11befaa0f
commit 684269fdda
8 changed files with 53 additions and 36 deletions

View File

@@ -6,6 +6,17 @@ body {
padding: 0px;
border: 0px;
}
body {
display: flex;
flex-flow: column;
}
#content {
display: flex;
flex: 1;
}
#content #poll {
flex: 1;
}
.cryptpad-toolbar h2 {
font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
color: #000;