Merge "(bug 36310) jquery.byteLimit should skip < 0 due to Firefox bug."
[lhc/web/wiklou.git] / resources / jquery / jquery.messageBox.css
1 .js-messagebox {
2 margin: 1em 5%;
3 padding: 0.5em 2.5%;
4 border: 1px solid #ccc;
5 background-color: #fcfcfc;
6 font-size: 0.8em;
7 }
8 .js-messagebox .js-messagebox-group {
9 margin: 1px;
10 padding: 0.5em 2.5%;
11 border-bottom: 1px solid #ddd;
12 }
13 .js-messagebox .js-messagebox-group:last-child {
14 border-bottom: thin none transparent;
15 }