2014-01-03 13:32:13 -05:00
|
|
|
.search-view
|
|
|
|
|
|
|
|
a.open-modal-button
|
|
|
|
float: right
|
|
|
|
|
2014-03-13 04:00:30 -04:00
|
|
|
input#search
|
|
|
|
width: 190px
|
|
|
|
height: 30px
|
|
|
|
padding-left: 5px
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
table.table
|
|
|
|
background-color: white
|
|
|
|
.body-row
|
|
|
|
max-width: 600px
|
|
|
|
white-space: nowrap
|
|
|
|
overflow: hidden
|
|
|
|
text-overflow: ellipsis
|
2015-09-26 19:38:53 -04:00
|
|
|
.name-row
|
|
|
|
@extend .body-row
|
|
|
|
max-width: 300px
|
|
|
|
.small-name-row
|
|
|
|
@extend .body-row
|
|
|
|
max-width: 200px
|
2014-01-03 13:32:13 -05:00
|
|
|
|
2014-08-28 13:50:20 -04:00
|
|
|
tr.mine
|
|
|
|
background-color: #f8ecaa
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
.loading
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
.progress
|
|
|
|
margin: 0 20%
|
|
|
|
width: 60%
|
|
|
|
|
2014-01-29 15:18:37 -05:00
|
|
|
.progress-bar
|
2014-01-03 13:32:13 -05:00
|
|
|
width: 100%
|