fixed cursor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="thumbnail">
|
||||
<%= image_tag('ubuntu.png', size: '128', class:"img-responsive" ) %>
|
||||
<div class="caption text-md-center" >
|
||||
<h3><%= server.name %></h3>
|
||||
<h3 class="server-name"><%= server.name %></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user