Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #family-control-passphrase-page { | |
|
Bernhard Bauer
2013/01/07 14:20:22
WHAT IS THIS FAMILY CONTROL YOU SPEAK OF
Pam (message me for reviews)
2013/01/07 14:51:49
You need the copyright/license header here.
/* Co
| |
| 2 min-width: 350px; | |
| 3 } | |
| 4 | |
| 5 #instruct { | |
|
Bernhard Bauer
2013/01/07 14:20:22
Don't use abbreviations in identifiers (you probab
| |
| 6 padding: 5px 15px; | |
|
Bernhard Bauer
2013/01/07 14:20:22
I think you could group these selectors.
| |
| 7 } | |
| 8 | |
| 9 #entry { | |
| 10 padding: 5px 15px; | |
| 11 } | |
| 12 | |
| 13 #ref { | |
| 14 padding: 1px 15px; | |
| 15 } | |
| 16 | |
| 17 #unlock { | |
| 18 float: right; | |
| 19 } | |
| 20 | |
| 21 #buttons { | |
| 22 padding: 15px 15px; | |
| 23 } | |
| 24 | |
| 25 #incorrect_passphrase_warning { | |
|
Bernhard Bauer
2013/01/07 14:20:22
DOM IDs use hyphens to separate words.
| |
| 26 color: red; | |
| 27 font-weight: bold; | |
| 28 padding: 5px 15px; | |
| 29 visibility: hidden; | |
| 30 } | |
| OLD | NEW |