Styling 💄

This commit is contained in:
Nathan Sobo 2013-04-11 17:37:00 -06:00 committed by Corey Johnson & Kevin Sawicki
parent 21f83ea938
commit 0af9564d1a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class GeneralConfigPanel extends ConfigPanel
@div class: 'section', =>
@div class: 'list-wrapper pull-left', =>
@div class: 'list-header', "Enabled Themes"
@div class: 'list-header', "Enabled Themes (Drag from right)"
@ol id: 'enabled-theme-list', outlet: 'enabledThemeList'
@div class: 'list-wrapper pull-left', =>

View File

@ -74,7 +74,7 @@
border: 1px solid #ccc;
}
li.ui-draggable-dragging {
li.ui-draggable-dragging, li.ui-sortable-helper {
width: 300px;
background: white;
border: 1px solid #eee;