Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(342)

Unified Diff: static/styles.css

Issue 111210043: Change private checkbox to protected and add help text (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/styles.css
===================================================================
--- a/static/styles.css
+++ b/static/styles.css
@@ -952,3 +952,24 @@
#repoview table {
margin-top: 0.5em;
}
+
+.formtable th {
+ padding-top: 6px;
+ vertical-align: top;
+ text-align: right;
+}
+
+.formtable td {
+ padding: 4px;
+ vertical-align: top;
+}
+
+.if_checked {
+ display: none;
+}
+
+input:checked ~ span .if_checked {
+ display: block;
+ font-weight: bold;
+}
+

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b