Skip to content

Commit

Permalink
Merge pull request #86 from Raistlfiren/fixes
Browse files Browse the repository at this point in the history
Fixed client page.
  • Loading branch information
Raistlfiren authored Apr 10, 2017
2 parents 6c10ab6 + f7c6794 commit 9a96a17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
14 changes: 4 additions & 10 deletions public/styles/site/client.sass
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,25 @@
th
font-weight: 600

colgroup:nth-child(1)
col:nth-child(1)
width: 31%
border: 0 none

colgroup:nth-child(2)
col:nth-child(2)
width: 25%
border: 10px solid #59c7fb

colgroup:nth-child(3)
col:nth-child(3)
width: 22%
border: 1px solid #ccc

colgroup:nth-child(4)
col:nth-child(4)
width: 22%
border: 1px solid #ccc

/* Tablehead */

thead th
background: #def4fe
background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%)
background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%)
background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%)
background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%)
background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%)
text-align: center
position: relative
border-bottom: 1px solid #ccc
Expand Down
5 changes: 3 additions & 2 deletions templates/views/client.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ block content
.row
table
colgroup
colgroup
colgroup
col
col
col

thead
tr
Expand Down

0 comments on commit 9a96a17

Please sign in to comment.