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
|
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||||
* listed below.
|
* listed below.
|
||||||
@@ -13,13 +12,18 @@
|
|||||||
*
|
*
|
||||||
*= require active_scaffold
|
*= require active_scaffold
|
||||||
*/
|
*/
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
.server-thumbnail {
|
.server-thumbnail {
|
||||||
margin: 15px;
|
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">
|
<div class="thumbnail">
|
||||||
<%= image_tag('ubuntu.png', size: '128', class:"img-responsive" ) %>
|
<%= image_tag('ubuntu.png', size: '128', class:"img-responsive" ) %>
|
||||||
<div class="caption text-md-center" >
|
<div class="caption text-md-center" >
|
||||||
<h3><%= server.name %></h3>
|
<h3 class="server-name"><%= server.name %></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user