rgaiacs / CKEditor-TeXZilla

Plugin for use TeXZilla with CKEditor
www.ime.unicamp.br/~ra092767/ck4.html
Mozilla Public License 2.0
1 stars 1 forks source link

[minor] Alignment of checkboxes #8

Closed Elchi3 closed 10 years ago

Elchi3 commented 10 years ago

Maybe the two checkboxes could have a "Options:" caption above them and they could be next to each other as there is some room on the right.

rgaiacs commented 10 years ago

My knowledge of CSS is very basic. If you could provide a inline CSS for the checkboxes that make they be next to each other I will be happy in change.

rgaiacs commented 10 years ago

The dialog window we have

<table>
 <tbody>
  <tr>
   <td role="presentation" class="cke_dialog_ui_vbox_child"><span id="cke_39_uiElement" class="cke_dialog_ui_checkbox"><input class="cke_dialog_ui_checkbox_input" aria-labelledby="cke_37_label" id="cke_38_uiElement" type="checkbox"> <label id="cke_37_label" for="cke_38_uiElement">Display</label></span></td>
  </tr>
  <tr>
   <td role="presentation" class="cke_dialog_ui_vbox_child"><span id="cke_42_uiElement" class="cke_dialog_ui_checkbox"><input class="cke_dialog_ui_checkbox_input" aria-labelledby="cke_40_label" id="cke_41_uiElement" type="checkbox"> <label id="cke_40_label" for="cke_41_uiElement">RTL</label></span></td>
  </tr>
 </tbody>
</table>

I don't know how to put the current options "next to each other" using only CSS but I add the "Options" label as show below.

dialog