Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
|
dhollowa
2012/12/13 01:20:15
nit: no (c)
Shishir
2012/12/13 22:57:58
Done.
| |
| 2 * Use of this source code is governed by a BSD-style license that can be | |
| 3 * found in the LICENSE file. */ | |
| 4 | |
| 5 body { | |
| 6 background-color: #EFEFEF; | |
| 7 cursor: default | |
|
samarth
2012/12/13 00:58:21
; at the end
Shishir
2012/12/13 22:57:58
Done.
| |
| 8 margin: 0; | |
| 9 overflow: hidden; | |
| 10 } | |
|
Evan Stade
2012/12/13 02:20:54
newlines between rules blocks
Shishir
2012/12/13 22:57:58
Done.
| |
| 11 .rid { | |
| 12 display: none | |
| 13 } | |
| 14 .suggestion { | |
| 15 font: 16px arial; | |
| 16 line-height: 20px; | |
| 17 margin-left: 91px; | |
| 18 padding-bottom: 6px; | |
| 19 padding-top: 6px; | |
| 20 } | |
| 21 .contents { | |
| 22 padding-left: 29px | |
|
Evan Stade
2012/12/13 02:20:54
probably want -webkit-padding-start
Shishir
2012/12/13 22:57:58
Done.
| |
| 23 } | |
| 24 .selected { | |
| 25 background-color: rgb(217, 228, 247); | |
| 26 } | |
| 27 .unselected { | |
|
samarth
2012/12/13 00:58:21
Just drop this section
Shishir
2012/12/13 22:57:58
Done.
| |
| 28 } | |
| 29 .clock { | |
| 30 height: 19px; | |
|
dhollowa
2012/12/13 01:20:15
Add image ref now please so we can verify that ass
Shishir
2012/12/13 22:57:58
Done.
| |
| 31 margin-bottom: 2px | |
|
samarth
2012/12/13 00:58:21
; at the end
Shishir
2012/12/13 22:57:58
Done.
| |
| 32 margin-left: 5px; | |
|
Evan Stade
2012/12/13 02:20:54
probably want -webkit-margin-start/end
Shishir
2012/12/13 22:57:58
Done.
| |
| 33 position: absolute; | |
| 34 width: 19px; | |
| 35 } | |
| OLD | NEW |