update both themes for global winstripe changes up to 2010-12-30
[themes.git] / LCARStrek / global / popup.css
index 108c08d72d71526925b1aaf78bd1b22f51abbe1e..d4b60d1da48fc6c58e38c3b15256a96fca5d0802 100644 (file)
@@ -55,6 +55,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;
@@ -66,6 +78,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-bottom: -13px;
+  margin-top: -4px;
 }
 
 .panel-arrow[side="bottom"] {
@@ -73,6 +86,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-top: -12px;
+  margin-bottom: -4px;
 }
 
 .panel-arrow[side="left"] {
@@ -80,6 +94,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-right: -12px;
+  margin-left: -4px;
 }
 
 .panel-arrow[side="right"] {
@@ -88,6 +103,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-left: -12px;
+  margin-right: -4px;
 }
 
 tooltip {