From 5a34c0337eda45f2b1342771a937fd9a029cb319 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 26 Jan 2007 02:06:46 +0000 Subject: add "view all comments" for quickstart comments. --- demos/quickstart/protected/controls/Comments/comments.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected/controls/Comments/comments.css') diff --git a/demos/quickstart/protected/controls/Comments/comments.css b/demos/quickstart/protected/controls/Comments/comments.css index fb03951f..a7cf7f33 100644 --- a/demos/quickstart/protected/controls/Comments/comments.css +++ b/demos/quickstart/protected/controls/Comments/comments.css @@ -158,12 +158,12 @@ div.block-hover margin-top: -1.95em; } -#comment-list .comment +#comment-list .comment, #comment-list-edit .comment { margin-bottom: 2em; } -#comment-list .comment span +#comment-list .comment span, #comment-list-edit .comment span { font-size: 0.85em; border-bottom: 1px dotted #ccc; @@ -171,7 +171,7 @@ div.block-hover display: block; } -#comment-list .comment div +#comment-list .comment div, #comment-list-edit .comment div { padding: 0.5em; @@ -223,4 +223,10 @@ div.block-hover position: absolute; z-index: 0; filter: Alpha(Opacity=50); +} + +#comment-list .source-link, #comment-list-edit .source-link +{ + float: right; + margin-top: -1.5em; } \ No newline at end of file -- cgit v1.2.3