| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .greetings {
- margin-top: 20px;
- }
- .greetings label.col-md-2,
- .greetings label.col-sm-2 {
- text-align: right;
- line-height: 34px;
- }
- .greetings ul {
- margin: 0;
- padding: 0;
- }
- .greetings li {
- list-style: none;
- }
- .text_require {
- color: red;
- vertical-align: middle;
- font-weight: 900;
- }
- .time-box {
- position: relative;
- }
- i.tub {
- position: absolute;
- right: 26px;
- top: 8px;
- font-size: 18px;
- color: #249fea;
- }
- .greetings .radio-inline input[type="radio"] {
- margin-top: 4px;
- }
- .greetings textarea {
- resize: none;
- }
- .greetings .form-horizontal .radio-inline {
- padding-top: 0;
- }
- .workTimeSetting .laydate-time-list>li:nth-of-type(1) {
- width: 50%;
- }
- .workTimeSetting .laydate-time-list>li:nth-of-type(2) {
- width: 50%;
- }
- .workTimeSetting .laydate-time-list>li:nth-of-type(3) {
- width: 0;
- display: none;
- }
- .workTimeSetting .laydate-time-list ol li{
- text-align: center;
- width: 100%;
- padding-left: 0;
- }
|