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

@ -54,3 +54,7 @@ body {
fieldset {
margin: 20px 0 20px 0;
}
.col-actions {
width: 170px;
}

View file

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