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

Unified Diff: ui/webui/resources/css/chrome_shared.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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 | « ui/webui/resources/css/butter_bar.css ('k') | ui/webui/resources/css/chromeos/ui_account_tweaks.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/chrome_shared.css
diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css
index 1cbafdd7ec5eb4aba697271e4f62cbc98333d23f..25d595b5d13c3ccf3b12c7f8d44db496d5f98db7 100644
--- a/ui/webui/resources/css/chrome_shared.css
+++ b/ui/webui/resources/css/chrome_shared.css
@@ -69,8 +69,7 @@ a:active {
}
/* Elements that need to be LTR even in an RTL context, but should align
- * right. (Namely, URLs, search engine names, etc.)
- */
+ * right. (Namely, URLs, search engine names, etc.) */
html[dir='rtl'] .weakrtl {
direction: ltr;
text-align: right;
@@ -78,8 +77,7 @@ html[dir='rtl'] .weakrtl {
/* Input fields in search engine table need to be weak-rtl. Since those input
* fields are generated for all cr.ListItem elements (and we only want weakrtl
- * on some), the class needs to be on the enclosing div.
- */
+ * on some), the class needs to be on the enclosing div. */
html[dir='rtl'] div.weakrtl input {
direction: ltr;
text-align: right;
@@ -92,8 +90,7 @@ html[dir='rtl'] .favicon-cell.weakrtl {
/* weakrtl for selection drop downs needs to account for the fact that
* Webkit does not honor the text-align attribute for the select element.
- * (See Webkit bug #40216)
- */
+ * (See Webkit bug #40216) */
html[dir='rtl'] select.weakrtl {
direction: rtl;
}
@@ -104,8 +101,7 @@ html[dir='rtl'] select.weakrtl option {
/* WebKit does not honor alignment for text specified via placeholder attribute.
* This CSS is a workaround. Please remove once WebKit bug is fixed.
- * https://bugs.webkit.org/show_bug.cgi?id=63367
- */
+ * https://bugs.webkit.org/show_bug.cgi?id=63367 */
html[dir='rtl'] input.weakrtl::-webkit-input-placeholder,
html[dir='rtl'] .weakrtl input::-webkit-input-placeholder {
direction: rtl;
« no previous file with comments | « ui/webui/resources/css/butter_bar.css ('k') | ui/webui/resources/css/chromeos/ui_account_tweaks.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698