X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fmenu.css;h=c6dff932ffeae276422e022624e11f1a50439dc6;hp=8ac95cb56d9650a39f06fd2c4948903fc5b772a7;hb=afe91d6de324f31565d3c83b7656e2a89e345b61;hpb=7ff5b526c57f59c657e2a04cc37ce629080e0db6 diff --git a/EarlyBlue/global/skin/menu.css b/EarlyBlue/global/skin/menu.css index 8ac95cb5..c6dff932 100755 --- a/EarlyBlue/global/skin/menu.css +++ b/EarlyBlue/global/skin/menu.css @@ -1,7 +1,7 @@ menu, menuitem { color : #000000; - vertical-align : middle; + -moz-box-align : center; } menuitem[default="true"] @@ -64,7 +64,7 @@ popup > menuitem[menuactive="true"] { margin : 0px 0px 0px 6px; width : 8px; - text-align : center; + -moz-box-pack : center; list-style-image : url("chrome://global/skin/menu-arrow.gif"); } @@ -73,7 +73,7 @@ popup > menuitem[menuactive="true"] color : inherit; margin : 0px 4px 0px 3px; width : 16px; - text-align : center; + -moz-box-pack : center; list-style-image : inherit; } @@ -202,6 +202,3 @@ menuitem[checked="true"][type="radio"][menuactive="true"] width : 0px; border : none; } - - -