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

Unified Diff: skin/firstRun.css

Issue 29321336: Issue 2381 - Added share overlay to options page (Closed)
Patch Set: Rebased to 4a68f2a456d6 and set strict mode in common.js Created Sept. 23, 2015, 1:54 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
« no previous file with comments | « skin/common.css ('k') | skin/options.css » ('j') | 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
@@ -537,49 +537,6 @@
height: 82px;
}
-#glass-pane, #share-popup
-{
- visibility: hidden;
- opacity: 0;
- -webkit-transition-property: opacity;
- transition-property: opacity;
-}
-
-#glass-pane
-{
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5) url(ajax-loader.gif) no-repeat 50% 50%;
- z-index: 101;
- -webkit-transition-duration: 0.2s;
- transition-duration: 0.2s;
-}
-
-#share-popup
-{
- position: absolute;
- top: 50%;
- left: 50%;
- border: none;
- -webkit-transition-delay: 0.1s;
- transition-delay: 0.1s;
-}
-
-#glass-pane.visible, #share-popup.visible
-{
- visibility: visible;
- opacity: 1;
-}
-
-#share-popup.visible
-{
- -webkit-transition-duration: 0.15s;
- transition-duration: 0.15s;
-}
-
/* Change order of the blocks for French */
#content:lang(fr)
{
« no previous file with comments | « skin/common.css ('k') | skin/options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld