mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Added styles for new widget system group status
This commit is contained in:
parent
c2b5133ff2
commit
89a4e3667f
@ -4675,3 +4675,22 @@ a.up_arrow {
|
|||||||
tr:last-child > td > a.down_arrow, tr:first-child > td > a.up_arrow {
|
tr:last-child > td > a.down_arrow, tr:first-child > td > a.up_arrow {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.group_modules_status_box>tbody>tr>td{
|
||||||
|
border-bottom: 1px solid #E2E2E2;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing:0;
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.group_modules_status_div{
|
||||||
|
color: #FFF;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 1px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user