added panel borders

This commit is contained in:
coderaiser 2012-09-07 05:50:06 -04:00
parent 29817debad
commit 463a393da1

View file

@ -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;