Improvements to send SMS page

- make messages align horizontally
- change wording of step 2 (from Lorena)
This commit is contained in:
Chris Hill-Scott
2015-12-11 14:20:44 +00:00
parent d2562889b8
commit c6a73c287a
4 changed files with 20 additions and 15 deletions

View File

@@ -10,17 +10,22 @@
white-space: nowrap;
clear: both;
.block-label {
float: none;
clear: none;
display: inline-block;
margin-right: 10px;
&-radio {
padding-right: 10px;
box-sizing: border-box;
vertical-align: top;
width: 33%;
display: inline-block;
}
.block-label {
display: inline-block;
}
.sms-message {
display: inline-block;
vertical-align: top;
max-width: 66%;
}
}