Design adjusts
This commit is contained in:
@@ -46,6 +46,7 @@ h3 {
|
|||||||
.divHeader {
|
.divHeader {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
height: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divHeader a {
|
.divHeader a {
|
||||||
@@ -68,7 +69,7 @@ h3 {
|
|||||||
.divContent {
|
.divContent {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
box-shadow: 0 0 10px black inset;
|
box-shadow: 0 0 10px black inset;
|
||||||
height: calc(100% - 41px);
|
height: calc(100% - 38px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -121,7 +122,7 @@ h3 {
|
|||||||
line-height: 13px;
|
line-height: 13px;
|
||||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 3px;
|
padding: 2px;
|
||||||
box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 1), inset 0 2px 5px rgba(128, 128, 128, 1);
|
box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 1), inset 0 2px 5px rgba(128, 128, 128, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user