mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
added panel borders
This commit is contained in:
parent
29817debad
commit
463a393da1
1 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue