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

Unified Diff: chrome/browser/resources/cloud_print/cloud_print_setup_done.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files 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
Index: chrome/browser/resources/cloud_print/cloud_print_setup_done.css
diff --git a/chrome/browser/resources/cloud_print/cloud_print_setup_done.css b/chrome/browser/resources/cloud_print/cloud_print_setup_done.css
index eb6d6ec05fe686d33be1c121ab5ae1b518033144..731c3573cc759fb29cfe9fced45e57946cda6f54 100644
--- a/chrome/browser/resources/cloud_print/cloud_print_setup_done.css
+++ b/chrome/browser/resources/cloud_print/cloud_print_setup_done.css
@@ -1,13 +1,12 @@
-/*
- * Copyright (c) 2012 The Chromium Authors. All rights reserved.
+/* 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.
*/
Evan Stade 2012/04/03 02:59:48 poop
Dan Beam 2012/04/03 04:15:06 Done.
body {
- background: #FFFFFF;
- margin: 10px 15px;
-webkit-user-select: none;
+ background: #fff;
Evan Stade 2012/04/03 02:59:48 white
Dan Beam 2012/04/03 04:15:06 Done.
+ margin: 10px 15px;
}
.cloudprint-success-header {
@@ -16,8 +15,8 @@ body {
}
.cloudprint-success-image {
- text-align: center;
margin: 20px;
+ text-align: center;
}
#message {
@@ -25,25 +24,25 @@ body {
}
.cloudprint-success-footer {
- position: fixed;
+ bottom: 0;
font-size: 1.2em;
- right: 0px;
- bottom: 0px;
- margin-right: 10px;
margin-bottom: 10px;
+ margin-right: 10px;
+ position: fixed;
+ right: 0;
}
html[dir='rtl'] .cloudprint-success-footer {
- text-align: left;
- left: 0px;
- bottom: 0px;
+ bottom: 0;
+ left: 0;
margin-left: 20px;
+ text-align: left;
}
.button {
<if expr="is_macosx">
font-size: 12pt;
</if>
- min-width: 87px;
min-height: 26px;
+ min-width: 87px;
}

Powered by Google App Engine
This is Rietveld 408576698