Added new updates acording to log.
This commit is contained in:
@@ -55,11 +55,11 @@ label {
|
||||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
th {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
padding: 10px 0 10px;
|
||||
background-color: #cccccc;
|
||||
text-align: center;
|
||||
@@ -69,7 +69,7 @@ th {
|
||||
}
|
||||
|
||||
td {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
padding: 10px 0 10px;
|
||||
text-align: center;
|
||||
border-right: solid 1px #bbbbbb;
|
||||
@@ -81,7 +81,7 @@ td {
|
||||
color: #F44336;
|
||||
position: relative;
|
||||
min-height: 18px;
|
||||
font-size: 12px;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 993px) {
|
||||
@@ -89,3 +89,24 @@ td {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
.input-field .helper-text {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.input-field > label:not(.label-icon).active {
|
||||
-webkit-transform: translateY(-14px);
|
||||
transform: translateY(-14px);
|
||||
}
|
||||
|
||||
.file-field .file-path-wrapper {
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
#advanced-tree-expand {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
}
|
||||
|
||||
.wider-container {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user