From b7703e2a0f8b8b5ded73c9db1caf93df6874d9fa Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 10 Jun 2014 13:13:21 -0400 Subject: [PATCH] improved metacode set switcher styling --- app/assets/stylesheets/application.css | 4 ++-- app/views/users/edit.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d8f0f838..9a59cbe6 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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 */ diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index b5cbef16..79dde314 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -10,7 +10,7 @@

Edit Account

<%= 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 %>