mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
add plain portlet
This commit is contained in:
parent
f448c7eeef
commit
e2217ee1de
|
|
@ -23,6 +23,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.plain-portlet {
|
||||
box-sizing: border-box;
|
||||
margin-top: 1rem;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.portlet-body {
|
||||
background: #fff;
|
||||
padding: 1rem;
|
||||
|
|
|
|||
|
|
@ -4439,6 +4439,11 @@ span.tag {
|
|||
border-top: 1px solid #ebedf2;
|
||||
padding: 1rem; }
|
||||
|
||||
.plain-portlet {
|
||||
box-sizing: border-box;
|
||||
margin-top: 1rem;
|
||||
overflow-x: auto; }
|
||||
|
||||
.portlet-body {
|
||||
background: #fff;
|
||||
padding: 1rem; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user