30 lines
569 B
CSS
30 lines
569 B
CSS
/*
|
|
@config : next999.json
|
|
@filename : ${psFileBasename}
|
|
@title : 01_基本スタイル設定
|
|
@name :
|
|
@siteIds : 335011
|
|
@siteTitles : 実行予算WF申請
|
|
@disabled: false
|
|
*/
|
|
/*見出しサイズ*/
|
|
.field-section {
|
|
font-size: 1.5em !important;
|
|
font-weight: bold !important;
|
|
height: auto;
|
|
}
|
|
|
|
/*項目の後ろの行間を少し狭める*/
|
|
.field-normal {
|
|
height: 35px;
|
|
}
|
|
|
|
.field-wide {
|
|
min-height: 35px;
|
|
padding: 0 10px 5px 0;
|
|
}
|
|
|
|
/*コメントのある項目の高さだけ少し広げる*/
|
|
div:has(.commentAdd).field-normal {
|
|
height: 50px;
|
|
} |