Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/desktop-options.css

Issue 29655630: Issue 5873 - Show original subscription title in languages table (Closed)
Patch Set: Created Jan. 8, 2018, 12:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locale/en_US/desktop-options.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -887,12 +887,12 @@
border-bottom: 0px;
}
-li .display
+.list li > span
{
margin: 0rem 1rem;
}
-.table.list li .display
+.table.list li > span
{
flex: 1;
margin: 0rem;
@@ -982,7 +982,7 @@
-webkit-margin-end: 1.8rem;
}
-.table.cols .display
+.table.cols > span
{
margin: 0rem;
}
@@ -1030,12 +1030,13 @@
background-color: #E1F2FA;
}
-#dialog .table.list li button[aria-checked="true"]
+#dialog .table.list li button[aria-checked="true"],
+.table.list li .dimmed
{
color: #BBB;
}
-#dialog .table.list li button .display
+#dialog .table.list li button > span
{
flex: none;
margin: 0rem 0.8rem;
« no previous file with comments | « locale/en_US/desktop-options.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld