mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 06:32:49 +01:00
Added clearfix to box elements
This commit is contained in:
22
dist/css/AdminLTE.css
vendored
22
dist/css/AdminLTE.css
vendored
@@ -1571,20 +1571,26 @@ a:focus {
|
||||
.box .overlay.dark {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.box-header:before,
|
||||
.box-body:before,
|
||||
.box-footer:before,
|
||||
.box-header:after,
|
||||
.box-body:after,
|
||||
.box-footer:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.box-header:after,
|
||||
.box-body:after,
|
||||
.box-footer:after {
|
||||
clear: both;
|
||||
}
|
||||
.box-header {
|
||||
color: #444;
|
||||
display: block;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
}
|
||||
.box-header:before,
|
||||
.box-header:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.box-header:after {
|
||||
clear: both;
|
||||
}
|
||||
.box-header.with-border {
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user