summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to '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;
+}