article-grid.scss 314 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .article-grid { .header { position: relative; height: 40px; margin-bottom: 10px; button { position: absolute; right: 0; top: 2px; } } .form-inline { input, select { width: 100%; } } }