Skip to content

Commit

Permalink
Fixed localization and some little stuff on user profile edit
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Sep 2, 2010
1 parent 635d25e commit 5c340ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
4 changes: 2 additions & 2 deletions apps/users/templates/users/edit.html
Expand Up @@ -10,7 +10,7 @@
{% block content %}
<div class="primary" role="main">
{% include "messages.html" %}
<h1>{{ _('Account Settings') }}</h1>
<h2>{{ _('Account Settings') }}</h2>
<form method="post" action="" class="user-input"
enctype="multipart/form-data">
{{ csrf() }}
Expand Down Expand Up @@ -163,7 +163,7 @@ <h1>{{ _('Account Settings') }}</h1>
<li>
<label for="id_display_collections_fav" class="check">
{{ form.display_collections_fav|safe }}
{{ _('Display my favorite collections') }}
{{ _('Display collections I&quot;m following') }}
</label>
{{ form.display_collections_fav.errors|safe }}
</li>
Expand Down
27 changes: 0 additions & 27 deletions media/css/zamboni/tabs.css
Expand Up @@ -77,30 +77,3 @@
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

/** Overrides for tabs within tabs *********/
.tab-wrapper .tab-wrapper {
background: transparent;
border: 0;
}

.tab-wrapper .tab-wrapper .tab-nav {
position: static;
margin-bottom: -1px;
}

.tab-wrapper .tab-wrapper .tab-nav a {
color: #235;
font-weight: normal;
font-size: 12px;
background: #b5d9e5;
padding: .25em 12px;
border: 1px solid #26395a;
}

.tab-wrapper .tab-wrapper .tab-nav .tab-selected a {
color: #26395a;
font-weight: bold;
border: 1px solid #26395a;
border-bottom: 1px solid white;
}
1 change: 1 addition & 0 deletions media/css/zamboni/zamboni.css
Expand Up @@ -1188,6 +1188,7 @@ form .error .note.error {

#user-profile .trans {
width: 100%;
-moz-box-sizing: border-box;
}

.html-rtl #user-edit #acct-notify {
Expand Down

0 comments on commit 5c340ba

Please sign in to comment.