.message box UI updated.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8705 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-01 05:57:32 +00:00
parent 18d0add0f9
commit c2f8aeb167
2 changed files with 39 additions and 36 deletions

View file

@ -326,9 +326,14 @@ p{line-height:1.5}
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden} .modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
html.modalContainer,body.modalContainer{_height:100%;_width:100%} /* IE6 only */ html.modalContainer,body.modalContainer{_height:100%;_width:100%} /* IE6 only */
/* Message */ /* Message */
.message .info{} .message{border:1px solid #ddd;background:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:5px}
.message .error{} .message em{font-style:normal;color:#e00}
.message .update{} .message.info,
.message.error,
.message.update{padding-left:55px}
.message.info{border-color:#E0E8EC;background:#EDF9FF url(../img/msg.Info.png) no-repeat 1em .5em}
.message.error{border-color:#EFDCDC;background:#FFECEC url(../img/msg.error.png) no-repeat 1em .5em}
.message.update{border-color:#EAE9DC;background:#FFFDEF url(../img/msg.update.png) no-repeat 1em .5em}
/* Text Button */ /* Text Button */
input.text, input.text,
button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:none;text-decoration:underline} button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:none;text-decoration:underline}
@ -371,7 +376,7 @@ button.text{border:0; overflow:visible; padding:0; margin:0; color:#33a; backgro
.header #moveSiteList li{white-space:nowrap;margin:0;padding:4px 0;border-bottom:1px dotted #ccc} .header #moveSiteList li{white-space:nowrap;margin:0;padding:4px 0;border-bottom:1px dotted #ccc}
.header #siteMapList{padding:0 1em 1em 1em;margin:0} .header #siteMapList{padding:0 1em 1em 1em;margin:0}
.header #siteMapList li{white-space:nowrap} .header #siteMapList li{white-space:nowrap}
.header .account{position:absolute;z-index:3; width:100%;padding:5px 0;top:0;right:0;white-space:nowrap;text-align:right;background:#333;border-bottom:1px solid #656565;color:#fff;font-size:12px;box-shadow:0 0 10px #333;-moz-box-shadow:0 0 10px #333;-webkit-box-shadow:0 0 10px #333} .header .account{position:absolute;z-index:3;width:100%;padding:5px 2em 5px 0;top:0;right:0;white-space:nowrap;text-align:right;background:#333;border-bottom:1px solid #656565;color:#fff;font-size:12px;box-shadow:0 0 10px #333;-moz-box-shadow:0 0 10px #333;-webkit-box-shadow:0 0 10px #333}
.stAdmin .header .account{background:#0e5f69} .stAdmin .header .account{background:#0e5f69}
.header .account ul{margin:0 2px 0 0;padding:0;list-style:none} .header .account ul{margin:0 2px 0 0;padding:0;list-style:none}
.header .account li{position:relative;display:inline;border-left:1px solid #666;padding:0 6px 0 10px} .header .account li{position:relative;display:inline;border-left:1px solid #666;padding:0 6px 0 10px}
@ -409,8 +414,10 @@ button.text{border:0; overflow:visible; padding:0; margin:0; color:#33a; backgro
.content .portlet a:active, .content .portlet a:active,
.content .portlet a:focus{text-decoration:underline} .content .portlet a:focus{text-decoration:underline}
/* Dashboard */ /* Dashboard */
.dashboard{float:none;width:auto;margin-left:-230px} .dashboard{position:relative; float:none;width:auto;margin-left:-230px}
.dashboard .portlet{float:left;width:48%; margin-right:1em} .dashboard .portlet{float:left;width:48%; margin-right:1em}
.dashboard .portlet:nth-of-type(even){ float:left; width:49%; margin-right:0 }
.dashboard .portlet:nth-of-type(even){ float:right; width:49%; margin-right:0}
/* Local Navigation */ /* Local Navigation */
.lnb{position:relative;float:left;width:200px;margin:1em 0 1em -230px;line-height:normal;zoom:1;display:inline} .lnb{position:relative;float:left;width:200px;margin:1em 0 1em -230px;line-height:normal;zoom:1;display:inline}
.lnb .h2{margin-top:0} .lnb .h2{margin-top:0}
@ -541,12 +548,8 @@ input#lang_mn{background:url(../img/flag.mn.gif) no-repeat 96% center}
#ftpSuggestion li button:hover, #ftpSuggestion li button:hover,
#ftpSuggestion li button:active, #ftpSuggestion li button:active,
#ftpSuggestion li button:focus{background:#eee} #ftpSuggestion li button:focus{background:#eee}
/* Notice Alert */
.noticeAlert{background:#ffc;padding:0 2em;border:1px solid #fcc;border-left:0;border-right:0;zoom:1;position:relative}
.noticeAlert h2{zoom:1;margin:.83em 0}
.noticeAlert em{font-style:normal;font-weight:bold}
/* Theme & Skin Preview */ /* Theme & Skin Preview */
.thumbPreview li{position:relative;padding-left:10px;padding-right:10px;} .thumbPreview li{position:relative;padding-left:10px;padding-right:10px}
.thumbPreview li.active{background:#f9f9f9} .thumbPreview li.active{background:#f9f9f9}
.thumbPreview .prevToggle{position:absolute;top:8px;right:10px;line-height:16px;padding:0 18px 0 0;text-decoration:none;background:url(../img/iconArrow.gif) no-repeat right -32px} .thumbPreview .prevToggle{position:absolute;top:8px;right:10px;line-height:16px;padding:0 18px 0 0;text-decoration:none;background:url(../img/iconArrow.gif) no-repeat right -32px}
.thumbPreview li.active .prevToggle{background-position:right 0} .thumbPreview li.active .prevToggle{background-position:right 0}
@ -605,7 +608,7 @@ input#lang_mn{background:url(../img/flag.mn.gif) no-repeat 96% center}
.body{padding:1em} .body{padding:1em}
.content{float:none;margin-left:0} .content{float:none;margin-left:0}
.lnb{float:none;width:auto;margin:1em 0} .lnb{float:none;width:auto;margin:1em 0}
.dashboard .portlet{float:none;width:auto;margin-right:0} .dashboard .portlet{float:none !important;width:auto !important; margin-right:0}
.modal .fg, .modal .fg,
.wfsr .fg{width:auto} .wfsr .fg{width:auto}
.easyNav .category{float:none;display:block;width:auto} .easyNav .category{float:none;display:block;width:auto}

File diff suppressed because one or more lines are too long