/* @config : next999.json @filename : ${psFileBasename} @title : シフト希望表示 @name : @siteIds : 310511 @siteTitles : イオン多摩平シフト管理 @disabled: false */ #listTable { margin: 5px; border-collapse: separate !important; } #monthSelect { margin: 5px; border-radius: 10px; background-color: #fff; padding: 5px; border: 1px solid #999; font-size: 1.3em; } table { th, td { border-color: #999 !important; } } .radius-table { border-radius: 10px !important; border-spacing: 0; border: none; border-left: 1px solid #999; border-top: 1px solid #999; } .radius-table th { background-color: lightpink; text-align: cennter; white-space: nowrap; } .radius-table .userName { white-space: nowrap; } .radius-table td { text-align: left; } .radius-table tr>* { padding: 5px 10px; border: none; border-right: 1px solid #999; border-bottom: 1px solid #999; } .radius-table tr:first-child>*:first-child { border-radius: 10px 0 0 0; } .radius-table tr:first-child>*:last-child { border-radius: 0 10px 0 0; } .radius-table tr:last-child>*:first-child { border-radius: 0 0 0 10px; } .radius-table tr:last-child>*:last-child { border-radius: 0 0 10px 0; }