From 53f7a7d3db1e5376a834fad55ba23fc35f5e0c46 Mon Sep 17 00:00:00 2001 From: secretr Date: Mon, 8 Feb 2010 18:30:30 +0000 Subject: [PATCH] bbarea help tag style (temporary) corrections, more to come --- e107_files/shortcode/batch/bbcode_shortcodes.php | 6 +++--- e107_themes/_blank/admin_style.css | 13 +++++++++---- e107_themes/jayya/style.css | 11 +++++++++-- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/e107_files/shortcode/batch/bbcode_shortcodes.php b/e107_files/shortcode/batch/bbcode_shortcodes.php index 62e02b712..d88f6c1e4 100644 --- a/e107_files/shortcode/batch/bbcode_shortcodes.php +++ b/e107_files/shortcode/batch/bbcode_shortcodes.php @@ -9,8 +9,8 @@ * * * $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/bbcode_shortcodes.php,v $ - * $Revision: 1.17 $ - * $Date: 2010-01-09 15:06:37 $ + * $Revision: 1.18 $ + * $Date: 2010-02-08 18:30:21 $ * $Author: secretr $ */ @@ -138,7 +138,7 @@ class bbcode_shortcodes $bbcode_helpactive = TRUE; //FIXME - better bb help - return ""; + return ""; } function sc_bb_preimagedir($parm) diff --git a/e107_themes/_blank/admin_style.css b/e107_themes/_blank/admin_style.css index 0ec43449d..eb2d9cef8 100644 --- a/e107_themes/_blank/admin_style.css +++ b/e107_themes/_blank/admin_style.css @@ -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; diff --git a/e107_themes/jayya/style.css b/e107_themes/jayya/style.css index 2d729ac23..fa40d9cc6 100644 --- a/e107_themes/jayya/style.css +++ b/e107_themes/jayya/style.css @@ -121,6 +121,7 @@ ul { .helpbox { border: 0px; + font: 12px arial, helvetica, sans-serif; } /* Theme Specific Classes */ @@ -425,7 +426,7 @@ img.edit { margin-right: 5px } /* Form elements */ input.input-text, textarea, -select, .tbox, .helpbox { +select, .tbox { border-width:1px; border-style:solid; border-color:#aaa #c8c8c8 #c8c8c8 #aaa; @@ -445,7 +446,7 @@ select[disabled='disabled'], 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; } @@ -453,6 +454,12 @@ input.radio { margin-right: 3px; } label { cursor: pointer; } .checkbox { margin-right: 5px; } +/* BBcode textareas */ +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; border-width:1px;