Commit 3af64547 by EJ

right pane padding

parent 8e6dfb73
......@@ -97,7 +97,7 @@ button:hover{
display: flex;
flex-direction: column;
height: 100%;
width: 25%;
width: 30%;
background-image: linear-gradient(to bottom, #23569f, #00a8c0);
}
......@@ -181,7 +181,7 @@ button:hover{
/* For the viewer */
main#viewer {
position: absolute;
width: 75%;
width: 70%;
height: 100%;
}
......@@ -701,6 +701,7 @@ vertical-align: middle;
#Date{
width:100%;
height: 31px;
}
.fieldContainer {
......@@ -712,7 +713,7 @@ vertical-align: middle;
border-style: solid;
border-width: thin;
border-color:#446397;
padding: 10px 20px;
padding: 0px 0px 0px 4px;
flex-wrap: nowrap;
}
......@@ -738,7 +739,7 @@ vertical-align: middle;
}
.input-valid {
border-color: #000000 !important;
/* border-color: #000000 !important; */
border-style: solid;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment