diff --git a/css/style.css b/css/style.css index fd8d50b6..a8a488f5 100644 --- a/css/style.css +++ b/css/style.css @@ -152,7 +152,8 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; background-position: 0 0; } #fm{ - height:90%; + height: 90%; + margin: 10px; } .fm_header{ font-weight: bold; @@ -173,11 +174,12 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; color:white; } #right{ - float:right; + float:right; } .panel{ - overflow-y: auto; - width:46%; + border: 1.5px solid rgba(49, 123, 249, .40); + overflow-y: auto; + width:46%; } #keyspanel{ text-align: center;