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

Unified Diff: chrome/browser/resources/chromeos/mobile_dialogs.css

Issue 9864032: [WebUI] Fix all CSS nits in chrome/browser/resources/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing screen_account_picker.css Created 8 years, 9 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
« no previous file with comments | « chrome/browser/resources/chromeos/menu.css ('k') | chrome/browser/resources/chromeos/network_menu.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/mobile_dialogs.css
diff --git a/chrome/browser/resources/chromeos/mobile_dialogs.css b/chrome/browser/resources/chromeos/mobile_dialogs.css
index 92916a900ebb284b16b6997a6156250d3a7db91a..9c96e68feff9c4a7917101abb007294ee39e3808 100644
--- a/chrome/browser/resources/chromeos/mobile_dialogs.css
+++ b/chrome/browser/resources/chromeos/mobile_dialogs.css
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
body {
cursor: default;
font-size: 13px;
@@ -6,10 +11,10 @@ body {
.container {
-webkit-box-align: center;
-webkit-box-pack: center;
+ bottom: 0;
display: -webkit-box;
- position: fixed;
left: 0;
- bottom: 0;
+ position: fixed;
right: 0;
top: 0;
}
@@ -25,7 +30,7 @@ body {
.dialog h1 {
background: -webkit-linear-gradient(white, #F8F8F8);
border-bottom: 1px solid rgba(188, 193, 208, .5);
- color: #53637d;
+ color: rgb(83, 99, 125);
font-size: 105%;
font-weight: bold;
margin: 0;
« no previous file with comments | « chrome/browser/resources/chromeos/menu.css ('k') | chrome/browser/resources/chromeos/network_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698