You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
335 B

7 years ago
7 years ago
  1. /* Empty. Add your own CSS if you like */
  2. .o_mainOptionRow{
  3. height: calc(103%/4);
  4. display: table;
  5. padding: 0;
  6. }
  7. .o_mainOptionRow a{
  8. text-align: center;
  9. display: table-cell;
  10. vertical-align: middle;
  11. width: 50%;
  12. font-size: 300%;
  13. }
  14. .o_floatRight{
  15. float: right;
  16. }
  17. .o_textRight{
  18. text-align: right;
  19. }