Removed text-align:left; on .admin-list-field style
.admin-list-field {
padding-left:5px;
padding-right:5px;
}
Removed text-align:left; on .admin-list-headerfield style
.admin-list-headerfield {
padding:3px 5px;
}
Changed .quotemain img to .forum-quote-img.
.forum-quote-img {
float: right;
padding-left:5px;
}
Changed .tool-tip width to 150px
.tool-tip {
color:#fff;
width:150px;
z-index:13000;
}
New style .warningsmall
.warningxsmall {
font-size:x-small;
background:transparent;
color:red;
}
New styles to support Environment Check Feature
/* env check */
.pathtext {
font-size:11px;
color:#666;
}
.pathtext-status {
text-align:right;
white-space:nowrap;
}
.yes, .iswriteable {
font-weight: bold;
color: #46882b;
}
.notok, .notwriteable {
font-weight: bold;
color: #cc0000;
}
New styles to support built-in BBcode editor
/* BBCode Editor */
.bbceditor textarea, .bbceditor input, .bbceditor select {
font-size: 1em;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
.bbc-buttons {
padding:5px;
}
.bbc-buttons input.button1, .bbc-buttons input.button2 {
font-size: 1em;
}
.bbc-buttons a.button1, .bbc-buttons input.button1, .bbc-buttons a.button2, .bbc-buttons input.button2 {
width: auto !important;
padding-top: 1px;
padding-bottom: 1px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000;
background: #E1EBF2 none repeat-x top;
}
.bbceditor a.button1, .bbceditor input.button1 {
font-weight: bold;
border: 1px solid #666666;
}
.bbc-buttons a.button2, .bbc-buttons input.button2 {
border: 1px solid #666666;
}
New styles to support improved comment view
.userphoto {
width:50px;
border:1px solid #ccc;
padding:2px;
}
.groupauthor {
background:#eef7dd !important;
border:1px solid #9acc2e !important;
color:green !important;
}
.articleauthor {
background:#d8e5f8 !important;
border:1px solid #629de3 !important;
color:#0055bb !important;
}