Skip to content

Commit dd13309

Browse files
authored
Merge pull request #14 from philkrie/master
Merging analytics and various tweaks
2 parents 6e03f23 + 66d349c commit dd13309

File tree

6 files changed

+637
-520
lines changed

6 files changed

+637
-520
lines changed

css/popup.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
height: 26px;
114114
}
115115

116-
.tooltip.detected__app {
116+
.app_tooltip{
117117
opacity: 0.5;
118118
}
119119

120-
.tooltip.detected__app:hover {
120+
.app_tooltip:hover {
121121
opacity: 1;
122122
}
123123

@@ -155,6 +155,8 @@ div.convertable_apps .detected__app {
155155

156156
.back-button {
157157
display: none;
158+
position: relative;
159+
bottom: 3px;
158160
}
159161

160162
.converter-tabs {
@@ -593,12 +595,12 @@ footer div a:hover {
593595
font-weight: normal;
594596
}
595597

596-
span.tooltip.detected__app {
598+
span.app_tooltip {
597599
display: inline;
598600
vertical-align: middle;
599601
}
600602

601-
span.tooltip.detected__app > object {
603+
span.app_tooltip > object {
602604
display: inline !important;
603605
}
604606

@@ -700,6 +702,7 @@ img.tooltip_image {
700702
/*border-bottom: 1px solid #DDDDDD !important;*/
701703
border-radius: 0px !important;
702704
padding: 0;
705+
display: inline-block;
703706
}
704707

705708
.ui-widget.ui-widget-content {

0 commit comments

Comments
 (0)