Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / popover.css
index 2162d72..da44fc5 100644 (file)
@@ -1,3 +1,8 @@
+.popover-container {
+    pointer-events: none;
+    overflow: hidden;
+}
+
 .popover {
     position: absolute;
     -webkit-border-image: url(Images/popoverBackground.png) 25 25 25 25;
@@ -28,7 +33,7 @@
     width: 19px;
     height: 19px;
     margin-left: 15px;
-    margin-top: -25px;
+    margin-top: -24px;
     top: 0;
     left: 0;
 }
@@ -38,7 +43,7 @@
 }
 
 .popover.top-right-arrow .arrow {
-    right: 25px;
+    right: 24px;
     left: auto;
 }
 
@@ -46,7 +51,7 @@
     top: auto;
     bottom: 0;
     margin-top: 0;
-    margin-bottom: -25px;
+    margin-bottom: -24px;
     background-position: 0 -19px;
 }
 
     top: auto;
     bottom: 0;
     margin-top: 0;
-    margin-bottom: -25px;
+    margin-bottom: -24px;
     background-position: 0 -19px;
 }
-
-.popover.left-top-arrow .arrow {
-    top: 0;
-    margin-top: 15px;
-    margin-left: -25px;
-    background-position: 0 -38px;
-}
-
-.popover.left-bottom-arrow .arrow {
-    top: auto;
-    bottom: 0;
-    margin-bottom: 15px;
-    margin-left: -25px;
-    background-position: 0 -38px;
-}
-
-.popover.right-top-arrow .arrow {
-    right: 0;
-    left: auto;
-    top: 0;
-    margin-top: 15px;
-    margin-right: -25px;
-    background-position: 0 -57px;
-}
-
-.popover.right-bottom-arrow .arrow {
-    right: 0;
-    left: auto;
-    top: auto;
-    bottom: 0;
-    margin-bottom: 15px;
-    margin-right: -25px;
-    background-position: 0 -57px;
-}