summaryrefslogtreecommitdiff
path: root/plugins/leaflet/css/contents.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/leaflet/css/contents.css')
-rw-r--r--plugins/leaflet/css/contents.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/leaflet/css/contents.css b/plugins/leaflet/css/contents.css
new file mode 100644
index 0000000..13740ee
--- /dev/null
+++ b/plugins/leaflet/css/contents.css
@@ -0,0 +1,25 @@
+.leaflet_div {
+ background: #eee;
+ border: 1px solid #ddd;
+ border-radius: 4pxt;
+ box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
+ margin-right: 1em;
+}
+
+.leaflet_div.align-left {
+ float: left;
+}
+
+.leaflet_div.align-right {
+ float: right;
+}
+
+.leaflet_div.align-center {
+ display: table;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.cke_widget_wrapper:hover>.cke_widget_element {
+ outline: 3px solid yellow !important;
+}