Skip to content

Commit

Permalink
Aligned table row on clipboard with active clipboard button
Browse files Browse the repository at this point in the history
  • Loading branch information
mischa78 committed Aug 27, 2013
1 parent 60b9a6b commit 97f2c03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/application.css
Expand Up @@ -43,7 +43,8 @@ td img { padding: 0; }
.user_groups { margin-right: 200px; display: block; }
.user_groups label { margin-right: 15px; }
.user_name, .user_expiration { min-width: 180px; }
.user_email, .group_name, .clipboard_item { min-width: 370px; }
.user_email { min-width: 370px; }
.group_name, .clipboard_item { min-width: 483px; }
.file_name { min-width: 250px; max-width: 400px; overflow: hidden; }
.file_name a, .shared_file a { color: #000; text-decoration: underline; }
.file_size { min-width: 100px; }
Expand Down

0 comments on commit 97f2c03

Please sign in to comment.