Skip to content

Commit

Permalink
样式微调
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Feb 10, 2014
1 parent 04e818b commit 7470830
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/main/webapp/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* base style
*
* @author <a href="mailto:[email protected]">Liyuan Li</a>
* @version 1.0.3.3, Jan 23, 2014
* @version 1.0.3.4, Feb 10, 2014
*/
/* start reset */
html {
Expand Down Expand Up @@ -769,6 +769,7 @@ button.red:active {
margin: 0 5px;
padding: 15px 5px;
float: right;
line-height: 20px;
}

.nav .user-nav > a.last {
Expand Down Expand Up @@ -826,7 +827,7 @@ button.red:active {
position: absolute;
right: -2px;
top: 49px;
z-index: 1;
z-index: 2;
width: 232px;
}

Expand All @@ -837,7 +838,7 @@ button.red:active {
}

.nav input.search {
background-position: 3px 6px;
background-position: 3px 4px;
background-color: #FFF;
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* 后台样式
*
* @author <a href="mailto:[email protected]">Liyuan Li</a>
* @version 1.0.1.8, Jan 23, 2014
* @version 1.0.1.9, Feb 10, 2014
*/
/* start home side */
.user-online {
Expand Down Expand Up @@ -56,6 +56,7 @@
color: #777777;
list-style: circle outside none;
margin-left: 15px;
line-height: 22px;
}

#articleContent {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/skins/classic/home/add-article.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
${syncWithSymphonyClientLabel}
</div>
<div class="fn-right">
<button class="green<#if !article??> fn-none</#if>" onclick="AddArticle.preview()">${previewLabel}</button>
<button class="green<#if !article??> fn-none</#if>" onclick="AddArticle.preview()">${previewLabel}</button> &nbsp; &nbsp;
<button class="red" onclick="AddArticle.add( <#if article??> '${article.oId}' </#if>)"><#if article??>${editLabel}<#else>${postLabel}</#if></button>
</div>
</div>
Expand Down

0 comments on commit 7470830

Please sign in to comment.