update both themes for global winstripe changes up to 2010-12-30
[themes.git] / EarlyBlue / global / popup.css
index 078954c4a004d8ed3220f8c13ad63f011927101d..b312935798b2f87d7e7ba7b8e61ad7496659a0e6 100644 (file)
@@ -51,6 +51,18 @@ panel[type="arrow"] {
   -moz-transition: opacity 300ms;
 }
 
+panel[type="arrow"][side="top"],
+panel[type="arrow"][side="bottom"] {
+  margin-left: -25px;
+  margin-right: -25px;
+}
+
+panel[type="arrow"][side="left"],
+panel[type="arrow"][side="right"] {
+  margin-top: -25px;
+  margin-bottom: -25px;
+}
+
 .panel-arrowcontent {
   border-radius: 6px;
   padding: 6px;
@@ -62,6 +74,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-bottom: -13px;
+  margin-top: -4px;
 }
 
 .panel-arrow[side="bottom"] {
@@ -69,6 +82,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-top: -12px;
+  margin-bottom: -4px;
 }
 
 .panel-arrow[side="left"] {
@@ -76,6 +90,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-right: -12px;
+  margin-left: -4px;
 }
 
 .panel-arrow[side="right"] {
@@ -84,6 +99,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-left: -12px;
+  margin-right: -4px;
 }
 
 tooltip {