1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

bbarea help tag style (temporary) corrections, more to come

This commit is contained in:
secretr
2010-02-08 18:30:30 +00:00
parent 0162658ea5
commit 53f7a7d3db
3 changed files with 21 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ pre {
/* Form elements */
input.input-text,
textarea,
select, .tbox, .helpbox {
select, .tbox {
border-width:1px;
border-style:solid;
border-color:#aaa #c8c8c8 #c8c8c8 #aaa;
@@ -126,6 +126,11 @@ select, .tbox, .helpbox {
font:12px arial, helvetica, sans-serif;
}
.helpbox {
border: 0px;
font: 12px arial, helvetica, sans-serif;
}
input[disabled='disabled'],
textarea[disabled='disabled'],
select[disabled='disabled'],
@@ -147,9 +152,9 @@ label { cursor: pointer; }
.checkbox { margin-right: 5px; }
/* BBcode textareas */
div.bbarea.large, .tbox.large, .tbox.helpbox.large { width: 95% !important; }
div.bbarea.medium, .tbox.medium, .tbox.helpbox.medium { width: 60% !important; }
div.bbarea.small, .tbox.small, .tbox.helpbox.small { width: 250px !important; }
div.bbarea.large, .tbox.large, .helpbox.large { width: 95% !important; }
div.bbarea.medium, .tbox.medium, .helpbox.medium { width: 60% !important; }
div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; }
.check-block { /* see administration newspost.php */
padding: 2px 0px;