Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/firstRun.css

Issue 8615139: adblockpluschrome: Open share page in lightbox (Closed)
Patch Set: Created Oct. 24, 2012, 2:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« firstRun.js ('K') | « firstRun.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/firstRun.css
===================================================================
--- a/skin/firstRun.css
+++ b/skin/firstRun.css
@@ -114,6 +114,25 @@
background-image: url(/skin/twitter.png);
}
+.share-popup-glass-pane
+{
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
Wladimir Palant 2012/10/25 07:12:00 I think that percentage width/height are a bit pro
+ background: rgba(0, 0, 0, 0.5);
+ display: none;
+}
+
+.share-popup
+{
+ width: 550px;
+ height: 550px;
Wladimir Palant 2012/10/25 07:12:00 A hardcoded size? Is it guaranteed to match pop-up
Felix Dahlke 2012/10/25 09:58:28 Too bad, seems like I can't use iframe.contentDocu
+ border: none;
+ display: none;
+}
+
/* Adjust font size on smaller screens */
@media (max-height: 800px)
{
« firstRun.js ('K') | « firstRun.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld