Skip to content

Commit

Permalink
refs #1320, #1300
Browse files Browse the repository at this point in the history
  * whitedream 스킨에서 검색 위치 조정
  * coolant에서 라인 디자인시 DOM id 가 잘못되어 디자인이 적용되지 않던 문제 수정
  • Loading branch information
inureyes committed Sep 18, 2009
1 parent d538eae commit 12205b8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions skin/admin/whitedream/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
position : absolute;
right : 25px;
text-align : right;
top : 20px;
top : 10px;
width : 220px !important;
z-index : 1;
}
Expand All @@ -478,7 +478,7 @@

#body-plugin #search-form
{
top: 10.5em;
top : 1.5em;
}

/* Data Management *******************************************************************************/
Expand Down
3 changes: 2 additions & 1 deletion skin/admin/whitedream/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ table.data-inbox tbody tr td.ip

#line-write-form #line-write
{
width : 850px;
width : 830px;
margin-left : 10px;
}

#line-write-form .input-button
Expand Down
14 changes: 10 additions & 4 deletions skin/admin/whitedream/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,11 @@
border : none;
margin : 0;
position : relative;
left : 200px;
left : 0;
text-align : left;
top : -56px;
width : 40em;
width : 200px;
padding-left : 250px;
z-index : 1;
}

Expand All @@ -306,10 +307,15 @@
display : none;
}

#search-box
#search-form
{
float : right;
margin-left : 15px;
top : 20px;
}

#search-box #search
{
width : 140px;
}

#viewmode-box
Expand Down
2 changes: 1 addition & 1 deletion skin/blog/coolant/skin.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>[##_tblist_count_##] TRACKBACKS ABOUT '[##_tblist_conform_##]'</h3>
</div>
</s_tblist>
<s_line>
<div class="Line">
<div class="line">
<h3>Lines
<a href="[##_line_rssurl_##]" onclick="window.open(this.href); return false"><img src="./images/rss_12.png" alt="RSS Icon" /></a>
<a href="[##_line_atomurl_##]" onclick="window.open(this.href); return false"><img src="./images/atom_12.png" alt="ATOM Icon" /></a>
Expand Down

0 comments on commit 12205b8

Please # to comment.