X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fbutton.css;h=037c93453a072a9af3d1e6f3a872c9eadb6df3a8;hp=6ff34999712dc0000ea943b6b6865fb9ee50ba20;hb=afe91d6de324f31565d3c83b7656e2a89e345b61;hpb=7ff5b526c57f59c657e2a04cc37ce629080e0db6 diff --git a/EarlyBlue/global/skin/button.css b/EarlyBlue/global/skin/button.css index 6ff34999..037c9345 100755 --- a/EarlyBlue/global/skin/button.css +++ b/EarlyBlue/global/skin/button.css @@ -23,8 +23,8 @@ /* internal frame */ button > .button-internal-box { - vertical-align : middle; - text-align : center; + -moz-box-align : center; + -moz-box-pack : center; border : 1px outset #CCD0DD; padding : 1px; } @@ -46,8 +46,8 @@ /* text wrapping frame (hack because does not support alignment) */ .button-text-container { - text-align : center; - vertical-align : middle; + -moz-box-align : center; + -moz-box-pack : center; } /* text frame */ @@ -154,3 +154,4 @@ +