pulsar/static/command-panel.css
Nathan Sobo 79315b0ef6 Merge branch 'master' of github.com:github/atom
Conflicts:
	static/command-panel.css
2012-05-08 15:11:27 -06:00

15 lines
214 B
CSS

.command-panel {
position: absolute;
bottom: 0;
width: 100%;
background: #515151;
padding: 3px;
display: -webkit-box;
}
.command-panel .prompt {
color: white;
font-weight: bold;
padding: .2em;
}