2013-12-10 23:49:01 +01:00
|
|
|
@import "compass"
|
|
|
|
|
|
|
|
table
|
2014-01-02 00:21:49 +01:00
|
|
|
margin: auto
|
|
|
|
border-spacing: 2px
|
2013-12-10 23:49:01 +01:00
|
|
|
th
|
|
|
|
padding: 0.3em 0.6em
|
2014-01-02 00:21:49 +01:00
|
|
|
|
|
|
|
table.list
|
|
|
|
&.list
|
|
|
|
width: 30%
|
|
|
|
tr:nth-child(odd)
|
|
|
|
background-color: #D1EAFF
|
|
|
|
tr:nth-child(even)
|
|
|
|
background-color: #C9E2F5
|
2013-12-10 23:49:01 +01:00
|
|
|
td
|
2014-01-02 00:21:49 +01:00
|
|
|
padding: 0.2em
|
2013-12-10 23:49:01 +01:00
|
|
|
|
2013-11-14 17:07:48 +01:00
|
|
|
.view_link:link, .edit_link:link, .delete_link:link
|
|
|
|
font-size: 0
|
2013-12-10 23:49:01 +01:00
|
|
|
font-weight: normal
|
2013-11-14 17:07:48 +01:00
|
|
|
text-decoration: none
|
2013-12-10 23:49:01 +01:00
|
|
|
&:hover
|
|
|
|
text-shadow: 0px 0px 16px black
|
2013-11-14 17:07:48 +01:00
|
|
|
&:before
|
|
|
|
padding: 0.5em
|
|
|
|
font-size: 20px
|
|
|
|
font-family: FontAwesome
|
|
|
|
.view_link:link:before
|
|
|
|
content: ''
|
|
|
|
.edit_link:link:before
|
|
|
|
content: ''
|
|
|
|
.delete_link:link:before
|
|
|
|
content: ''
|