File tree Expand file tree Collapse file tree 6 files changed +637
-520
lines changed Expand file tree Collapse file tree 6 files changed +637
-520
lines changed Original file line number Diff line number Diff line change 113
113
height : 26px ;
114
114
}
115
115
116
- .tooltip . detected__app {
116
+ .app_tooltip {
117
117
opacity : 0.5 ;
118
118
}
119
119
120
- .tooltip . detected__app : hover {
120
+ .app_tooltip : hover {
121
121
opacity : 1 ;
122
122
}
123
123
@@ -155,6 +155,8 @@ div.convertable_apps .detected__app {
155
155
156
156
.back-button {
157
157
display : none;
158
+ position : relative;
159
+ bottom : 3px ;
158
160
}
159
161
160
162
.converter-tabs {
@@ -593,12 +595,12 @@ footer div a:hover {
593
595
font-weight : normal;
594
596
}
595
597
596
- span .tooltip . detected__app {
598
+ span .app_tooltip {
597
599
display : inline;
598
600
vertical-align : middle;
599
601
}
600
602
601
- span .tooltip . detected__app > object {
603
+ span .app_tooltip > object {
602
604
display : inline !important ;
603
605
}
604
606
@@ -700,6 +702,7 @@ img.tooltip_image {
700
702
/*border-bottom: 1px solid #DDDDDD !important;*/
701
703
border-radius : 0px !important ;
702
704
padding : 0 ;
705
+ display : inline-block;
703
706
}
704
707
705
708
.ui-widget .ui-widget-content {
You can’t perform that action at this time.
0 commit comments