Correct the padding of the new button group on the files page

This commit is contained in:
Jonathan Frederic 2015-01-16 16:30:41 -08:00
parent db8cad5bff
commit d39311ccb5

View File

@ -156,6 +156,10 @@ input.engine_num_input {
.icon(@fa-var-file-o)
}
#new-buttons {
padding-top: 2px;
}
ul#new-menu {
// align right instead of left
left: auto;