improved metacode set switcher styling
This commit is contained in:
parent
35985aecaa
commit
b7703e2a0f
2 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue