67 lines
865 B
CSS
67 lines
865 B
CSS
#keys-content-outer {
|
|
display: table;
|
|
width: 100%;
|
|
height: 26px;
|
|
text-align: center;
|
|
}
|
|
|
|
#keys-content-outer > div{
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 6px 3px 1px 3px;
|
|
}
|
|
|
|
#keys-label {
|
|
padding: 0 4px;
|
|
cursor: help;
|
|
}
|
|
|
|
#keys-add {
|
|
}
|
|
|
|
#keys-count {
|
|
width: 26px;
|
|
height: 18px !important;
|
|
border: 1px solid;
|
|
text-align: center;
|
|
cursor: help;
|
|
}
|
|
|
|
#keys-subtract {
|
|
}
|
|
|
|
.keys-button {
|
|
position:relative;
|
|
width: 16px;
|
|
height: 16px !important;
|
|
}
|
|
|
|
.keys-button > div {
|
|
background-color: rgb(32, 168, 177);
|
|
position: absolute;
|
|
}
|
|
|
|
.keys-button-minus {
|
|
width: 100%;
|
|
height: 4px;
|
|
top: 6px;
|
|
}
|
|
|
|
.keys-button-plus-h {
|
|
width: 100%;
|
|
height: 4px;
|
|
top: 6px;
|
|
}
|
|
|
|
.keys-button-plus-v {
|
|
width: 4px;
|
|
height: 100%;
|
|
left: 6px;
|
|
}
|
|
|
|
#keys-help {
|
|
font-weight: 900;
|
|
margin: 6px 3px 1px 20px !important;
|
|
cursor: help;
|
|
}
|