cfmgrv3/public/css/admin/header.css
2023-06-19 13:06:49 +09:00

15 lines
308 B
CSS

div#main div#content div.header{
border-radius: 10px;
border: 1px solid silver;
background-color: #e7e7e7;
}
div#main div#content div.header div.header-head{
padding:10px;
}
div#main div#content div.header div.header-body{
padding:10px;
border-radius: 0px 0px 10px 10px;
background-color:white;
}