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

View File

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