diff options
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 20c2f20..da2c7b5 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1311,9 +1311,23 @@ ins } .issues_message_item_preview { - background:#fffdc2; - border-top:1px dashed #f9a92b; - border-bottom:1px dashed #f9a92b; + margin:5px 0px 20px 0px; + background:#FFF; + border:1px dashed #f9a92b; +} +.description_preview +{ + padding:10px; + margin:0px 0px; + border:2px dashed #f9a92b; +} +.description_preview_title +{ + padding:5px 0px; + margin:0px 0px; + font-style:italic; + color:#f9a92b; + font-weight:bold; } .talk_message_item_hidden { @@ -1331,8 +1345,9 @@ ins } .message_preview_notice { + color:#f9a92b; margin:3px 3px; - font:bold 14px/1 sans-serif,arial; + font:italic 14px/1 sans-serif,arial; } .useful_links_ext div { |