source: extensions/NBC_UserAdvManager/branches/2.15/template/confmail.css @ 5634

Last change on this file since 5634 was 5634, checked in by Eric, 14 years ago

[NBC_UserAdvManager]

Merged from trunk to branches/2.15

  • Property svn:eol-style set to LF
File size: 498 bytes
Line 
1H2.confmail
2{
3  text-align: center;
4  font-size: large;
5  color: orange;
6}
7
8/**
9 * Informations box
10 */
11.errors, .infos{
12  margin: 5px;
13  padding: 50px 50px 10px 10px;
14  font-weight:bold;
15  background-repeat: no-repeat;
16  background-position: 5px 5px;
17  padding:15px 60px 0pt 60px;
18  min-height: 54px;
19}
20
21.errors {
22  color: #f22;
23  background-color: #ffd5dc;
24  background-image: url(icon/errors.png);
25}
26
27.infos {
28  color: #0a0;
29  background-color:#c2f5c2;
30  background-image: url(icon/infos.png);
31}
Note: See TracBrowser for help on using the repository browser.