Fix news bullets align

This commit is contained in:
Ilya Ig. Petrov 2017-06-01 10:29:09 -07:00
parent 0a8aaea75b
commit d7ac23e8fc
3 changed files with 4 additions and 3 deletions

View File

@ -324,7 +324,7 @@ export default function getExcEditor(theState) {
})
}
</datalist>
<ol class="horizontalList" id="exc-radio">
<ol class="horizontalList middledChildren" id="exc-radio">
<li><input id="this-auto" type="radio" checked name="if-proxy-this-site" onClick={onradio}/>{' '}
<label for="this-auto">{/*<span class="emoji">🔄(looks fat)</span>*/}<svg
class="icon"

View File

@ -16,7 +16,7 @@ export default function getPacChooser(theState) {
return (
<section>
<header>Я <span class="emoji" style="color: #f93a17"></span> yведомления:</header>
<ul class={scopedCss.listOfNotifiers}>
<ul class={scopedCss.listOfNotifiers + ' middledChildren'}>
{
Array.from(props.apis.errorHandlers.getEventsMap()).map(([ntfId, ntfName]) => {

View File

@ -47,7 +47,8 @@ export default function append(document, { flags }) {
.nowrap {
display: block;
}
li, li > * {
.middledChildren > li,
.middledChildren > li > * {
vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {