mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
게시글/댓글/페이지의 컨텐츠에 대해 공통 css를 적용하도록 변경. 글행간 간격/ ol-ul-blockquote에 대해 margin-left를 css로 적용/ table padding/margin을 맞춤
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3444 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10d5997c12
commit
5db2626604
4 changed files with 14 additions and 14 deletions
|
|
@ -70,7 +70,6 @@ form { margin:0; padding:0; }
|
|||
.w300 { width:300px; }
|
||||
.w400 { width:400px; }
|
||||
|
||||
|
||||
/* editor style */
|
||||
a.bold { font-weight:bold; }
|
||||
|
||||
|
|
@ -91,6 +90,14 @@ a.bold { font-weight:bold; }
|
|||
.member_signature { margin-top:10px; border:1px solid #DDDDDD; padding:10px; overflow:hidden;}
|
||||
.member_profile_image { float:left; margin-right:10px; }
|
||||
|
||||
/* xe content */
|
||||
div.xe_content { line-height:140%; }
|
||||
div.xe_content table { padding:1px; margin:1px; }
|
||||
div.xe_content ol { margin-left:40px; }
|
||||
div.xe_content ul { margin-left:40px; }
|
||||
div.xe_content blockquote { margin-left:40px; }
|
||||
|
||||
/* xe layer */
|
||||
#waitingforserverresponse { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
|
||||
#fororiginalimageareabg { z-index:1001; background-color:#FFFFFF; width:100%; height:100%; top:0px; left:0px; position:relative; padding:20px 10px 10px 10px; border:8px solid #DDDDDD; }
|
||||
#fororiginalimagearea { visibility:hidden; padding:0px; margin:0px; width:100%; height:100%; top:0px; left:0px; position:absolute; z-index:1000; text-align:left; overflow:hidden; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue