add style in osem.css

This commit is contained in:
Stella 2014-12-19 13:11:11 +02:00
parent 8d3c6568b5
commit 06bda7a7db
2 changed files with 6 additions and 2 deletions

View file

@ -53,4 +53,8 @@ body {
fieldset { fieldset {
margin: 20px 0 20px 0; margin: 20px 0 20px 0;
} }
.col-actions {
width: 170px;
}

View file

@ -40,7 +40,7 @@
= '...' = '...'
- else - else
None None
%td{width: '170px'} %td.col-actions
.btn-group .btn-group
- if can? :show, user - if can? :show, user
= link_to 'View', admin_user_path(user), class: 'btn btn-success' = link_to 'View', admin_user_path(user), class: 'btn btn-success'