move to evented mustache system
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.list-status
|
||||
.list-needs-help-indicator
|
||||
display: inline-block
|
||||
width: 30px
|
||||
color: #400
|
||||
background-color: #aaf
|
||||
text-align: center
|
||||
margin-right: 7px
|
||||
&.hide
|
||||
display: none
|
||||
.list-needs-payment-indicator
|
||||
display: inline-block
|
||||
width: 30px
|
||||
color: #440
|
||||
background-color: #faa
|
||||
text-align: center
|
||||
margin-right: 7px
|
||||
&.hide
|
||||
display: none
|
||||
@@ -3,6 +3,7 @@
|
||||
*= require 'twitter-bootstrap/bootstrap_overrides'
|
||||
*= require 'jquery-ui-1.8.23.custom.css'
|
||||
*= require 'general'
|
||||
*= require user/active_list
|
||||
*= require_directory .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#active-list-table
|
||||
.list-table, #active-list-table
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
|
||||
Reference in New Issue
Block a user