From 265e6a621ed3a171c0672866105b92c61678c0dc Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sun, 24 Nov 2013 12:28:34 +0530 Subject: adding timestamp, dynamic emails --- css/cloud_comments.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/cloud_comments.css b/css/cloud_comments.css index cffaa7e..6392101 100644 --- a/css/cloud_comments.css +++ b/css/cloud_comments.css @@ -1,6 +1,7 @@ .feedback { + position: relative; padding: 10px; - margin: 10px; + margin: 15px 10px; min-height: 100px; background: #f5f5f5; -webkit-border-radius: 5px; @@ -8,9 +9,31 @@ -o-border-radius: 5px; border-radius: 5px; } +.timestamp { + position: absolute; + right: 55px; + top: 10px; + color: #aaaaaa; +} .sent { border: 2px solid #86c543; } .not-sent { border: 2px solid tomato; } +.btn-reply { + position: absolute; + right: 10px; + bottom: 10px; + padding: 5px; + background: brown; +} +.btn-reply a{ + text-decoration: none; + color: #ffffff; +} +.delete { + position: absolute; + top: 10px; + right: 10px; +} -- cgit