We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d7014 commit 6b406f6Copy full SHA for 6b406f6
1 file changed
ui/css/cloudstack3.css
@@ -7974,6 +7974,15 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t
7974
.multi-edit .header-fields input[type=submit] {
7975
}
7976
7977
+/* Sortable */
7978
+.multi-edit table tbody tr td.reorder,
7979
+.multi-edit table thead tr th.reorder {
7980
+ width: 30px !important;
7981
+ min-width: 30px !important;
7982
+ max-width: 30px !important;
7983
+}
7984
+
7985
7986
/*Security Rules*/
7987
.security-rules .multi-edit input {
7988
width: 69px;
0 commit comments