]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/common.css
Imported Upstream version 0.7.2
[roundcube.git] / skins / default / common.css
index bf00dc35177a25772f0f1e5c1004f08e71e407c8..f7abd06e3d7475a6e6bf3b2b38466ad28b7d0b8f 100644 (file)
@@ -154,7 +154,7 @@ img
   left: 20px;
 }
 
-#header
+body > #header
 {
   position: absolute;
   top: 8px;
@@ -212,7 +212,7 @@ img
   background-position: 0 -75px;
 }
 
-#message
+body > #message
 {
   position: absolute;
   display: none;
@@ -223,7 +223,7 @@ img
   opacity: 0.85;
 }
 
-#message div
+body > #message div
 {
   width: 400px;
   margin: 0px;
@@ -231,7 +231,7 @@ img
   padding: 8px 10px 8px 46px;
 }
 
-#message div.notice,
+body > #message div.notice,
 #message-objects div.notice
 {
   background: url(images/display/icons.png) 6px 3px no-repeat;
@@ -239,8 +239,8 @@ img
   border: 1px solid #C2D071;
 }
 
-#message div.error,
-#message div.warning,
+body > #message div.error,
+body > #message div.warning,
 #message-objects div.warning,
 #message-objects div.error
 {
@@ -249,7 +249,7 @@ img
   border: 1px solid #DC5757;
 }
 
-#message div.confirmation,
+body > #message div.confirmation,
 #message-objects div.confirmation
 {
   background: url(images/display/icons.png) 6px -47px no-repeat;
@@ -257,7 +257,7 @@ img
   border: 1px solid #76C83F;
 }
 
-#message div.loading,
+body > #message div.loading,
 #message-objects div.loading
 {
   background: url(images/display/loading.gif) 6px 3px no-repeat;
@@ -265,7 +265,7 @@ img
   border: 1px solid #CCCCCC;
 }
 
-#message a
+body > #message a
 {
   cursor: pointer;
   text-decoration: underline;