first import

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-08 11:40:19 +02:00
commit 1bc61b12ad
8435 changed files with 1582817 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
/**
* 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; }