X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fchatzilla%2Fchatzilla.css;h=56d713c45311299c58d90134d61ff614b0eb5923;hb=02920d2b69ae86d5762a1874ba85d273c38bac75;hp=93abb5db0ae8201d00ae1b2402c5e1386dbc84d9;hpb=88166091b3c048013455504307785c00815afc81;p=themes.git diff --git a/EarlyBlue/chatzilla/chatzilla.css b/EarlyBlue/chatzilla/chatzilla.css index 93abb5db..56d713c4 100644 --- a/EarlyBlue/chatzilla/chatzilla.css +++ b/EarlyBlue/chatzilla/chatzilla.css @@ -45,7 +45,7 @@ window { #outer-box { /* margin: 5px; */ - margin-left: 2px; + -moz-margin-start: 2px; margin-bottom: 2px; } @@ -92,13 +92,13 @@ window { * keys */ .view-button[viewKey="4"], .view-button[viewKey="8"] { - margin-left: 5px; + -moz-margin-start: 5px; } .header-box, .usercount-data { padding-top: 2px; padding-bottom: 2px; - padding-right: 10px; + -moz-padding-end: 10px; } #user-list { @@ -112,12 +112,12 @@ window { .header-label { font-weight: bold; text-align: right; - margin-left: 10px; + -moz-margin-start: 10px; } .header-data { text-align: left; - margin-left: 5px; + -moz-margin-start: 5px; } #channel-topic { @@ -148,7 +148,7 @@ treechildren::-moz-tree-cell-text { /* no mode */ treechildren::-moz-tree-image { list-style-image: url(chrome://chatzilla/skin/images/no-symbol.gif); - margin-right: 3px; + -moz-margin-end: 3px; } #user-list[mode="graphic"] treechildren::-moz-tree-image { @@ -183,15 +183,15 @@ treechildren::-moz-tree-image(op-true) { } .colorGrid { - width: 24px; - height: 16px; - border: 1px solid black; - -moz-box-align: center; - -moz-box-pack: center; + width: 24px; + height: 16px; + border: 1px solid black; + -moz-box-align: center; + -moz-box-pack: center; } #colorTooltip { - padding: 0px; - -moz-box-align: center; - -moz-box-pack: center; + padding: 0px; + -moz-box-align: center; + -moz-box-pack: center; }