Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 7: Línea 7:     
<-- page-Main_Page -->
 
<-- page-Main_Page -->
 +
/* Style for checkboxes and radiobuttons in Semantic Forms that orders them in columns */
 +
label.checkboxLabel {
 +
    width: 200px;
 +
    display: block;
 +
    float: left;
 +
}
 +
 +
label.radioButtonItem {
 +
    width: 200px;
 +
    display: block;
 +
    float: left;
 +
}
 +
 
/* class repaso para el botón de repaso */
 
/* class repaso para el botón de repaso */
 
.repaso { float:right; font-size:85%; text-align:center; background-color:#1E90FF; border-radius:3em; width:6em; height:6em; valign:center; }
 
.repaso { float:right; font-size:85%; text-align:center; background-color:#1E90FF; border-radius:3em; width:6em; height:6em; valign:center; }