silverstripe-userforms/css/UserForm.css

38 lines
701 B
CSS
Raw Normal View History

2015-08-06 04:19:05 +02:00
/**
* Lightweight base styles for the front-end form.
*/
2015-08-12 02:50:14 +02:00
.userform-progress .progress {
position: relative;
height: 1em;
background: #eee;
}
.userform-progress .progress .progress-bar {
position: absolute;
height: 1em;
background: #666;
2015-08-06 04:19:05 +02:00
}
2015-08-10 03:28:06 +02:00
.userform-progress .step-buttons {
2015-08-12 02:50:14 +02:00
margin-left: 0;
position: relative;
2015-08-10 03:28:06 +02:00
}
2015-08-12 02:50:14 +02:00
.userform-progress .step-buttons .step-button-wrapper {
display: inline-block;
list-style-type: none;
2015-08-10 03:28:06 +02:00
}
2015-08-12 02:50:14 +02:00
.userform-progress .step-button-jump {
position: absolute;
top: 0;
2015-08-06 04:19:05 +02:00
}
2015-08-12 02:50:14 +02:00
.step-navigation .step-buttons {
margin-left: 0;
2015-08-06 04:19:05 +02:00
}
2015-08-12 02:50:14 +02:00
.step-navigation .step-buttons .step-button-wrapper {
display: inline-block;
list-style-type: none;
2015-08-06 04:19:05 +02:00
}
.userform {
2015-08-12 02:50:14 +02:00
clear: both;
2015-08-06 04:19:05 +02:00
}