##// END OF EJS Templates
Fixed drop down lists overflow on My account....
Jean-Philippe Lang -
r947:60c82a03dbdf
parent child
Show More
@@ -4,7 +4,10
4 <h2><%=l(:label_my_account)%></h2>
4 <h2><%=l(:label_my_account)%></h2>
5 <%= error_messages_for 'user' %>
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 <div class="splitcontentleft">
11 <div class="splitcontentleft">
9 <h3><%=l(:label_information_plural)%></h3>
12 <h3><%=l(:label_information_plural)%></h3>
10 <div class="box tabular">
13 <div class="box tabular">
@@ -124,7 +124,7 textarea.wiki-edit { width: 99%; }
124 li p {margin-top: 0;}
124 li p {margin-top: 0;}
125 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
125 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
126 .autoscroll {overflow-x: auto; padding:1px; width:100%;}
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 /***** Tabular forms ******/
129 /***** Tabular forms ******/
130 .tabular p{
130 .tabular p{
General Comments 0
You need to be logged in to leave comments. Login now