ensl.org/app/assets/stylesheets/pages/_issues.scss

32 lines
239 B
SCSS
Raw Normal View History

2014-04-26 21:50:58 +00:00
/*
Issues List
*/
table.issues {
.date {
width: 25%;
}
.title {
width: 35%;
}
.assigned,
.author {
width: 15%;
}
.actions {
width: 10%;
text-align: right;
}
}
/*
Issues Page
*/
#issue {
}