User UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8973 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-01 07:38:33 +00:00
parent 7c312b65db
commit 177720b6fb
18 changed files with 219 additions and 248 deletions

View file

@ -176,7 +176,7 @@
<value xml:lang="en"><![CDATA[Site]]></value>
</item>
<item name="user">
<value xml:lang="ko"><![CDATA[유저]]></value>
<value xml:lang="ko"><![CDATA[사용자]]></value>
<value xml:lang="en"><![CDATA[User]]></value>
</item>
<item name="content">
@ -828,4 +828,8 @@ Lütfen son sürümü için indirme linkine tıklayınız.]]></value>
<value xml:lang="ko"><![CDATA[XE core의 css, js 파일을 CDN으로부터 제공받으려면 체크하세요.]]></value>
<value xml:lang="en"><![CDATA[XE core의 css, js 파일을 CDN으로부터 제공받으려면 체크하세요.]]></value>
</item>
<item name="save">
<value xml:lang="ko"><![CDATA[저장]]></value>
<value xml:lang="en"><![CDATA[Save]]></value>
</item>
</lang>

View file

@ -36,7 +36,7 @@ p{line-height:1.5}
.table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
.table caption:after{content:"";display:block;clear:both}
.table caption a{font-weight:normal}
.table caption em{float:right;font-style:normal;font-weight:normal;color:#e00;margin-left:1em}
.table caption em{float:right;margin-left:1em}
.table caption strong{color:#e00}
.table caption .side{float:right;font-weight:normal;margin-left:1em}
.table th,.table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap}
@ -46,6 +46,7 @@ p{line-height:1.5}
.table.even tbody tr:nth-of-type(even) td{background-color:#fafafa}
.table td>input[type=text]{margin:-1px 0 -3px 0 !important;vertical-align:middle}
.table img{vertical-align:middle}
.table em{font-style:normal;font-weight:normal;color:#e00}
.table .title,
.table .text{white-space:normal}
/* Form */
@ -494,8 +495,9 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
/* Messages */
.desc.error{color:#f00}
.desc.success{color:#080}
/* Preview Icon */
.wPreview{display:inline-block;width:15px;height:0;padding:13px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconWindow.gif) no-repeat}
/* Icon Button */
a.wPreview{display:inline-block;width:15px;height:0;padding:13px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconWindow.gif) no-repeat}
a.iComment{display:inline-block;width:16px;height:0;padding:16px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconComment.gif) no-repeat}
/* Responsive Layout */
@media only all and (max-width:860px){
.header h1{margin-left:.7em}

View file

@ -36,7 +36,7 @@ p{line-height:1.5}
.table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
.table caption:after{content:"";display:block;clear:both}
.table caption a{font-weight:normal}
.table caption em{float:right;font-style:normal;font-weight:normal;color:#e00;margin-left:1em}
.table caption em{float:right;margin-left:1em}
.table caption strong{color:#e00}
.table caption .side{float:right;font-weight:normal;margin-left:1em}
.table th,.table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap}
@ -46,6 +46,7 @@ p{line-height:1.5}
.table.even tbody tr:nth-of-type(even) td{background-color:#fafafa}
.table td>input[type=text]{margin:-1px 0 -3px 0 !important;vertical-align:middle}
.table img{vertical-align:middle}
.table em{font-style:normal;font-weight:normal;color:#e00}
.table .title,
.table .text{white-space:normal}
/* Form */
@ -494,8 +495,9 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
/* Messages */
.desc.error{color:#f00}
.desc.success{color:#080}
/* Preview Icon */
.wPreview{display:inline-block;width:15px;height:0;padding:13px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconWindow.gif) no-repeat}
/* Icon Button */
a.wPreview{display:inline-block;width:15px;height:0;padding:13px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconWindow.gif) no-repeat}
a.iComment{display:inline-block;width:16px;height:0;padding:16px 0 0 0;overflow:hidden;vertical-align:middle;background:url(../img/iconComment.gif) no-repeat}
/* Responsive Layout */
@media only all and (max-width:860px){
.header h1{margin-left:.7em}

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B