diff static/css/agora.less @ 202:499e5f47f278

Add necessary code to views and forms of snippet for Ratings
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Fri, 19 Jul 2013 22:09:29 +0500
parents 134f726fd62c
children 1f1e867cb37f
line wrap: on
line diff
--- a/static/css/agora.less	Fri Jul 19 21:55:04 2013 +0500
+++ b/static/css/agora.less	Fri Jul 19 22:09:29 2013 +0500
@@ -488,4 +488,29 @@
 .comment-body
 {
     padding-left: 15px;
+}
+#radio_votes
+{
+    margin:5px;
+}
+#radio_votes ul
+{
+    
+    list-style: none;
+    display:block;
+}
+#radio_votes ul li
+{
+    float:left;
+    font-weight: bold;
+    margin: 2px;
+}
+#rate_label
+{
+    float:left;
+    margin-right:3px;
+}
+.rate_radio
+{
+    margin:2px;
 }
\ No newline at end of file