Merge pull request #24 from ZeusWPI/21/buttons

21/buttons
This commit is contained in:
benji 2015-02-19 17:18:51 +01:00
commit f2626ef16f
3 changed files with 7 additions and 2 deletions

View file

@ -110,3 +110,7 @@ footer ul li {
text-align: bottom;
}
.nav-logo{
margin:10px;
font-size:30px;
}

View file

@ -2,7 +2,8 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.form-control.input-lg{
height:65px;
height:66px;
text-align: center;
}
.big-form-button{
height:65px;

View file

@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<%= link_to "Taþ", root_path, class: "navbar-brand" %>
<%= link_to "Taþ", root_path, class: "navbar-brand nav-logo" %>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->