2015-01-31 04:50:05 +00:00
|
|
|
@import "client/common";
|
|
|
|
|
|
2015-02-04 06:22:11 +00:00
|
|
|
.url_validator {
|
2015-01-31 08:41:56 +00:00
|
|
|
input {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2015-02-01 03:43:58 +00:00
|
|
|
.validate-checkmark {
|
|
|
|
|
background-image: url('/assets/content/icon_checkmark_circle.png');
|
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
|
background-position:center;
|
|
|
|
|
width:32px;
|
|
|
|
|
height:32px;
|
|
|
|
|
background-size: 50% 50%;
|
|
|
|
|
display:inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-left: 520px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
2015-01-31 08:41:56 +00:00
|
|
|
}
|
2015-01-31 18:45:10 +00:00
|
|
|
.error {
|
|
|
|
|
}
|
2015-02-01 03:43:58 +00:00
|
|
|
span.spinner-small {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-left: 520px;
|
|
|
|
|
}
|
2015-01-31 05:22:58 +00:00
|
|
|
}
|