summaryrefslogtreecommitdiff
path: root/css/cloud_comments.css
diff options
context:
space:
mode:
authorJayaram Pai2013-11-24 12:28:34 +0530
committerJayaram Pai2013-11-24 12:28:34 +0530
commit265e6a621ed3a171c0672866105b92c61678c0dc (patch)
treec032a8407fc8a83648df6d7d12bbf1e8b9ccc29b /css/cloud_comments.css
parentfce5d489e1e90cb0ca58b54e249ec72eef00e86a (diff)
downloadcloud-comments-265e6a621ed3a171c0672866105b92c61678c0dc.tar.gz
cloud-comments-265e6a621ed3a171c0672866105b92c61678c0dc.tar.bz2
cloud-comments-265e6a621ed3a171c0672866105b92c61678c0dc.zip
adding timestamp, dynamic emails
Diffstat (limited to 'css/cloud_comments.css')
-rw-r--r--css/cloud_comments.css25
1 files changed, 24 insertions, 1 deletions
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;
+}