Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 462 | Rev 464 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 462 Rev 463
Línea 522... Línea 522...
522
JS;
522
JS;
523
$this->inlineScript()->captureEnd();
523
$this->inlineScript()->captureEnd();
524
?>
524
?>
Línea 525... Línea 525...
525
 
525
 
-
 
526
<style>
-
 
527
   
526
<style>
528
  
-
 
529
    .table-review {
-
 
530
  table-layout: fixed;
-
 
531
  margin: 1rem auto;
-
 
532
  width: 90%;
-
 
533
  border-collapse: collapse;
-
 
534
}
-
 
535
.table-review thead {
-
 
536
  
-
 
537
}
-
 
538
.table-review th {
-
 
539
  padding: .7rem 0;
-
 
540
  font-variant: small-caps;
-
 
541
  width: 22%;
-
 
542
}
-
 
543
.table-review th:last-child {width: 8%;}
-
 
544
 
-
 
545
.table-review td {
527
   .table-bordered td{
546
  padding: .5rem 1rem;
-
 
547
  word-wrap: break-word!important;
-
 
548
}
-
 
549
.table-review td:last-child {
-
 
550
  border-right: 0 none;
528
        word-wrap: break-word!important;
551
  text-align: center;
-
 
552
}
529
    }
553
</style>
Línea 530... Línea 554...
530
    </style>
554
    </style>
531
 
555
 
532
<!-- Content Header (Page header) -->
556
<!-- Content Header (Page header) -->
Línea 655... Línea 679...
655
      </h4>
679
      </h4>
656
   </div>
680
   </div>
657
   <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
681
   <div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
658
      <div class="panel-body">
682
      <div class="panel-body">
659
         <div class="table-responsive">
683
         <div class="table-responsive">
660
            <table class="table table-bordered">
684
            <table class="table table-bordered table-review">
661
               <thead>
685
               <thead>
662
                  <tr>
686
                  <tr>
663
                     <th style="width: 30%;">LABEL_QUESTION</th>
687
                     <th style="width: 30%;">LABEL_QUESTION</th>
664
                     <th style="width: 30%;">LABEL_ANSWER</th>
688
                     <th style="width: 30%;">LABEL_ANSWER</th>
665
                     <th style="width: 10%;">LABEL_STATUS</th>
689
                     <th style="width: 10%;">LABEL_STATUS</th>