summaryrefslogtreecommitdiff
path: root/app/utils/static/choices.mapfix.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils/static/choices.mapfix.css')
-rw-r--r--app/utils/static/choices.mapfix.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/utils/static/choices.mapfix.css b/app/utils/static/choices.mapfix.css
new file mode 100644
index 0000000..266dc68
--- /dev/null
+++ b/app/utils/static/choices.mapfix.css
@@ -0,0 +1,20 @@
+.field-ap .related-widget-wrapper {
+ overflow: visible;
+ position: relative;
+ z-index: 1000;
+}
+.field-ap {
+ overflow: visible;
+ position: relative;
+ z-index: 4000;
+ *zoom: 1;
+}
+.field-ap:before {
+ content: " ";
+ display: table;
+}
+.field-ap:after {
+ content: " ";
+ display: table;
+ clear: both;
+}