Skip to content

Commit ea8cce2

Browse files
author
mariannk
committed
Merge branch 'issue-1653-grid-styling-admin-area' into develop
2 parents 3e03ebb + cb4b7f2 commit ea8cce2

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;
@@ -367,9 +370,6 @@ td.k-state-focused.k-state-selected {
367370
.k-popup .k-list .k-item.k-state-focused {
368371
box-shadow: none;
369372
}
370-
.k-grid tbody td > .k-grid-delete {
371-
margin-top: 0;
372-
}
373373
.k-grid table tr:hover > td {
374374
background: #e3e3e3 !important;
375375
}

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;
@@ -377,9 +380,6 @@ td.k-state-focused.k-state-selected {
377380
.k-popup .k-list .k-item.k-state-focused {
378381
box-shadow: none;
379382
}
380-
.k-grid tbody td > .k-grid-delete {
381-
margin-top: 0;
382-
}
383383
.k-grid table tr:hover > td {
384384
background: #e3e3e3 !important;
385385
}

0 commit comments

Comments
 (0)