mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
fix alignment
This commit is contained in:
parent
7dd2a3ab38
commit
5beb4b757c
|
|
@ -9,6 +9,15 @@
|
||||||
padding: .7rem 1rem .7rem 1rem;
|
padding: .7rem 1rem .7rem 1rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
&> span {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.portlet-foot {
|
.portlet-foot {
|
||||||
|
|
|
||||||
|
|
@ -3843,6 +3843,11 @@ span.tag {
|
||||||
padding: .7rem 1rem .7rem 1rem;
|
padding: .7rem 1rem .7rem 1rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
display: flex; }
|
display: flex; }
|
||||||
|
.portlet .portlet-head > span {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center; }
|
||||||
|
.portlet .portlet-head > span > a {
|
||||||
|
display: inherit; }
|
||||||
.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