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

Unified Diff: chrome/browser/resources/downloads/downloads.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: rebase 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/dialog.css ('k') | chrome/browser/resources/extensions_infobar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads/downloads.css
diff --git a/chrome/browser/resources/downloads/downloads.css b/chrome/browser/resources/downloads/downloads.css
index 763132c8a94cc5e9be25a75f2415cc8787a03baf..9b279f70dfc6bdf8edf063e82410fb9a0bb33e59 100644
--- a/chrome/browser/resources/downloads/downloads.css
+++ b/chrome/browser/resources/downloads/downloads.css
@@ -1,7 +1,6 @@
/* 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.
- */
+ * found in the LICENSE file. */
#downloads-summary {
background-color: rgb(235, 239, 249);
@@ -79,13 +78,13 @@ html[dir=rtl] .icon {
.download.otr > .show-dangerous {
-webkit-transition: opacity 150ms;
background: url('../shared/images/otr_icon_standalone.png')
- no-repeat 100% 100%;
+ no-repeat right bottom;
opacity: .66;
}
html[dir=rtl] .download.otr > .safe,
html[dir=rtl] .download.otr > .show-dangerous {
- background-position: 0% 100%;
+ background-position: left bottom;
}
.download.otr > .safe:hover,
« no previous file with comments | « chrome/browser/resources/dialog.css ('k') | chrome/browser/resources/extensions_infobar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698