공간, 글자크기, 버튼크기 css 수정
parent
b35220416e
commit
3bd88c669e
|
|
@ -15,8 +15,11 @@
|
|||
.btn.noscript {font-size: 0;}
|
||||
.btn > span {position: relative;}
|
||||
|
||||
.btn_blue_h46 {height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;}
|
||||
.btn_skyblue_h46 {height: 46px; border-radius: 5px; color: #005b82; font-size: 16px; line-height: 46px; text-align: center; background: #daedf5;}
|
||||
/* changed by lim height: 46px; font-size: 16px; line-height: 46px; added by lim padding: 0px; */
|
||||
.btn_blue_h46 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #169bd5; padding: 0px;}
|
||||
/* changed by lim height: 46px; font-size: 16px; line-height: 46px; added by lim padding: 0px; */
|
||||
.btn_skyblue_h46 {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; background: #daedf5; padding: 0px;}
|
||||
.btn_red_h46 {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; background: #ed898b; padding: 0px;}
|
||||
|
||||
.btn_upload {position: relative; width: 180px; height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;}
|
||||
.btn_upload span {display: inline-block; height: 46px; line-height: 46px;}
|
||||
|
|
@ -34,6 +37,7 @@
|
|||
.board_list .head {display: table; table-layout: fixed; width: 100%;}
|
||||
/* changed by lim padding: 25px 0 27px 0; */
|
||||
.board_list .head > span {display: table-cell; padding: 10px 0 10px 0; border-bottom: 1px solid #888; font-size: 16px; font-weight: 500px; text-align: center;}
|
||||
.logs_list .result {max-height: 430px;}
|
||||
.board_list .result .list_item {display: table; width: 100%; table-layout: fixed;}
|
||||
/* changed by lim padding: 18px 0 20px 0; */
|
||||
.board_list .result .list_item > div {display: table-cell; padding: 7px 0 7px 0; border-bottom: 1px solid #dde2e5; color: #666; font-size: 16px; text-align: center; vertical-align: middle;}
|
||||
|
|
@ -94,7 +98,7 @@
|
|||
.board_view2 {border-top: 2px solid #222;}
|
||||
.board_view2 dl {display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #dde2e5;}
|
||||
.board_view2 dl > * {display: table-cell; table-layout: fixed; vertical-align: middle;}
|
||||
.board_view2 dl dt {width: 176px; padding: 12px 25px; color: #000; font-size: 18px; letter-spacing: -2px; background: #f5f6f7; word-break: break-all;}
|
||||
.board_view2 dl dt {width: 176px; padding: 12px 25px; color: #000; font-size: 16px; letter-spacing: -2px; background: #f5f6f7; word-break: break-all;} /* changed by lim font-size: 18px;*/
|
||||
.board_view2 dl dt .req {display: inline-block; width: 7px; height: 7px; margin-left: 2px; font-size: 0; background: url(css/images/ico_req.png) no-repeat; vertical-align: 17px;}
|
||||
.board_view2 dl dd {padding: 12px 15px; color: #222; font-size: 16px; font-weight: 300;}
|
||||
.board_view2 .file_add {margin-top: 5px;}
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ body {min-width: 1400px;}
|
|||
|
||||
.condition + .board_list {margin-top: 10px;} /* changed by lim margin-top: 50px; */
|
||||
.condition + .calendar_list {margin-top: 10px;} /* changed by lim margin-top: 50px; */
|
||||
.condition + .logs_list {margin-top: 10px;} /* added by lim margin-top: 10px; */
|
||||
.condition + .tit_5 {margin-top: 42px;}
|
||||
.top_tit + .tit_2 {margin-top: 13px; margin-bottom: 10px;} /* added by lim margin-bottom: 10px; */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue