Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4754)

Unified Diff: chrome/browser/resources/options2/options_page.css

Issue 9560005: [uber page] Merge advanced options page into browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase again. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/options_page.css
===================================================================
--- chrome/browser/resources/options2/options_page.css (revision 124465)
+++ chrome/browser/resources/options2/options_page.css (working copy)
@@ -107,8 +107,7 @@
-webkit-box-flex: 1;
}
-.frozen,
-.subpage-sheet-container.frozen {
+.frozen {
position: fixed;
}
@@ -170,31 +169,6 @@
padding-bottom: 20px;
}
-#subpage-backdrop {
- background: black;
- bottom: 0;
- cursor: pointer;
- left: 0;
- opacity: 0.3;
- position: fixed;
- right: 0;
- top: 0;
-}
-
-#subpage-backdrop:hover {
- background: #424242;
-}
-
-.subpage-sheet-container {
- -webkit-transition: 250ms opacity, 100ms padding-left, 100ms padding-right;
- box-sizing: border-box;
- left: 0;
- min-height: 100%;
- position: absolute;
- right: 0;
- top: 0;
-}
-
/* Omit top padding (currently only on #settings) whenever the search page is
* showing.
*/
@@ -202,43 +176,6 @@
padding-top: 0;
}
-#subpage-sheet-container-1 {
- -webkit-padding-start: 52px;
- z-index: 5;
-}
-
-#subpage-sheet-container-1 header {
- left: 72px;
- right: 72px;
-}
-
-.subpage-sheet {
- -webkit-margin-start: -155px;
- background-color: white;
- box-shadow: #666 0 2px 5px;
- box-sizing: border-box;
- min-height: 100%;
- min-width: 651px;
-}
-
-/* Special shadow for only first subpage sheet. */
-#subpage-sheet-1 {
- box-shadow: 0 0 17px rgba(0, 0, 0, 0.3), 0 0 57px rgba(0, 0, 0, 0.3);
-}
-
-.subpage-sheet-contents {
- box-sizing: border-box;
- max-width: 900px;
- min-height: 100%;
- min-width: 650px;
- padding: 0 20px;
- width: 95%;
-}
-
-.subpage-sheet-contents .page {
- z-index: 1;
-}
-
.managed-prefs-banner {
-webkit-transition-duration: 200ms;
-webkit-transition-property: height;
« no previous file with comments | « chrome/browser/resources/options2/options_bundle.js ('k') | chrome/browser/resources/options2/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698