Started Styling of options Block

Added styling for options block. Realised in order to float select and input next to each other each needed its own DIV. Still need to redo plate available area.
This commit is contained in:
2018-10-11 13:33:14 -04:00
parent 364540e9af
commit d1f249631d
4 changed files with 129 additions and 63 deletions

View File

@@ -235,7 +235,7 @@ textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
/*background-color: #fff;*/
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
@@ -277,7 +277,7 @@ fieldset {
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
display: inline-block; }
label > .label-body {
display: inline-block;
margin-left: .5rem;