Skip to content

Commit

Permalink
Space fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Bournvita1998 <mohit.kuri@research.iiit.ac.in>
  • Loading branch information
Bournvita1998 committed Feb 26, 2019
1 parent 3d43286 commit d5a669c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions themes/metro/scss/_common.scss
Expand Up @@ -4233,25 +4233,25 @@ body {
}

#tooltip_editor {
font-size:12px;
font-size:12px;
background-color: #FFFFFF;
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 {
Expand Down
18 changes: 9 additions & 9 deletions themes/original/scss/_common.scss
Expand Up @@ -3729,25 +3729,25 @@ body {
}

#tooltip_editor {
font-size:12px;
font-size:12px;
background-color: #FFFFFF;
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 {
Expand Down
18 changes: 9 additions & 9 deletions themes/pmahomme/scss/_common.scss
Expand Up @@ -4219,25 +4219,25 @@ body .ui-dialog {
}

#tooltip_editor {
font-size:12px;
font-size:12px;
background-color: #FFFFFF;
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 {
Expand Down

0 comments on commit d5a669c

Please sign in to comment.