Skip to content

Commit cb4b7f2

Browse files
author
mariannk
committed
#1653 Fixed spaces between buttons in grid
1 parent 853896a commit cb4b7f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Presentation/Nop.Web/Administration/Content/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ table.adminContent {
186186
box-shadow: none;
187187
-webkit-box-shadow: none;
188188
}
189+
.k-grid .k-button, .k-grid tbody td > .k-grid-delete, table .btn {
190+
margin: 2px;
191+
}
189192
.k-picker-wrap.k-state-default,
190193
.k-numeric-wrap.k-state-default {
191194
border-radius: 0;
@@ -329,9 +332,6 @@ td.k-state-focused.k-state-selected {
329332
.k-popup .k-list .k-item.k-state-focused {
330333
box-shadow: none;
331334
}
332-
.k-grid tbody td > .k-grid-delete {
333-
margin-top: 0;
334-
}
335335
.k-grid table tr:hover > td {
336336
background: #e3e3e3 !important;
337337
}

src/Presentation/Nop.Web/Administration/Content/styles.rtl.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ table.adminContent {
193193
box-shadow: none;
194194
-webkit-box-shadow: none;
195195
}
196+
.k-grid .k-button, .k-grid tbody td > .k-grid-delete, table .btn {
197+
margin: 2px;
198+
}
196199
.k-picker-wrap.k-state-default,
197200
.k-numeric-wrap.k-state-default {
198201
border-radius: 0;
@@ -336,9 +339,6 @@ td.k-state-focused.k-state-selected {
336339
.k-popup .k-list .k-item.k-state-focused {
337340
box-shadow: none;
338341
}
339-
.k-grid tbody td > .k-grid-delete {
340-
margin-top: 0;
341-
}
342342
.k-grid table tr:hover > td {
343343
background: #e3e3e3 !important;
344344
}

0 commit comments

Comments
 (0)