Last change
on this file since 17287 was
5633,
checked in by Eric, 15 years ago
|
[NBC_UserAdvManager]
- Bug 1571 fixed : Missing translation tag
- Bug 1572 fixed : Fix unable to read resource: "ConfirmMail.tpl"
- Bug 1574 fixed : Beautifying ConfirmMail page. Moved to a "template" folder with css file and icons.
- Bug 1576 partially fixed : Compatibility with other database systems than MySql like PostgreSql or Sqlite. Using Piwigo's pwg_db_### integrated functions. mysql_list_fields() and mysql_num_fields() are not implemented in Piwigo's database functions. This point is still under discuss on FR forum.
|
-
Property svn:eol-style set to
LF
|
File size:
498 bytes
|
Line | |
---|
1 | H2.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.