From 759f536ae8a94ec5cce173fd00855aa39f0dbf3a Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 19 May 2011 22:10:52 +0000 Subject: h-source:added preview button for the description entry and for the wiki pages --- h-source/Public/Css/main.css | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'h-source/Public') 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 { -- cgit v1.2.3