-
-
-
+
+
0
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/skin/popup-layout.css b/src/skin/popup-layout.css
new file mode 100644
index 0000000000..803d44e488
--- /dev/null
+++ b/src/skin/popup-layout.css
@@ -0,0 +1,50 @@
+body {
+ overflow: hidden;
+ margin: 8px 8px 0;
+ padding: 0 7px;
+}
+
+.table {
+ display: table;
+}
+
+.table-row {
+ display: table-row;
+}
+
+.table-cell {
+ display: table-cell;
+}
+
+.container {
+ height: 38em;
+}
+
+.header {
+}
+
+.body {
+ height: 100%;
+}
+
+.body-content-outer-wrapper {
+ height: 100%;
+
+ vertical-align: middle;
+}
+
+.body-content-inner-wrapper {
+ height: 100%;
+ position: relative;
+ overflow: auto;
+
+ background-color: #e8e9ea;
+}
+
+.body-content {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+}
diff --git a/src/skin/popup.css b/src/skin/popup.css
index cdae4ff735..ab8514e104 100644
--- a/src/skin/popup.css
+++ b/src/skin/popup.css
@@ -59,13 +59,6 @@ a:hover { color: #ec9329 }
padding: .6em 1em;
}
-.spacer {
- height: 7px;
- width: 5px;
- display: block;
- clear: both;
-}
-
.click-nav ul {position:relative;font-weight:900;list-style-type:none;}
.click-nav ul li {position:relative;list-style:none;cursor:pointer;}
.click-nav ul li ul {position:relative;}
@@ -167,7 +160,8 @@ left: 0;
color: #505050;
font-size: 16px;
}
-#privacyBadgerHeader h2{
+
+#privacyBadgerHeader h2, h2#nothing-found {
margin: 5px;
padding-left: 5px;
float: left;
@@ -218,31 +212,23 @@ font-size: 16px;
background-color: #EC9329;
color: #333;
}
-.clickerContainer {
- max-height: 290px;
- overflow-y: auto;
- background-color: #E8E9EA;
- position: relative;
-}
+
.key {
- position: absolute;
- height: 25px;
- left: 0;
- right: 0;
- z-index: 30;
- background: #fefefe;
- padding-top: 4px;
- padding-left: 215px;
+ position: relative;
+ padding: 4px 0 5px 215px;
}
-.key img{
- margin-left: 19px;
+
+.key img {
+ margin-left: 19px;
}
-.key .tooltipContainer{
- position: absolute;
- left: 3px;
- top:-1;
- box-shadow: 0px 5px 5px #000;
+
+.key .tooltipContainer {
+ position: absolute;
+ left: 3px;
+ top: -1px;
+ box-shadow: 0px 5px 5px #000;
}
+
#instruction-outer {
display: none;
position: fixed;
@@ -285,9 +271,6 @@ font-size: 16px;
padding-right: 5px;
padding-top: 7px;
}
-.clickerContainer{
- margin-top: 25px;
-}
#pbInstructions{
color: #505050;
font-size: 16px;
diff --git a/src/skin/popup.html b/src/skin/popup.html
index c03e08fe36..3b1cbaf63f 100644
--- a/src/skin/popup.html
+++ b/src/skin/popup.html
@@ -26,6 +26,7 @@
+
@@ -62,25 +63,45 @@