Project

General

Profile

« Previous | Next » 

Revision b58ec945

Added by Ohad Levy about 12 years ago

  • ID b58ec945c69f9f7368b8e04b6fb6ecd62ebc232b

[UI] - make sure settings intput fields do not resize incorecctly upon inline edit

View differences:

app/views/settings/index.html.erb
<% for setting in @settings %>
<tr class="<%= cycle("even", "odd") -%>">
<td><%=h setting.name %></td>
<td><%= value(setting) %></td>
<td class="setting_value"><%= value(setting) %></td>
<td><%=h setting.description %></td>
<td><%=h setting.category %></td>
</tr>
public/stylesheets/style.css
.table th{background: rgba(0, 0, 0, 0.08);}
.delete{color: #b94a48 !important;}
.delete{color: #b94a48 !important;}
.setting_value form { margin: 0 !important;}
}

Also available in: Unified diff