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

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

Issue 2362673004: Aligns text to braille in chromevox. (Closed)
Patch Set: fixed test Created 4 years, 2 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..a24a10c00f71a40fbfbba3fa0cec622bbc2ed559 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css
@@ -298,3 +298,16 @@ button {
margin: 0 24px;
width: 8em;
}
+
+table#braille-table {
+ border: none;
+ border-spacing: 0;
+}
+
+table#braille-table * {
+ color: #fff;
+}
+
+table#braille-table tr:first-child {
+ font-size: 85%;
+}

Powered by Google App Engine
This is Rietveld 408576698