mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 20:07:25 -05:00
24 lines
281 B
Sass
24 lines
281 B
Sass
|
#admin-demo-requests-view
|
||
|
|
||
|
#site-content-area
|
||
|
width: 100%
|
||
|
|
||
|
td
|
||
|
max-width: 120px
|
||
|
overflow: hidden
|
||
|
|
||
|
.btn-deny
|
||
|
float: right
|
||
|
|
||
|
.status-cell
|
||
|
width: 120px
|
||
|
|
||
|
td.created
|
||
|
min-width: 90px
|
||
|
|
||
|
td.reviewed
|
||
|
min-width: 90px
|
||
|
|
||
|
th.number
|
||
|
max-width: 50px
|