From 4fb0e3e9160b60f3a27626118e672860d9e57c4a Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 28 Oct 2008 03:16:57 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4707 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/css/default.css b/common/css/default.css index 16bd48109..90a05456b 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -92,8 +92,8 @@ a.bold { font-weight:bold; } #popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;} #popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;} -#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px;} -#popup_menu_area li{ padding-left:20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; *margin-bottom:-2px;} +#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;} +#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; } #popup_menu_area li a{ text-decoration:none; color:#000;} #popup_menu_area li a:hover, #popup_menu_area li a:active, @@ -104,4 +104,4 @@ a.bold { font-weight:bold; } #popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; } #popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; } #popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;} -*/ \ No newline at end of file +*/