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