Mercurial > hg > webaudioevaluationtool
comparison css/core.css @ 2711:898a6da5ff6c
Improved creation of comment-question boxes for radio and checkbox entries
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 30 Mar 2017 17:05:07 +0100 |
parents | a513533565cf |
children | c74c698795a9 |
comparison
equal
deleted
inserted
replaced
2710:549e2f97a401 | 2711:898a6da5ff6c |
---|---|
259 justify-content: space-between; | 259 justify-content: space-between; |
260 } | 260 } |
261 div.comment-slider-text-holder span { | 261 div.comment-slider-text-holder span { |
262 margin: 0px 5px; | 262 margin: 0px 5px; |
263 } | 263 } |
264 div.comment-checkbox-inputs-holder { | |
265 display: flex; | |
266 flex-direction: row; | |
267 justify-content: space-around; | |
268 margin: 10px 5px; | |
269 } | |
270 div.comment-checkbox-inputs-flex { | |
271 display: flex; | |
272 flex-direction: column; | |
273 justify-content: space-between; | |
274 align-items: center; | |
275 } |