comparison static/css/agora.less @ 193:fe51ec4eccc1

Added necessary css and Javascript code for the comment system
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 02 Jul 2013 02:01:02 +0500
parents b711f0087709
children 134f726fd62c
comparison
equal deleted inserted replaced
192:7ec7f6a30592 193:fe51ec4eccc1
423 423
424 .bundle-description { 424 .bundle-description {
425 white-space: pre-wrap; 425 white-space: pre-wrap;
426 .hint; 426 .hint;
427 } 427 }
428
429 /**/
430 #comment
431 {
432 /*#gradient(@offWhite, @lighterGrey);*/
433 max-width:700px;
434 border-left: 1px solid #e8e8e8;
435 margin: 5px;
436
437 }
438 #comment-box
439 {
440 width: 500px;
441 height: 100px;
442 margin-left: 20px;
443 }
444 .names
445 {
446 font-weight: bold;
447 margin-left: 5px;
448 }
449
450 .comment-node-child
451 {
452 margin-left:13px;
453 max-width:700px;
454 margin-bottom: 3px;
455 border-left: 2px solid #e7e7e7;
456 }
457
458 .comment-node
459 {
460 margin-top: 5px;
461 border: 2px solid #e1e1e1;
462 max-width: 700px;
463 border-radius: 3px;
464 }
465 .comment-bar
466 {
467 margin: 2px 0 2px 2px;
468 color: blue;
469 font-size: 16px;
470 background: #e0e0e0;
471 width: 97%;
472 padding: 2px 0 2px 10px;
473
474 }
475 [ name=comment ]
476 {
477 width:97%;
478 height: 100px;
479 }
480 .reply-button
481 {
482 margin: 3px;
483 border: 3px solid #e9e9e9;
484 width: 70px;
485 height: 30px;
486 background: white;
487 padding: 2px;
488 }
489 .comment-body
490 {
491 padding-left: 15px;
492 }