improved metacode set switcher styling

This commit is contained in:
Connor Turland 2014-06-10 13:13:21 -04:00
parent 35985aecaa
commit b7703e2a0f
2 changed files with 3 additions and 3 deletions

View file

@ -1707,7 +1707,7 @@ div.mapInfoStat {
}
.ui-tabs-vertical .ui-tabs-nav {
float: left;
width: 93px;
width: 100px;
background: none;
border: none;
font-size: 15px;
@ -1734,7 +1734,7 @@ div.mapInfoStat {
.ui-tabs-vertical .ui-tabs-panel {
padding: 5px !important;
float: right;
width: 400px;
width: 388px;
}
/* switch metacode set */

View file

@ -10,7 +10,7 @@
<h3>Edit Account</h3>
<%= form.input :name, label: "Name", class: "name" %>
<%= form.input :email, label: "Email", class: "email" %>
<%= form.input :password, label: "Password", class: "password" %>
<%= form.input :password, label: "Password", class: "password", :autocomplete => :off %>
<%= form.submit "Update", class: "update" %>
<% end %>