~kyrofa/snapweb/autorestart_services

« back to all changes in this revision

Viewing changes to www/src/css/snaplist.css

* add sorting
* allow user to change list style
* split out collections by stephen-stewart approved by sergiusens

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  cursor: pointer;
8
8
}
9
9
 
 
10
.b-snaplist__actions {
 
11
  display:flex;
 
12
  font-size: 11px;
 
13
  justify-content: flex-end;
 
14
}
 
15
 
10
16
/** grid style **/
11
17
 
12
18
.b-snaplist_grid {
54
60
  font-size:10px;
55
61
}
56
62
 
57
 
.b-snaplist_grid .b-snaplist__size ~ * {
 
63
.b-snaplist_grid .b-snaplist__version,
 
64
.b-snaplist_grid .b-snaplist__type,
 
65
.b-snaplist_grid .b-snaplist__origin,
 
66
.b-snaplist_grid .b-snaplist__actions {
58
67
  display:none;
59
68
}
60
69
 
79
88
/** row style **/
80
89
 
81
90
.b-snaplist_row {
82
 
  margin:3em;
 
91
  margin:1em 0;
83
92
}
84
93
 
85
94
.b-snaplist_row .b-snaplist__item {