Chromium Code Reviews| Index: remoting/webapp/me2mom/choice.css |
| diff --git a/remoting/webapp/me2mom/choice.css b/remoting/webapp/me2mom/choice.css |
| index 85a7bb5295010be2856be04cd1f896dbd70cf911..c3d336500b732f6c27adf3dce8c3217564fdda11 100644 |
| --- a/remoting/webapp/me2mom/choice.css |
| +++ b/remoting/webapp/me2mom/choice.css |
| @@ -227,7 +227,10 @@ label { |
| } |
| #session-mode { |
| - width: 100%; |
| + left: 50%; |
| + top: 50%; |
| + position: absolute; |
| + -webkit-box-shadow: 0 0 20px 0 black; |
|
Jamie
2011/09/06 17:19:25
After consultation with Ken, I think we agreed to
Wez
2011/09/07 00:28:43
Done.
I'll let Ken know we've done this, so he ca
|
| -webkit-user-select: none; |
| } |