From 7af44a62454d239fe9f42eeb26103b18bdb1c0df Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sat, 20 Feb 2016 13:14:21 +0100 Subject: [PATCH] fixed cursor --- web/app/assets/stylesheets/application.css.scss | 12 ++++++++---- web/app/views/servers/list.html.erb | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/app/assets/stylesheets/application.css.scss b/web/app/assets/stylesheets/application.css.scss index 78857fd..52fe79b 100644 --- a/web/app/assets/stylesheets/application.css.scss +++ b/web/app/assets/stylesheets/application.css.scss @@ -1,4 +1,3 @@ - /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. @@ -13,13 +12,18 @@ * *= require active_scaffold */ - @import "bootstrap"; - +@import "bootstrap"; #logo { margin: 20px; color: green; } - .server-thumbnail { margin: 15px; + cursor: pointer; +} +.server-name { + margin-top: 5px; + text-transform: uppercase; + font-size: 16px !important; + text-align: center; } diff --git a/web/app/views/servers/list.html.erb b/web/app/views/servers/list.html.erb index 2de515a..e019a2b 100644 --- a/web/app/views/servers/list.html.erb +++ b/web/app/views/servers/list.html.erb @@ -15,7 +15,7 @@
<%= image_tag('ubuntu.png', size: '128', class:"img-responsive" ) %>
-

<%= server.name %>

+

<%= server.name %>