Die Theme Directory Bestätigung ist jetzt grün makiert und befindet sich in einem grünen Box.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2719 8810af33-2d31-482b-a856-94f89814c4df
master
sidoineghomsi 2014-06-24 10:24:44 +00:00
parent 06bfe7c709
commit 4963a066fe
1 changed files with 8 additions and 1 deletions

View File

@ -1611,6 +1611,13 @@ div.themeErrors ol{
} }
span.errors { span.errors {
color: red; color: #FF0000;
font-weight: bold; font-weight: bold;
}
Span.noErrors {
color: #008B00;
font-weight: bold;
border: 1.5px solid #008B00;
padding: 10px
} }