2012-03-03 00:19:31 +00:00
|
|
|
@import 'compass/utilities/tables';
|
2012-03-01 17:33:46 +00:00
|
|
|
table.info {
|
|
|
|
width: 100%;
|
2012-03-01 17:37:24 +00:00
|
|
|
border-spacing: 0;
|
2012-03-01 17:33:46 +00:00
|
|
|
td {padding: 5px;}
|
|
|
|
}
|
|
|
|
table.columns2 {
|
|
|
|
@include inner-table-borders;
|
2012-03-01 23:37:05 +00:00
|
|
|
th.first, td.first {width: 30%;}
|
2012-03-01 17:33:46 +00:00
|
|
|
}
|
|
|
|
table.columns3 {
|
|
|
|
@include alternating-rows-and-columns(#eee, #ccc, #000);
|
|
|
|
th.first, td.first, th.last, td.last {width: 30%;}
|
|
|
|
}
|
2012-03-03 00:19:31 +00:00
|
|
|
|
|
|
|
@import 'blueprint/interaction';
|
|
|
|
.flash {
|
|
|
|
.notice {
|
|
|
|
@include success;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
@include notice;
|
|
|
|
}
|
|
|
|
.error, .alert {
|
|
|
|
@include error;
|
|
|
|
}
|
|
|
|
}
|