1
0

Added classes for install/upgrade warning messages. Modified BP admin stylesheet to use these new classes to correct error of overriding green, yellow & red warning text.

This commit is contained in:
Don Chambers
2008-04-27 22:19:33 +00:00
parent 445aa4b848
commit f1f9c24d52
4 changed files with 42 additions and 6 deletions

View File

@ -385,6 +385,24 @@ ul.serendipitySideBarMenuMain .serendipitySideBarMenuFoot {
font-size: 100%;
}
/* installation and upgrade admin messages */
/* defined here due to this template's styling of all other spans */
/* these classes are available in s9y v1.3.2 and above */
.serendipityAdminContent span.serendipityAdminMsgSuccessInstall {
color: green !important;
font-weight: bold !important;
}
.serendipityAdminContent span.serendipityAdminMsgWarningInstall {
color: orange !important;
font-weight: bold !important;
}
.serendipityAdminContent span.serendipityAdminMsgErrorInstall{
color: red !important;
font-weight: bold !important;
}
/* Pending comments in the admins comment list */
.serendipity_admin_comment_pending {
border: 2px solid #FF0000;

View File

@ -388,6 +388,24 @@ ul.serendipitySideBarMenuMain .serendipitySideBarMenuFoot {
font-size: 100%;
}
/* installation and upgrade admin messages */
/* defined here due to this template's styling of all other spans */
/* these classes are available in s9y v1.3.2 and above */
.serendipityAdminContent span.serendipityAdminMsgSuccessInstall {
color: green !important;
font-weight: bold !important;
}
.serendipityAdminContent span.serendipityAdminMsgWarningInstall {
color: orange !important;
font-weight: bold !important;
}
.serendipityAdminContent span.serendipityAdminMsgErrorInstall{
color: red !important;
font-weight: bold !important;
}
/* Pending comments in the admins comment list */
.serendipity_admin_comment_pending {
border: 2px solid #FF0000;