ken_nogi/pleasanter/develop/##実行予算承認WF/sites/styles/01_基本スタイル設定.css
Kenichiro NOGI 973ad0a0fe 2025-09-18
2025-09-18 15:52:11 +09:00

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;
}