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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css

Issue 2362673004: Aligns text to braille in chromevox. (Closed)
Patch Set: Addressed all presubmit issues. Created 4 years, 3 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/chromeos/chromevox/cvox2/background/panel.css
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
index 71a19af78a5d1f2144b0879b561123ef64bb564c..04b55f67790514697c631a617b4db9e40f488b9b 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
@@ -298,3 +298,15 @@ button {
margin: 0 24px;
width: 8em;
}
+table {
dmazzoni 2016/09/26 04:53:49 nit: blank line before Also make this: table#brai
ultimatedbz 2016/09/27 22:56:24 Done.
+ border: none;
+ border-spacing: 0;
+}
+
+table * {
dmazzoni 2016/09/26 04:53:49 Same here, and below
ultimatedbz 2016/09/27 22:56:24 Done.
+ color: #fff;
+}
+
+table tr:first-child {
+ font-size: 85%;
+}

Powered by Google App Engine
This is Rietveld 408576698