Files
atom/static/status-bar.css
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

13 lines
173 B
CSS

.status-bar {
background: black;
color: white;
padding: 5px;
position: relative;
}
.status-bar .cursor-position {
position: absolute;
right: 5px;
top: 5px;
}