X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsync%2FsyncCommon.css;h=4bc1377009d68554c7e8f8435cb035c94d8ab693;hb=d8502c35cba9a5fb5819046b73193d4954e04cad;hp=dd9ead2012f47af759a9b7d2501f9e52ec2bef9a;hpb=cf3319d7d3833f25d175e16f3d806fa4ca8b48ec;p=themes.git diff --git a/LCARStrek/communicator/sync/syncCommon.css b/LCARStrek/communicator/sync/syncCommon.css index dd9ead20..4bc13770 100644 --- a/LCARStrek/communicator/sync/syncCommon.css +++ b/LCARStrek/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; }