2013-12-10 23:49:01 +01:00
|
|
|
@import "compass"
|
|
|
|
|
|
|
|
table
|
|
|
|
margin: 1em auto
|
|
|
|
padding: 1em
|
|
|
|
border-spacing: 0
|
|
|
|
th
|
|
|
|
padding: 0.3em 0.6em
|
|
|
|
td
|
|
|
|
text-align: left
|
2013-12-28 23:45:13 +01:00
|
|
|
//tr:nth-child(even) td
|
|
|
|
// border-bottom: solid thin #ddf
|
|
|
|
//tr:nth-child(odd) td
|
|
|
|
// border-bottom: solid thin #fdd
|
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: ''
|