2018-06-29 13:01:16 +00:00
|
|
|
|
.drotable td, .jogtable td {
|
2018-06-27 19:23:34 +00:00
|
|
|
|
padding: 2px;
|
2018-06-29 13:01:16 +00:00
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.drotable button, .dro {
|
|
|
|
|
|
border: 1px solid lightgray;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.jogtable button {
|
|
|
|
|
|
border: 1px solid lightgray;
|
2018-06-27 19:23:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.jogbtn:disabled {
|
|
|
|
|
|
pointer-events:none;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2018-06-29 13:01:16 +00:00
|
|
|
|
.dro {
|
2018-06-21 20:02:40 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
text-decoration: none;
|
2018-06-27 19:23:34 +00:00
|
|
|
|
background-color: #f8f8f8;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
color: #a7a7a7;
|
2018-06-27 19:23:34 +00:00
|
|
|
|
width: 141px;
|
2018-06-29 13:01:16 +00:00
|
|
|
|
height: 36px;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
|
padding-left: 6px;
|
2018-06-29 13:01:16 +00:00
|
|
|
|
line-height: 32px;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
font-weight:900;
|
|
|
|
|
|
font-size: 18px;
|
2018-06-29 13:01:16 +00:00
|
|
|
|
cursor: pointer;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
2018-06-29 13:01:16 +00:00
|
|
|
|
.droInput {
|
2018-06-25 17:25:19 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
background-color: #f5f6f7;
|
|
|
|
|
|
color: #a7a7a7;
|
|
|
|
|
|
margin: 2px;
|
|
|
|
|
|
width: 100px;
|
2018-06-29 13:01:16 +00:00
|
|
|
|
height: 34px;
|
2018-06-25 17:25:19 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
|
padding-left: 6px;
|
2018-06-29 13:01:16 +00:00
|
|
|
|
line-height: 34px;
|
2018-06-25 17:25:19 +00:00
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
|
font-weight:700;
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
display:none;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2018-06-21 20:02:40 +00:00
|
|
|
|
.glossybtn:link, .glossybtn:visited {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
text-decoration: none;
|
2018-06-24 14:14:28 +00:00
|
|
|
|
background-color: #f5f6f7;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
color: #a7a7a7;
|
2018-06-24 14:14:28 +00:00
|
|
|
|
margin: 2px;
|
2018-06-25 17:25:19 +00:00
|
|
|
|
width: 53px;
|
|
|
|
|
|
height: 53.5px;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
line-height: 50px;
|
2018-06-24 14:14:28 +00:00
|
|
|
|
border-radius: 2px;
|
2018-06-25 17:25:19 +00:00
|
|
|
|
border: 1px solid #ddd;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glossybtn:active {
|
2018-06-24 14:14:28 +00:00
|
|
|
|
background: #d5d6d7;
|
2018-06-21 20:02:40 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glossybtn:hover {
|
|
|
|
|
|
text-decoration: none;
|
2018-06-24 14:14:28 +00:00
|
|
|
|
background: rgba(164,206,249, 0.2);
|
|
|
|
|
|
border: 1px solid rgb(164,206,249);
|
2018-06-21 20:02:40 +00:00
|
|
|
|
}
|