mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
* Table * úsers api * Ádding envs and version * Community Table Added * Ádding redux * Adding loading data state * Community Actions * Adding Inmutable * Fetching commenters * Search commenters * Linting and translations * Ádding Sort * sortBuilder * pagr * request per page, pager and mor * package.json * new Page actiokn * éslint * Changes and cleaner comps * removed console.log
22 lines
266 B
CSS
22 lines
266 B
CSS
.dataTable {
|
|
width: 100%;
|
|
}
|
|
|
|
.roleButton {
|
|
display: block;
|
|
}
|
|
|
|
.searchInput {
|
|
display: block;
|
|
padding-left: 40px;
|
|
/*border: none;*/
|
|
}
|
|
|
|
.searchBox {
|
|
/*border: 1px solid rgba(0,0,0,.12);*/
|
|
background: white;
|
|
}
|
|
|
|
.email {
|
|
display: block;
|
|
} |