generator-gsndnn
Version:
Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on the generator built by Matt Rutledge).
69 lines (56 loc) • 1.56 kB
CSS
.dnnFormMessage {
-moz-border-radius: 3px;
border-radius: 3px;
padding: 10px 10px 10px 40px;
line-height: 1.4;
margin: 0.5em 1em;
}
.dnnFormMessage span {
float: none;
padding: 0;
width: 100%;
text-align: left;
text-shadow: 0px 1px 1px #fff;
}
.dnnFormWarning {
background: #feffce url(../../images/warning-icn.png) no-repeat 10px center;
border: 2px #cdb21f solid;
color: #41370C;
text-shadow: 0px 1px 1px #fff;
}
.dnnFormValidationSummary {
background: #f7eaea url(../../images/error-icn.png) no-repeat 10px center;
text-shadow: 0px 1px 1px #fff;
color: #900;
border: 2px #df4a40 solid;
}
.dnnFormError {
color: #fff ;
background: url(../../images/errorbg.gif) no-repeat left center;
text-shadow: 0px 1px 1px #000;
padding: 5px 20px;
}
.dnnFormItem span.dnnFormMessage.dnnFormError {
position: absolute;
left: 55%;
top: 0;
z-index: 9999;
}
.dnnFormSuccess {
background: #ecffeb url(../../images/success-icn.png) no-repeat 10px center;
border: 2px #64b657 solid;
color: #358927;
}
.dnnFormInfo {
background: #edf8ff url(../../images/help-icn.png) no-repeat 10px center;
border: #46a3d3 2px solid;
color: #085b8f;
text-shadow: 0px 1px 1px #fff;
}
.dnnFormItem.dnnFormHelp p.dnnFormRequired span {
border-left: 5px #F00 solid;
padding-left: 0.5em;
}
.dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired {
border-left: 5px #F00 solid;
}