diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-08 11:38:39 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-08 11:38:39 +0200 |
commit | e6e0d410ac92818679c03fc9bf5359562df81921 (patch) | |
tree | fff5c213ce3e88b448ca1365b375137a52f6fa4c /program/js/tiny_mce/plugins/style/css | |
parent | 5b0b034387715a18910a7e574b71afcfae293ecf (diff) |
TinyMCE 3.5
Diffstat (limited to 'program/js/tiny_mce/plugins/style/css')
-rw-r--r-- | program/js/tiny_mce/plugins/style/css/props.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/tiny_mce/plugins/style/css/props.css b/program/js/tiny_mce/plugins/style/css/props.css index eb1f26496..3b8f0ee77 100644 --- a/program/js/tiny_mce/plugins/style/css/props.css +++ b/program/js/tiny_mce/plugins/style/css/props.css @@ -5,6 +5,7 @@ select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padd #box_margin_top, #box_margin_right, #box_margin_bottom, #box_margin_left, #positioning_width, #positioning_height, #positioning_zindex {width:70px;}
#positioning_placement_top, #positioning_placement_right, #positioning_placement_bottom, #positioning_placement_left {width:70px;}
#positioning_clip_top, #positioning_clip_right, #positioning_clip_bottom, #positioning_clip_left {width:70px;}
+.panel_toggle_insert_span {padding-top:10px;}
.panel_wrapper div.current {padding-top:10px;height:230px;}
.delim {border-left:1px solid gray;}
.tdelim {border-bottom:1px solid gray;}
|