From 35e150ba3bbb865a635fd2d771f650f0c061b742 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Mon, 23 Aug 2010 02:15:10 +0000 Subject: [PATCH] ui debug git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7635 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- m.layouts/default/mx.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m.layouts/default/mx.css b/m.layouts/default/mx.css index c66eab028..8f42585c2 100644 --- a/m.layouts/default/mx.css +++ b/m.layouts/default/mx.css @@ -6,14 +6,14 @@ body,input,textarea,select,button,table{font-family:Tahoma,Geneva,sans-serif} .fl{float:left} .fr{float:right} /* Header */ -.hd{min-height:28px;line-height:28px;padding:6px;margin:0 0 1px 0;border-bottom:2px solid #f46e07;background:#444 -webkit-gradient(linear,0% 0%,0% 100%,from(#636363),to(#2d2d2d));background:#444 -moz-linear-gradient(top,#636363,#2d2d2d);zoom:1} +.hd{min-height:28px;line-height:28px;padding:6px;margin:0 0 1px 0;border-bottom:2px solid #f46e07;background:#444 -webkit-gradient(linear,0% 0%,0% 100%,from(#636363),to(#2d2d2d));background:#444 -moz-linear-gradient(top,#636363,#2d2d2d);background-color:#444;*zoom:1} .hd:after{content:"";margin:0 -6px;position:relative;top:9px;display:block;clear:both;height:1px;background:#d04715} .hd .h1{float:left;display:inline;color:#fff;font-size:24px;margin:0;font-weight:bold} .hd .h1 a{color:#fff} .hd .h1 img{border:0} -.hd .mu{display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;border:1px solid #232323;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737)} +.hd .mu{display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;border:1px solid #232323;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b} .hd .mu:after{content:"›";margin:0 0 0 3px;font-size:24px;vertical-align:middle;position:relative;top:-2px} -.hd .muon{cursor:pointer;display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;border:1px solid #232323;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737)} +.hd .muon{cursor:pointer;display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;border:1px solid #232323;text-decoration:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b} .hd .muon:before{content:"‹";font-weight:bold;font-size:16px;line-height:16px;margin:0 2px 0 0;font-family:Verdana, Geneva, sans-serif} /* Footer */ .ft{padding:0;margin:0;list-style:none;background:#868686;overflow:hidden;zoom:1}