mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
_blank theme style changes - handle bbareas
This commit is contained in:
@@ -123,7 +123,7 @@ select, .tbox, .helpbox {
|
|||||||
}
|
}
|
||||||
option { padding-right: 10px;}
|
option { padding-right: 10px;}
|
||||||
input.input-text, textarea, .tbox, .helpbox { padding:2px; }
|
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.tbox { min-height:17px; padding: 0px; /* setting the height of empty selects */ }
|
||||||
.select.order { width: 40px !important; }
|
.select.order { width: 40px !important; }
|
||||||
.select.time-offset { width: 60px !important; }
|
.select.time-offset { width: 60px !important; }
|
||||||
@@ -131,6 +131,11 @@ input.radio { margin-right: 3px; }
|
|||||||
label { cursor: pointer; }
|
label { cursor: pointer; }
|
||||||
.checkbox { margin-right: 5px; }
|
.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 */
|
.check-block { /* see administration newspost.php */
|
||||||
padding: 2px 0px;
|
padding: 2px 0px;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
|
Reference in New Issue
Block a user