diff --git a/app/assets/stylesheets/desktopmain.css b/app/assets/stylesheets/desktopmain.css index a7ec7a6d..959462b4 100644 --- a/app/assets/stylesheets/desktopmain.css +++ b/app/assets/stylesheets/desktopmain.css @@ -773,6 +773,15 @@ a:focus { outline: none; } margin: 1px 1px 6px 1px; } +/* Journal Co-Author */ +#co_author {} +#co_author .list_t_item { + height: 86px; +} +#co_author .list_item_action a { + display: inline-block; +} + /* App */ .app_frame { margin: 48px 96px 48px 156px; diff --git a/app/views/desktop/co_authors/index.html.erb b/app/views/desktop/co_authors/index.html.erb index 5664aa3c..fed4c08f 100644 --- a/app/views/desktop/co_authors/index.html.erb +++ b/app/views/desktop/co_authors/index.html.erb @@ -20,9 +20,8 @@ <% if ( i % 5 ) == 4 %>