comparison 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
comparison
equal deleted inserted replaced
201:c2a1c8950db2 202:499e5f47f278
487 } 487 }
488 .comment-body 488 .comment-body
489 { 489 {
490 padding-left: 15px; 490 padding-left: 15px;
491 } 491 }
492 #radio_votes
493 {
494 margin:5px;
495 }
496 #radio_votes ul
497 {
498
499 list-style: none;
500 display:block;
501 }
502 #radio_votes ul li
503 {
504 float:left;
505 font-weight: bold;
506 margin: 2px;
507 }
508 #rate_label
509 {
510 float:left;
511 margin-right:3px;
512 }
513 .rate_radio
514 {
515 margin:2px;
516 }