Skip to content

Commit ab62878

Browse files
luigifabfballiano
authored andcommitted
Backend: Set width:auto for td.massaction (#2718)
1 parent c37562b commit ab62878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skin/adminhtml/default/default/boxes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ table.actions td { vertical-align:top; }
182182

183183
/* Grid - Mass Action */
184184
.massaction { width:100%; height:26px; border:1px solid #d1cfcf; border-bottom:none; background:url(images/massaction_bg.gif) repeat-x 0 100% #ebebeb; font-size:.9em; }
185-
.massaction td { width:50%; border-top:1px solid #fff; padding:1px 8px; vertical-align:middle; }
185+
.massaction td { width:auto; border-top:1px solid #fff; padding:1px 8px; vertical-align:middle; }
186186
.massaction .entry-edit fieldset .select { width:auto; /*width:120px;*/ display:inline; }
187187
.massaction .entry-edit fieldset select.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important }
188188
.massaction .entry-edit fieldset { margin:0; padding:0; background:none; border:none; }

0 commit comments

Comments
 (0)