X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsync%2FsyncCommon.css;h=ba366c38fd0d1647d4e9c71fcebe0293ae88d8d2;hb=d8502c35cba9a5fb5819046b73193d4954e04cad;hp=71b5cef5bcbc31965aa12e5e592f32d88409bd4b;hpb=cf3319d7d3833f25d175e16f3d806fa4ca8b48ec;p=themes.git diff --git a/EarlyBlue/communicator/sync/syncCommon.css b/EarlyBlue/communicator/sync/syncCommon.css index 71b5cef5..ba366c38 100644 --- a/EarlyBlue/communicator/sync/syncCommon.css +++ b/EarlyBlue/communicator/sync/syncCommon.css @@ -4,7 +4,7 @@ } .statusIcon { - -moz-margin-start: 4px; + margin-inline-start: 4px; max-height: 16px; max-width: 16px; } @@ -18,7 +18,7 @@ } .statusIcon[status="success"] { - list-style-image: url("chrome://global/skin/icons/information-16.png"); + list-style-image: url("chrome://global/skin/icons/info.svg"); } /* .data is only used by syncGenericChange.xul, but it seems unnecessary to have @@ -28,14 +28,10 @@ font-weight: bold; } -dialog#change-dialog { +#change-dialog { width: 40em; } -image#syncIcon { - list-style-image: url("chrome://communicator/skin/sync/sync-32.png"); -} - #introText { margin-top: 2px; }