wiki.techinc.nl/resources/jquery/jquery.messageBox.css
Krinkle 8fa69452fa Follow-up r81660.
(Renaming new jQuery.jsMessage plugin to jQuery.mesageBox() )
2011-02-08 00:22:03 +00:00

15 lines
No EOL
327 B
CSS

.js-messagebox {
margin: 1em 5%;
padding: 0.5em 2.5%;
border: 1px solid #ccc;
background-color: #fcfcfc;
font-size: 0.8em;
}
.js-messagebox .js-messagebox-group {
margin: 1px;
padding: 0.5em 2.5%;
border-bottom: 1px solid #ddd;
}
.js-messagebox .js-messagebox-group:last-child {
border-bottom: thin none transparent;
}