mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
fix search bar margin
This commit is contained in:
parent
5beb4b757c
commit
afca381d01
|
|
@ -18,6 +18,10 @@
|
|||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.portlet-foot {
|
||||
|
|
|
|||
|
|
@ -3848,6 +3848,8 @@ span.tag {
|
|||
align-items: center; }
|
||||
.portlet .portlet-head > span > a {
|
||||
display: inherit; }
|
||||
.portlet .portlet-head form {
|
||||
margin-left: 1rem; }
|
||||
.portlet .portlet-foot {
|
||||
background: #fff;
|
||||
border-top: 1px solid #ebedf2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user