X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=skins%2Fdefault%2Fcommon.css;fp=skins%2Fdefault%2Fcommon.css;h=f7abd06e3d7475a6e6bf3b2b38466ad28b7d0b8f;hb=b06ca1de90262dfb6d8eabe9a4037a8e36e930cc;hp=bf00dc35177a25772f0f1e5c1004f08e71e407c8;hpb=5058e04171cbe6d82a65fc9d869ddef90e829e36;p=roundcube.git diff --git a/skins/default/common.css b/skins/default/common.css index bf00dc3..f7abd06 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -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;