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

Unified Diff: chrome/browser/resources/old_webui.css

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads Created 9 years, 1 month 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/old_webui.css
diff --git a/chrome/browser/resources/webui.css b/chrome/browser/resources/old_webui.css
similarity index 50%
rename from chrome/browser/resources/webui.css
rename to chrome/browser/resources/old_webui.css
index 432924fca24f234bffdf797d02d1dfbc492f1413..6d8a76e886279b3598cc8ff836e67da1ca15aaed 100644
--- a/chrome/browser/resources/webui.css
+++ b/chrome/browser/resources/old_webui.css
@@ -1,12 +1,16 @@
/* Copyright (c) 2011 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.
+ *
+ * This file contains CSS shared by history and downloads. NOTE: These pages are
+ * overdue for a revamp so it's more or less deprecated to use or edit this
+ * file, or copy its contents.
*/
body {
background-color: white;
color: black;
- margin: 10px;
+ margin: 10px 10px 34px 10px;
Dan Beam 2011/11/10 09:30:47 You know <body> is not guaranteed to be 100% heigh
Evan Stade 2011/11/10 17:51:47 yes, I'm replacing the footer div with more margin
}
.header {
@@ -18,7 +22,8 @@ body {
float: left;
}
-html[dir='rtl'] .logo {
+html[dir='rtl'] .logo,
+html[dir='rtl'] .form {
float: right;
}
@@ -28,34 +33,8 @@ html[dir='rtl'] .logo {
margin-top: 22px;
}
-html[dir='rtl'] .form {
- float: right;
-}
-
.page-navigation {
-webkit-margin-end: 4px;
background-color: #ebeff9;
padding: 8px;
}
-
-.footer {
- height: 24px;
-}
-
-/* TODO(jhawkins): Refactor button styling and remove !important here. This is
- * currently necessary because individual page button element selectors have
- * higher specificity.
- */
-.link-button,
-.link-button:focus,
-.link-button:hover {
- -webkit-box-shadow: none !important;
- background: transparent none !important;
- border: none !important;
- cursor: pointer;
- text-decoration: underline;
-}
-
-.displaytable {
- display: table;
-}

Powered by Google App Engine
This is Rietveld 408576698