X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Falerts%2Falert.css;h=a9382b2227d72eecd1729a655c96a74f37084b5c;hb=49037d9b102dd33667ce0a860f02d820e5a7aeaf;hp=839ba2709bdad63172482a8e515b3824a03ccba8;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5;p=themes.git diff --git a/EarlyBlue/communicator/alerts/alert.css b/EarlyBlue/communicator/alerts/alert.css index 839ba270..a9382b22 100644 --- a/EarlyBlue/communicator/alerts/alert.css +++ b/EarlyBlue/communicator/alerts/alert.css @@ -53,18 +53,24 @@ min-height: 50px; } -.alertImageBox { - margin-left: 4px; - margin-right: 6px; +.alertBox[orient="horizontal"] > .alertImageBox { + -moz-margin-start: 4px; + -moz-margin-end: 6px; min-height: 46px; } +.alertBox[orient="vertical"] > .alertImageBox { + margin-top: 6px; + margin-bottom: 4px; + min-width: 46px; +} + .alertTitle { font-weight: bold; } .alertText { - margin-right: 6px; + -moz-margin-end: 6px; } .alertText[clickable="true"] { @@ -75,4 +81,16 @@ .alertText[clickable="true"]:hover:active { color: #424F63; -} \ No newline at end of file +} + +.alertBox[orient="horizontal"] > .alertTextBox { + -moz-padding-start: 10px; + padding-top: 5px; +} + +.alertBox[orient="vertical"] > .alertTextBox { + -moz-padding-start: 5px; + -moz-padding-end: 5px; + margin-bottom: 8px; + -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */ +}