forked from extern/egroupware
Add missing compiled css changes
This commit is contained in:
parent
7942edb97b
commit
a2e5dc6981
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user