X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fbutton.css;h=037c93453a072a9af3d1e6f3a872c9eadb6df3a8;hp=62b31d019d296794d4aa546deda62b00cf1a73ad;hb=afe91d6de324f31565d3c83b7656e2a89e345b61;hpb=6e005d895d1290ba68ac44a47424b20012240846 diff --git a/EarlyBlue/global/skin/button.css b/EarlyBlue/global/skin/button.css index 62b31d01..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 */ @@ -68,13 +68,8 @@ /* outer frame */ button[default] { - /* XXX this is a HACK until 'orient' is supported in CSS! XXX */ - /* strictly speaking not necessary because default for buttonright is - * to lay image out horizontally, but leaving here as a reminder to - * implement this feature */ - -moz-binding : url(chrome://global/content/xulBindings.xml#buttonright); font-weight : bold; - list-style-image : url("chrome://global/skin/return.gif"); + list-style-image : url("chrome://global/skin/return.gif"); } button[default][disabled="true"] @@ -158,3 +153,5 @@ + +