fe6ad56241
Using it this way looks very fragile to me; let's just avoid this. Change-Id: I7459f3b215f5f9930287566a1bd946a94e9b343b Reviewed-on: https://gerrit.libreoffice.org/38512 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
35 lines
872 B
CSS
35 lines
872 B
CSS
.findReplaceVex .findreplacetable {
|
|
width: 100%;
|
|
}
|
|
.findReplaceVex .findreplacetable label, .findReplaceVex .findreplacetable input {
|
|
font-size: .9em;
|
|
width: 95%;
|
|
}
|
|
.findReplaceVex .vex-content{
|
|
width: 650px !important;
|
|
position: absolute !important;
|
|
z-index: 1100;
|
|
left: calc(50vw - 325px);
|
|
box-shadow: 0 4px 16px rgba(0,0,0,.2);
|
|
border: 1px solid rgba(0,0,0,.333);
|
|
}
|
|
.vex-dialog-message {
|
|
font-size: 1.2em;
|
|
}
|
|
.findReplaceVex .btnArrow {
|
|
float: left !important;
|
|
margin: 0px !important;
|
|
margin-right: 6px !important;
|
|
width: 20%;
|
|
}
|
|
.findReplaceVex .vex-dialog-button {
|
|
text-transform: initial !important;
|
|
}
|
|
.search-not-found {
|
|
background-color: red;
|
|
-webkit-transition: background-color 0.8s linear;
|
|
-moz-transition: background-color 0.8s linear;
|
|
-o-transition: background-color 0.8s linear;
|
|
transition: background-color 0.8s linear;
|
|
|
|
}
|