Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: remoting/webapp/me2mom/choice.css

Issue 7821017: Center the desktop if it's smaller than the frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/me2mom/client_session.js » ('j') | remoting/webapp/me2mom/client_session.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | remoting/webapp/me2mom/client_session.js » ('j') | remoting/webapp/me2mom/client_session.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698