| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .greetings {
- /* margin-top: 10px; */
- padding-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;
- }
|