improved borders over CodeMirror and panels

This commit is contained in:
coderaiser 2012-09-10 11:11:49 -04:00
parent 5367452a8f
commit 1bffa3033e
4 changed files with 26 additions and 18 deletions

View file

@ -153,7 +153,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
}
#fm{
height: 90%;
margin: 10px;
margin: 26px;
}
.fm_header{
font-weight: bold;
@ -177,6 +177,8 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
}
.panel{
border: 1.5px solid rgba(49, 123, 249, .40);
/* remove default margins */
margin: 0 0 0 0;
overflow-y: auto;
width:46%;
}