1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

_blank theme style changes - handle bbareas

This commit is contained in:
secretr
2009-09-19 15:28:02 +00:00
parent 64f9020f5d
commit a8aec59a51

View File

@@ -123,7 +123,7 @@ select, .tbox, .helpbox {
}
option { padding-right: 10px;}
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
.tbox.large { width: 95% !important; }
select.tbox { min-height:17px; padding: 0px; /* setting the height of empty selects */ }
.select.order { width: 40px !important; }
.select.time-offset { width: 60px !important; }
@@ -131,6 +131,11 @@ input.radio { margin-right: 3px; }
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; }
.check-block { /* see administration newspost.php */
padding: 2px 0px;
border-width:1px;