Add missing compiled css changes

This commit is contained in:
Hadi Nategh 2020-07-23 13:57:14 +02:00
parent 7942edb97b
commit a2e5dc6981
2 changed files with 7 additions and 4 deletions

View File

@ -49,7 +49,7 @@ tr.prefRow > td {
display: none;
width: 255px;
max-height: 99%;
height: calc(-51%);
height: calc(99% - 150px);
background-color: #f0f0ff;
padding: 5px;
top: 80px;
@ -73,6 +73,9 @@ tr.prefRow:hover .prefHelp {
.prefDefault {
float: right;
width: 48%;
overflow-x: hidden;
text-overflow: ellipsis;
max-width: 300px;
}
.prefValue textarea,
textarea.prefValue {
@ -89,7 +92,7 @@ textarea.prefValue {
width: 49%;
}
.prefApp {
width: 49.50%;
width: 49.5%;
}
#preferences-password .dialogHeader td {
text-align: center;

View File

@ -49,7 +49,7 @@ tr.prefRow > td {
display: none;
width: 255px;
max-height: 99%;
height: calc(-51%);
height: calc(99% - 150px);
background-color: #f0f0ff;
padding: 5px;
top: 80px;
@ -92,7 +92,7 @@ textarea.prefValue {
width: 49%;
}
.prefApp {
width: 49.50%;
width: 49.5%;
}
#preferences-password .dialogHeader td {
text-align: center;