From e0e2a032cfd5769f486b4b2abe58a54144b509c0 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 12 Jul 2010 16:43:59 -0700 Subject: mongo commit --- view/comment_item.tpl | 10 ++++++---- view/head.tpl | 1 + view/style.css | 18 ++++++++++++++---- view/wall_item.tpl | 5 +++-- 4 files changed, 24 insertions(+), 10 deletions(-) (limited to 'view') diff --git a/view/comment_item.tpl b/view/comment_item.tpl index f617bc1a0..d6dcd8e4a 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -1,16 +1,18 @@ -
Comments
+
- + + -
diff --git a/view/head.tpl b/view/head.tpl index d520e45f0..8ffd63933 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -5,4 +5,5 @@ + diff --git a/view/style.css b/view/style.css index a2089aab2..f54810740 100644 --- a/view/style.css +++ b/view/style.css @@ -442,11 +442,9 @@ input#dfrn-url { border: none; } -.comment-edit { - font-size: 0.8em; - cursor: pointer; - color: #3172BD; +.comment-edit-wrapper { margin-top: 15px; + margin-left: 100px; } @@ -756,4 +754,16 @@ input#dfrn-url { #profile-tabs-end { clear: both; +} + +.comment-edit-text-empty { + color: gray; + height: 30px; + width: 175px; +} + +.comment-edit-text-full { + color: black; + height: 150px; + width: 350px; } \ No newline at end of file diff --git a/view/wall_item.tpl b/view/wall_item.tpl index e483d74db..3babc8ead 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -8,10 +8,11 @@ $body
$ago
-
-$comment
+
+$comment +
-- cgit v1.2.3