From bdb8a2ec5952fa8c93675ad12772913ce57e8ead Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 25 Nov 2016 12:04:22 +0100 Subject: [PATCH] additional styles for newpoll --- customize.dist/src/cryptpad.less | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less index 7492114e9..716fc7a85 100644 --- a/customize.dist/src/cryptpad.less +++ b/customize.dist/src/cryptpad.less @@ -384,8 +384,12 @@ form.realtime { padding: 0px; margin: 0px; height: 100%; + + width: 500px; + input { width: 80%; + width: 90%; height: 100%; border: 0px; &[disabled] { @@ -399,9 +403,10 @@ form.realtime { &.checkbox-cell { margin: 0px; padding: 0px; + height: 100%; div.checkbox-contain { - display: block; + display: inline-block; height: 100%; width: 100%; position: relative; @@ -427,6 +432,11 @@ form.realtime { background-color: @cp-red; color: @base; + + &:after { + height: 100%; + } + &:after { content: "✖"; } display: block;