Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions src/components/Grid/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ body.fluent {
padding: 0px 9px 0px 0px !important;
}


/* When the browser is in responsive mode, all banner text is grouped into a popup menu for better mobile usability */
.popup-menu {
top: 60px;
Expand Down Expand Up @@ -1158,16 +1157,16 @@ body.fluent {
}

@media (min-width: 1023px) {
.e-menu-wrapper.e-popup.e-menu-popup,
.e-menu-container.e-popup.e-menu-popup {
margin-left: -5%;
top: 66px !important;
.e-template-menu.e-menu-wrapper.e-popup.e-menu-popup,
.e-template-menu.e-menu-container.e-popup.e-menu-popup {
margin-left: -5%;
top: 66px !important;
}
}


@media (min-width: 800px) and (max-width: 1024px) {
.e-menu-wrapper.e-popup.e-menu-popup {
.e-template-menu.e-menu-wrapper.e-popup.e-menu-popup {
margin-left: 5px !important;
}
}
Expand All @@ -1185,7 +1184,7 @@ body.fluent {
}
}

.e-menu-wrapper ul .e-menu-item .e-caret {
.e-template-menu.e-menu-wrapper ul .e-menu-item .e-caret {
top: 0px !important;
right: 0px !important;
}
Expand Down Expand Up @@ -1417,4 +1416,9 @@ hr.separator-line-mobile {
min-width: 550px;
margin-left: 5px;
margin-right: 5px;
}
}

#overviewgrid_edit .e-tbar-btn-text , #overviewgrid_delete .e-tbar-btn-text,
#overviewgrid_update .e-tbar-btn-text, #overviewgrid_cancel .e-tbar-btn-text {
display: none !important;
}
Loading
Loading