mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Homepage Mobile Changes
This commit is contained in:
parent
e1e15fb69c
commit
63508b78b8
3 changed files with 48 additions and 0 deletions
|
@ -90,11 +90,13 @@
|
|||
@import '../suitep-base/login';
|
||||
@import '../suitep-base/forms';
|
||||
@import '../suitep-base/dashboard';
|
||||
@import '../suitep-base/dashboard-mobile';
|
||||
@import '../suitep-base/listview';
|
||||
@import '../suitep-base/listview-mobile';
|
||||
@import '../suitep-base/detailview';
|
||||
@import '../suitep-base/editview';
|
||||
@import '../suitep-base/tabs';
|
||||
@import '../suitep-base/tabs-mobile';
|
||||
@import '../suitep-base/panels';
|
||||
@import '../suitep-base/admin';
|
||||
@import '../suitep-base/campaigns';
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
@media (max-width: 750px) {
|
||||
.dashletcontainer {
|
||||
float: left;
|
||||
}
|
||||
.dashletPanel {
|
||||
overflow: auto;
|
||||
}
|
||||
.dashboardTabList {
|
||||
display: none;
|
||||
}
|
||||
.dashletPanel::-webkit-scrollbar-track {
|
||||
background: $dashboard-scrollbar-bg;
|
||||
}
|
||||
.dashletPanel::-webkit-scrollbar-thumb {
|
||||
background-color: $dashboard-scroll;
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
27
public/legacy/themes/suite8/css/suitep-base/tabs-mobile.scss
Normal file
27
public/legacy/themes/suite8/css/suitep-base/tabs-mobile.scss
Normal file
|
@ -0,0 +1,27 @@
|
|||
@media (max-width: 750px) {
|
||||
#dashboard {
|
||||
#tab-actions > ul.dropdown-menu {
|
||||
left: 0;
|
||||
min-width: 131px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
ul.nav-dashboard {
|
||||
li {
|
||||
margin-bottom: 0;
|
||||
a.first-tab-xs {
|
||||
background: $dashboard-titlt-bg !important;
|
||||
padding: 11px;
|
||||
}
|
||||
}
|
||||
li.active {
|
||||
a {
|
||||
background: $dashboard-toolbar-bg;
|
||||
padding: 11px;
|
||||
}
|
||||
}
|
||||
span.suitepicon-action-caret {
|
||||
font-size: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue