mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
[Legacy] Activity Stream Mobile Styling Fixes
This commit is contained in:
parent
c18cf67c48
commit
a86e80f303
2 changed files with 40 additions and 0 deletions
|
@ -179,4 +179,5 @@
|
|||
@import '../suitep-base/sales-settings-mobile.scss';
|
||||
@import '../suitep-base/history-subpanel-mobile.scss';
|
||||
@import '../suitep-base/maps-quickradius.scss';
|
||||
@import '../suitep-base/activity-stream-mobile.scss';
|
||||
//
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
@media (max-width: 750px) {
|
||||
.activity-stream {
|
||||
.moduleTitle {
|
||||
width: 100%;
|
||||
padding-bottom: 2.5em;
|
||||
}
|
||||
.action-button {
|
||||
margin-top: 2.5em;
|
||||
}
|
||||
table.view {
|
||||
tr td {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.edit tr {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 750px) and (max-width: 767px) {
|
||||
.activity-stream {
|
||||
.moduleTitle {
|
||||
width: 100%;
|
||||
padding-bottom: 2.5em;
|
||||
}
|
||||
.action-button {
|
||||
margin-top: 2.5em;
|
||||
}
|
||||
table.view {
|
||||
tr td {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.edit tr {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue