changeset 209:951a7f06b09b draft

Moved CSS code from LESS file to normal CSS file so that newly added CSS can work.
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Tue, 27 Aug 2013 06:00:18 +0500
parents a22259c9862e
children 083a28e93ded
files static/css/agora.css static/css/agora.less
diffstat 2 files changed, 76 insertions(+), 88 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/agora.css
+++ b/static/css/agora.css
@@ -594,3 +594,79 @@
 .snippet.emacs .vg{color:#b8860b;}
 .snippet.emacs .vi{color:#b8860b;}
 .snippet.emacs .il{color:#666666;}
+
+/* Comments and Rating CSS*/
+#comment
+{
+    /*#gradient(@offWhite, @lighterGrey);*/
+    max-width:700px;
+    border-left: 1px solid #e8e8e8;
+    margin: 5px;
+}
+#comment-box
+{
+    width: 500px;
+    height: 100px;
+    margin-left: 20px;
+}
+.names
+{
+    font-weight: bold;
+    margin-left: 5px;
+}
+
+.comment-node-child
+{
+    margin-left:13px;
+    max-width:700px;
+    margin-bottom: 3px;
+    border-left: 2px solid  #e7e7e7;
+}
+
+.comment-node
+{
+    margin-top: 5px;
+    border: 2px solid #e1e1e1;
+    max-width: 700px;
+    border-radius: 3px;
+}
+.comment-bar
+{
+    margin: 2px 0 2px 2px;
+    color: blue;
+    font-size: 16px;
+    background: #e0e0e0;
+    width: 97%;
+    padding: 2px 0 2px 10px;
+
+}
+[ name=comment ]
+{
+    width:97%;
+    height: 100px;
+}
+.reply-button
+{
+    margin: 3px;
+    border: 3px solid #e9e9e9;
+    width: 70px;
+    height: 30px;
+    background: white;
+    padding: 2px;
+}
+.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
--- a/static/css/agora.less
+++ b/static/css/agora.less
@@ -424,92 +424,4 @@
 .bundle-description {
     white-space: pre-wrap;
     .hint;
-}
-
-/**/
-#comment
-{
-    /*#gradient(@offWhite, @lighterGrey);*/
-    max-width:700px;
-    border-left: 1px solid #e8e8e8;
-    margin: 5px;
-}
-#comment-box
-{
-    width: 500px;
-    height: 100px;
-    margin-left: 20px;
-}
-.names
-{
-    font-weight: bold;
-    margin-left: 5px;
-}
-
-.comment-node-child
-{
-    margin-left:13px;
-    max-width:700px;
-    margin-bottom: 3px;
-    border-left: 2px solid  #e7e7e7;
-}
-
-.comment-node
-{
-    margin-top: 5px;
-    border: 2px solid #e1e1e1;
-    max-width: 700px;
-    border-radius: 3px;
-}
-.comment-bar
-{
-    margin: 2px 0 2px 2px;
-    color: blue;
-    font-size: 16px;
-    background: #e0e0e0;
-    width: 97%;
-    padding: 2px 0 2px 10px;
-
-}
-[ name=comment ]
-{
-    width:97%;
-    height: 100px;
-}
-.reply-button
-{
-    margin: 3px;
-    border: 3px solid #e9e9e9;
-    width: 70px;
-    height: 30px;
-    background: white;
-    padding: 2px;
-}
-.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