You are here

openlayers_plus-rtl.css in OpenLayers Plus 7

Same filename and directory in other branches
  1. 7.3 theme/openlayers_plus-rtl.css
  2. 7.2 theme/openlayers_plus-rtl.css
/**
 * Blockswitcher ======================================================
 */
.openlayers-blockswitcher span.key {
  float:right;
  margin-right:0px;
  margin-left:5px;
  }

.openlayers-blockswitcher input.form-radio,
.openlayers-blockswitcher input.form-checkbox {
  margin-right:0px;
  margin-left:5px;
  }

div.openlayers-map #block-openlayers_plus-blockswitcher.ne { right:auto; left:0px; }
div.openlayers-map #block-openlayers_plus-blockswitcher.nw { left:auto; right:0px; }
div.openlayers-map #block-openlayers_plus-blockswitcher.se { right:auto; left:0px; }
div.openlayers-map #block-openlayers_plus-blockswitcher.sw { left:auto; right:0px; }

/**
 * Blocktoggle ========================================================
 */
div.openlayers-map #block-openlayers_plus-blocktoggle.ne { right:auto; left:0px; }
div.openlayers-map #block-openlayers_plus-blocktoggle.nw { left:auto; right:0px; }
div.openlayers-map #block-openlayers_plus-blocktoggle.se { right:auto; left:0px; }
div.openlayers-map #block-openlayers_plus-blocktoggle.sw { left:auto; right:0px; }

File

theme/openlayers_plus-rtl.css
View source
  1. /**
  2. * Blockswitcher ======================================================
  3. */
  4. .openlayers-blockswitcher span.key {
  5. float:right;
  6. margin-right:0px;
  7. margin-left:5px;
  8. }
  9. .openlayers-blockswitcher input.form-radio,
  10. .openlayers-blockswitcher input.form-checkbox {
  11. margin-right:0px;
  12. margin-left:5px;
  13. }
  14. div.openlayers-map #block-openlayers_plus-blockswitcher.ne { right:auto; left:0px; }
  15. div.openlayers-map #block-openlayers_plus-blockswitcher.nw { left:auto; right:0px; }
  16. div.openlayers-map #block-openlayers_plus-blockswitcher.se { right:auto; left:0px; }
  17. div.openlayers-map #block-openlayers_plus-blockswitcher.sw { left:auto; right:0px; }
  18. /**
  19. * Blocktoggle ========================================================
  20. */
  21. div.openlayers-map #block-openlayers_plus-blocktoggle.ne { right:auto; left:0px; }
  22. div.openlayers-map #block-openlayers_plus-blocktoggle.nw { left:auto; right:0px; }
  23. div.openlayers-map #block-openlayers_plus-blocktoggle.se { right:auto; left:0px; }
  24. div.openlayers-map #block-openlayers_plus-blocktoggle.sw { left:auto; right:0px; }