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. 4, 2018, 9:22 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 .dim
ire 2018/01/05 09:23:46 NIT: I don't think the classname "dim" is very cle
saroyanm 2018/01/05 12:02:17 I used it as current meaning -> "make or become le
ire 2018/01/08 10:38:35 Oh haha I assumed it was an acronym for something,
saroyanm 2018/01/08 12:53:57 I used Dim, as an adjective -> https://dictionary.
ire 2018/01/08 15:16:18 Yes I get that now. Thank you!
{
color: #BBB;
ire 2018/01/05 09:23:45 This is not relative for this issue, but the contr
saroyanm 2018/01/05 12:02:17 Right, we have an issue already filed for that ->
ire 2018/01/08 10:38:35 Thank you
}
-#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