ensl.org/app/assets/stylesheets/pages/_issues.scss
2014-04-26 22:50:58 +01:00

32 lines
No EOL
239 B
SCSS

/*
Issues List
*/
table.issues {
.date {
width: 25%;
}
.title {
width: 35%;
}
.assigned,
.author {
width: 15%;
}
.actions {
width: 10%;
text-align: right;
}
}
/*
Issues Page
*/
#issue {
}