diff --git a/admin/css/pearFrame.css b/admin/css/pearFrame.css index bf504a2..817e50c 100644 --- a/admin/css/pearFrame.css +++ b/admin/css/pearFrame.css @@ -16,10 +16,25 @@ display: inline-block; } - + .pear-frame .title{ + position: absolute; + margin-top: 0px; + margin-left: 12px; + color: dimgray; + display: inline-block; + letter-spacing:2px; + } + + .pear-frame .pear-frame-title{ + height: 40px; + line-height: 40px; + background-color: white; + border: whitesmoke 1px solid; + } + .pear-frame .pear-frame-content{ width: 100%; - height: 100%!important; + height: calc(100% - 45px)!important; } .pear-frame-loading { @@ -27,6 +42,7 @@ display: none; width: 100%; height: 100%; + top: 0px; z-index: 19; background-color: #fff }