Fix style issues

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-03-16 13:57:19 +01:00
parent d5a669cf95
commit 504fe5d83a
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
3 changed files with 39 additions and 39 deletions

View File

@ -4233,25 +4233,25 @@ body {
}
#tooltip_editor {
font-size:12px;
background-color: #FFFFFF;
opacity:0.95;
filter:alpha(opacity=95);
padding:5px;
font-size: 12px;
background-color: #fff;
opacity: 0.95;
filter: alpha(opacity=95);
padding: 5px;
}
#tooltip_font {
font-weight:bold;
font-weight: bold;
}
#selection_box {
z-index:1000;
height:205px;
position:absolute;
background-color:#87CEEB;
opacity:0.4;
filter:alpha(opacity=40);
pointer-events:none;
z-index: 1000;
height: 205px;
position: absolute;
background-color: #87ceeb;
opacity: 0.4;
filter: alpha(opacity=40);
pointer-events: none;
}
#filter_query_text {

View File

@ -3729,25 +3729,25 @@ body {
}
#tooltip_editor {
font-size:12px;
background-color: #FFFFFF;
opacity:0.95;
filter:alpha(opacity=95);
padding:5px;
font-size: 12px;
background-color: #fff;
opacity: 0.95;
filter: alpha(opacity=95);
padding: 5px;
}
#tooltip_font {
font-weight:bold;
font-weight: bold;
}
#selection_box {
z-index:1000;
height:205px;
position:absolute;
background-color:#87CEEB;
opacity:0.4;
filter:alpha(opacity=40);
pointer-events:none;
z-index: 1000;
height: 205px;
position: absolute;
background-color: #87ceeb;
opacity: 0.4;
filter: alpha(opacity=40);
pointer-events: none;
}
#filter_query_text {

View File

@ -4219,25 +4219,25 @@ body .ui-dialog {
}
#tooltip_editor {
font-size:12px;
background-color: #FFFFFF;
opacity:0.95;
filter:alpha(opacity=95);
padding:5px;
font-size: 12px;
background-color: #fff;
opacity: 0.95;
filter: alpha(opacity=95);
padding: 5px;
}
#tooltip_font {
font-weight:bold;
font-weight: bold;
}
#selection_box {
z-index:1000;
height:205px;
position:absolute;
background-color:#87CEEB;
opacity:0.4;
filter:alpha(opacity=40);
pointer-events:none;
z-index: 1000;
height: 205px;
position: absolute;
background-color: #87ceeb;
opacity: 0.4;
filter: alpha(opacity=40);
pointer-events: none;
}
#filter_query_text {