// orders WIP

This commit is contained in:
Kevin Granger
2013-10-03 21:04:35 +02:00
parent 874e17aa6f
commit bb7dd876af
11 changed files with 587 additions and 396 deletions
@@ -8392,6 +8392,17 @@ tr.highlight td {
-webkit-box-shadow: none;
box-shadow: none; }
/* line 737, admin-theme.sass */
li.sortable-placeholder {
border: 1px dashed #cccccc;
background-color: #bbbbbb;
margin-bottom: 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; }
/* line 1, _nav.sass */
#nav-sidebar {
float: left;
@@ -733,6 +733,15 @@ tr.highlight td
outline: 0
+box-shadow(none)
//module positions
li.sortable-placeholder
border: 1px dashed #CCC
background-color: #BBB
margin-bottom: 4px
+border-radius(5px)
@import "nav"
@import "toggle-switch"
@import "carrier-wizard"