aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-19 22:10:52 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-19 22:10:52 +0000
commit759f536ae8a94ec5cce173fd00855aa39f0dbf3a (patch)
tree47757058638952d70185bbc5c0dcd153ed0212f8 /h-source/Public
parentc91e85da877b40c1857c0d900dff11257c3e436f (diff)
h-source:added preview button for the description entry and for the wiki pages
Diffstat (limited to 'h-source/Public')
-rw-r--r--h-source/Public/Css/main.css23
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
{