--- a/src/ztfy/myams/resources/less/forms.less Tue Jun 03 23:34:19 2014 +0200
+++ b/src/ztfy/myams/resources/less/forms.less Tue Jun 03 23:35:12 2014 +0200
@@ -705,7 +705,7 @@
position: relative;
margin: 0;
outline: 0;
- color: #666;
+ color: #333;
*,
:after,
@@ -961,7 +961,7 @@
line-height: 81px;
}
}
- &.submited {
+ &.submitted {
fieldset,
footer {
display: none;
@@ -996,7 +996,7 @@
line-height: 19px;
font-weight: 400;
font-size: 13px;
- color: #333;
+ color: #666;
text-align: right;
@media screen and (max-width: 992px) {
@@ -1589,12 +1589,18 @@
border-left-width: 1px;
border-left-style: solid;
}
+ .icon-append-2 {
+ right: 31px;
+ }
.icon-prepend {
left: 4px;
padding-right: 2px;
border-right-width: 1px;
border-right-style: solid;
}
+ .icon-prepend-2 {
+ left: 31px;
+ }
.checkbox i,
.icon-append,
.icon-prepend,