Move open .atom button to config menu

This commit is contained in:
probablycorey
2013-04-26 11:23:30 -07:00
committed by Corey Johnson & Kevin Sawicki
parent bd7542cb0a
commit 2d5bb8bd8b
3 changed files with 24 additions and 12 deletions

View File

@@ -7,13 +7,25 @@
background: white;
display: -webkit-flex;
#panels-menu {
width: 150px;
margin-top: @line-height-base;
margin-left: @line-height-base;
#config-menu {
display: -webkit-flex;
-webkit-flex-direction: column;
li a {
cursor: pointer;
#panels-menu {
width: 150px;
margin-left: @line-height-base;
margin-top: @line-height-base;
-webkit-flex-grow: 1;
li a {
cursor: pointer;
}
}
#open-dot-atom {
width: 150px;
margin-left: @line-height-base;
margin-bottom: @line-height-base;
}
}