Xelio b34adc79fb New Plugin: Keys
Let user input number of keys and store in localstorage of the browser.
2013-03-26 19:45:15 +08:00

59 lines
742 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;
}
#keys-add {
}
#keys-count {
width: 26px;
height: 18px !important;
border: 1px solid;
text-align: center;
}
#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;
}