Browse Source

Fix the vertical alignment of checkboxes

pull/551/head
Timothée Jaussoin 8 years ago
parent
commit
a8cd6846c1
  1. 2
      app/widgets/Vcard4/_vcard4_form.tpl
  2. 2
      themes/material/css/form.css

2
app/widgets/Vcard4/_vcard4_form.tpl

@ -10,7 +10,7 @@
</p>
</li>
<li>
<span class="primary">
<span class="control">
<form>
<div class="control action">
<div class="checkbox">

2
themes/material/css/form.css

@ -173,7 +173,7 @@ form > div .checkbox {
position: relative;
width: 4.5rem;
height: 5rem;
top: calc(50% - 0.9rem);
margin-top: calc(50% - 0.9rem);
direction: ltr;
}

Loading…
Cancel
Save