1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/13740] Front facing files and controllers

[ci skip]

PHPBB3-13740
This commit is contained in:
MateBartus
2015-04-28 22:33:04 +02:00
committed by Mate Bartus
parent 8155205ae7
commit 11623dd671
10 changed files with 798 additions and 1 deletions

View File

@@ -1776,7 +1776,7 @@ li.pagination ul {
/* Action Highlighting
---------------------------------------- */
.successbox, .errorbox {
.successbox, .errorbox, .warningbox {
padding: 8px;
margin: 10px 0;
color: #FFFFFF;
@@ -1800,6 +1800,10 @@ li.pagination ul {
background-color: #BC2A4D;
}
.warningbox {
background-color: #fca600;
}
.successbox h3, .errorbox h3 {
color: #FFFFFF;
margin: 0 0 0.5em;