Merge "Clarify the ambiguity of the "more actions" dropdown."
This commit is contained in:
commit
b8071bcce7
@ -1,4 +1,4 @@
|
||||
{% load horizon %}
|
||||
{% load horizon i18n %}
|
||||
|
||||
{% spaceless %} {# This makes sure whitespace doesn't affect positioning for dropdown. #}
|
||||
{% if row_actions|length > 1 %}
|
||||
@ -6,7 +6,8 @@
|
||||
{% for action in row_actions %}
|
||||
{% if forloop.first %}
|
||||
{% include "horizon/common/_data_table_row_action.html" %}
|
||||
<a class="btn dropdown-toggle {{ action.class_string|safe }}" data-toggle="dropdown" href="#">
|
||||
<a class="btn btn-small dropdown-toggle {{ action.class_string|safe }}" data-toggle="dropdown" href="#">
|
||||
{% trans "More" %}
|
||||
<span class="caret"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu row_actions clearfix">
|
||||
|
@ -828,17 +828,14 @@ td.select {
|
||||
/* Actions dropdown */
|
||||
|
||||
td.actions_column {
|
||||
width: 150px;
|
||||
white-space: nowrap;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
min-width: 140px;
|
||||
min-height: 20px;
|
||||
width: 200px;
|
||||
}
|
||||
#floating_ips td.actions_column {
|
||||
width: 180px;
|
||||
}
|
||||
#instances td.actions_column {
|
||||
width: 175px;
|
||||
|
||||
td.actions_column .btn-group {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
td.actions_column .row_actions a,
|
||||
|
Loading…
Reference in New Issue
Block a user