diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 20524f0..67a3294 100755 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -101,4 +101,17 @@ box-shadow:none; } #contentdiv .container-fluid { padding:0; +} + +a.linkbox +{ +display:block; +padding:5px; +border-radius: 10px; +border: lightgray solid 1px; + +} +a.linkbox:hover +{ +box-shadow: 1px 1px 2px 2px lightgray; } \ No newline at end of file diff --git a/app/views/fetprofiles/index.html.erb b/app/views/fetprofiles/index.html.erb index 357646e..a0d18b2 100644 --- a/app/views/fetprofiles/index.html.erb +++ b/app/views/fetprofiles/index.html.erb @@ -7,12 +7,12 @@ %> -