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

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

Issue 2935011: Initial accounts options page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: use ListItem directly for now per arv Created 10 years, 5 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/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index b515d01938a0255c2b96f6054139fc6a5de8a6b7..e75667bd27101a155b9c4b7cf7b65e64dd11afdf 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -16,6 +16,32 @@
bottom: 0;
}
+.overlay {
+ position: fixed;
+ left: 0;
+ right: 0;
+ background: rgba(0, 0, 0, .5);
+ top: 0;
+ bottom: 0;
+ z-index: 10;
+ padding: 20px;
+}
+
+#close-overlay {
+ float: right;
+ position: relative;
+ right: -20px;
+ top: -20px;
+ width: 20px;
+ height: 20px;
+}
+
+#overlayview {
+ background: white;
+ border-radius: 5px;
+ padding: 30px;
+}
+
#navbar-container {
background: -webkit-gradient(linear,
left top,
@@ -99,7 +125,7 @@ section {
}
section > h3 {
- font-weight: bold;
+ font-weight: bold;
float: left;
width: 150px;
font-size: 75%;
« no previous file with comments | « chrome/browser/resources/options/chromeos_accounts_user_list.js ('k') | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698