Revision 960
Added by Jean-Philippe Lang over 17 years ago
trunk/app/views/my/account.rhtml | ||
---|---|---|
4 | 4 |
<h2><%=l(:label_my_account)%></h2> |
5 | 5 |
<%= error_messages_for 'user' %> |
6 | 6 |
|
7 |
<% form_for :user, @user, :url => { :action => "account" }, :builder => TabularFormBuilder, :lang => current_language do |f| %> |
|
7 |
<% form_for :user, @user, :url => { :action => "account" }, |
|
8 |
:builder => TabularFormBuilder, |
|
9 |
:lang => current_language, |
|
10 |
:html => { :id => 'my_account_form' } do |f| %> |
|
8 | 11 |
<div class="splitcontentleft"> |
9 | 12 |
<h3><%=l(:label_information_plural)%></h3> |
10 | 13 |
<div class="box tabular"> |
trunk/public/stylesheets/application.css | ||
---|---|---|
124 | 124 |
li p {margin-top: 0;} |
125 | 125 |
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;} |
126 | 126 |
.autoscroll {overflow-x: auto; padding:1px; width:100%;} |
127 |
#user_firstname, #user_lastname, #user_mail, #notification_option { width: 90%; }
|
|
127 |
#user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
|
|
128 | 128 |
|
129 | 129 |
/***** Tabular forms ******/ |
130 | 130 |
.tabular p{ |
Also available in: Unified diff
Fixed drop down lists overflow on My account.