Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Apr 10, 2018
1 parent fc5ed6b commit 108b19b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion less/legacy.less
Expand Up @@ -98,7 +98,10 @@ select.form-control,input.form-control{display:inline-block;width:auto}
label,.form-control,.btn{margin:5px;margin-left:0}
.toggle-group label,.toggle-group span{margin:0}
.panel-collapse, .panel-body{margin-top:0px !important}
body.list,body.templates,body.eventlog,body.spage{
body.list .table-striped > tbody >{
tr.rowelement,tr:first-of-type,tr>th { border-bottom:2px solid #999}
}
body.templates,body.eventlog,body.spage{
.table-striped > tbody > tr:nth-of-type(2n+1) { border-bottom:2px solid #999}
}
body.mviews tr.row1 {border-top:2px solid #999}
Expand Down

0 comments on commit 108b19b

Please sign in to comment.