app/assets/stylesheets/georgia/modules/_results.scss in georgia-0.7.8 vs app/assets/stylesheets/georgia/modules/_results.scss in georgia-0.8.0
- old
+ new
@@ -1,12 +1,19 @@
.table-results {
- tr:first-child td {
- border-top: 1px solid #ddd;
- }
th { text-align: left; }
td, th {
padding: 10px 4px;
- border-bottom: 1px solid #ddd;
+ border-bottom: 2px solid #ddd;
+ }
+ th.role {
+ text-align: center;
+ width: 15%;
+ }
+ td.actions {
+ padding: 0 0 10px 0;
+ .btn {
+ padding: 5px 10px;
+ }
}
.tiny {
@extend .nowrap;
width: 25px;
max-width: 25px;
\ No newline at end of file