| 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) |
| { |