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.

22 lines
365 B

  1. /* Empty. Add your own CSS if you like */
  2. .o-imgMenu{
  3. width: 25px!important;
  4. height: 25px!important;
  5. }
  6. .o-imgTitle{
  7. width: 40px!important;
  8. height: 40px!important;
  9. }
  10. .o-bold{
  11. font-weight: bold!important;
  12. }
  13. .o-float-right{
  14. float: right;
  15. }
  16. .o-text-right{
  17. text-align: right;
  18. }
  19. .o-mini-text{
  20. font-size: 12px;
  21. display: inline-block;
  22. }