Skip to content

Commit

Permalink
Optimize look of big tables in listview
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdekruijk committed Feb 27, 2017
1 parent 66034ab commit a38b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ UL.success {border-color:#3c3;background-color:#efe;color:#090}

.listview>TABLE {border-spacing:0;border-collapse:collapse;margin-top:30px}
.listview TR:hover {background-color:rgba(17,108,214,0.3);cursor:default}
.listview TD {padding:3px 4px 2px 0;font-size:0.85em;opacity:0.5;vertical-align:baseline}
.listview TD {padding:3px 4px 2px 0;font-size:0.85em;opacity:0.5;vertical-align:baseline;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}
.listview TD:first-child {padding-left:5px;font-size:1em;opacity:1}
.listview TR.active {background-color:#116cd6;cursor:default;color:#fff}
.listview TR.inactive {text-decoration:line-through;color:rgba(0,0,0,0.3)}
Expand Down

0 comments on commit a38b6e8

Please sign in to comment.