From: robert Date: Sat, 7 Jul 2001 17:59:57 +0000 (+0000) Subject: make left menuitem margins consistent again (copied from classic) X-Git-Tag: LCARStrek05~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=dac2c253e58db6e80621ec291aada3a2ee0ef4c8;ds=sidebyside make left menuitem margins consistent again (copied from classic) --- diff --git a/EarlyBlue/global/skin/menu.css b/EarlyBlue/global/skin/menu.css index de49393a..8ac95cb5 100755 --- a/EarlyBlue/global/skin/menu.css +++ b/EarlyBlue/global/skin/menu.css @@ -71,8 +71,8 @@ popup > menuitem[menuactive="true"] .menu-iconic-left { color : inherit; - margin : 0px 2px 0px 0px; - width : 13px; + margin : 0px 4px 0px 3px; + width : 16px; text-align : center; list-style-image : inherit; } @@ -83,7 +83,7 @@ popup > menuitem[menuactive="true"] margin : 0px 2px 0px 0px; } -.menu-iconic-text, .menu-iconic-accel, .menu-text, .menu-accel +.menu-iconic-text, .menu-iconic-accel, .menu-text, .menu-accel { color : inherit; } @@ -204,3 +204,4 @@ menuitem[checked="true"][type="radio"][menuactive="true"] } + diff --git a/LCARStrek/global/skin/menu.css b/LCARStrek/global/skin/menu.css index 227f56eb..7a4fca87 100755 --- a/LCARStrek/global/skin/menu.css +++ b/LCARStrek/global/skin/menu.css @@ -64,6 +64,7 @@ popup > menuitem[menuactive="true"] color : #000000; } + /** * Atomic sub-parts of standard menus **/ @@ -94,8 +95,8 @@ popup > menuitem[menuactive="true"] .menu-iconic-left { color : inherit; - margin : 0px 2px 0px 0px; - width : 13px; + margin : 0px 4px 0px 3px; + width : 16px; text-align : center; list-style-image : inherit; } @@ -106,10 +107,9 @@ popup > menuitem[menuactive="true"] margin : 0px 2px 0px 0px; } -.menu-iconic-text, .menu-iconic-accel, .menu-text, .menu-accel +.menu-iconic-text, .menu-iconic-accel, .menu-text, .menu-accel { color : inherit; - margin : 0px 2px 0px 0px; } .menu-iconic-text @@ -212,3 +212,4 @@ menuitem[checked="true"][type="radio"][menuactive="true"] border : none; } +