pulsar/static/keybinding-view.css
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

19 lines
296 B
CSS

.keybindings-view {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: white;
overflow: scroll;
opacity: 0.9;
}
.keybindings-view li .keystroke {
font-weight: bold;
float: left;
text-align: right;
padding-right: 10px;
width: 200px;
}