#348 향상/문제수정

[A]코드의 파일명 및 설명 입력 추가
[A]시작 줄 번호 입력 추가
[M]옵션이 있을 경우 비정상 동작하던 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3398 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-22 11:40:09 +00:00
parent ca6f7c5293
commit f79d11a4ef
7 changed files with 131 additions and 80 deletions

View file

@ -1,18 +1,17 @@
.dp-highlighter
{
font-family: "Consolas", "Courier New", Courier, mono, serif;
font-family: "Consolas", "Courier New", "Courier", "mono", "serif";
font-size: 12px;
background-color: #E7E5DC;
width: 99%;
overflow: auto;
margin: 18px 0 18px 0 !important;
padding-top: 1px; /* adds a little border on top when controls are hidden */
}
/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span
.dp-highlighter ol li span
{
margin: 0;
padding: 0;
@ -281,11 +280,31 @@
.dp-abap .datatypes { color: #2E8B57; font-weight: bold; }
pre[name='CodeHighLighterArea'] {
max-height: 200px;
pre[name='code'] {
max-height: 300px;
font-size: 1.1em;
border: #666666 dotted 1px;
border-left: #22AAEE solid 5px;
padding: 5px;
overflow: auto;
}
.ch_infobox {
padding: 5px 0;
width: 99%;
background-color: #F8F8F8;
border-top: 1px solid #E7E5DC;
}
.ch_infobox .file_path {
font-size: 0.9em;
font-weight: bold;
margin-left: 10px;
}
.ch_infobox .description {
color: #AAA;
font-size: 0.9em;
margin-left: 10px;
}