ken_nogi/pleasanter/develop2/承認図回覧板システム/css/スタイル調整.css
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

63 lines
1.0 KiB
CSS

.checkDone {
color: blue;
font-weight: bold;
}
.field-normal,
.field-wide {
height: 35px;
min-height: 35px;
}
.field-section {
font-size: 1.5em;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
.kairanChecked {
color: blue;
border: 3px solid blue;
padding: 0px;
font-weight: bold;
width: 90px;
font-size: 1.5em;
text-align: center;
margin: 0 5px 0px 10px;
float: left;
border-radius: 8px;
background-color: whitesmoke;
}
.kairanNotChecked {
color: red;
border: 3px solid red;
padding: 0px;
font-weight: bold;
width: 90px;
font-size: 1.5em;
text-align: center;
margin: 0 5px 0px 10px;
float: left;
border-radius: 8px;
background-color: yellow;
}
#Results_ClassXField,
#Results_ClassYField {
height: 100px;
}
#Results_ClassX_ms,
#Results_ClassY_ms {
height: 90px;
}
#Results_ClassX_ms>span,
#Results_ClassY_ms>span {
overflow: visible;
height: 100%;
text-overflow: "";
}