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

Unified Diff: remoting/webapp/crd/html/public_session.css

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Reviewer's feedback Created 5 years, 3 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
Index: remoting/webapp/crd/html/public_session.css
diff --git a/chrome/browser/resources/chromeos/login/gaia_header.css b/remoting/webapp/crd/html/public_session.css
similarity index 57%
copy from chrome/browser/resources/chromeos/login/gaia_header.css
copy to remoting/webapp/crd/html/public_session.css
index ccb7c1337b440c9a65c36c5db2556835eeae488c..0654c88c8e39c2e1b5f93f9a2fa86ca54d5c9e71 100644
--- a/chrome/browser/resources/chromeos/login/gaia_header.css
+++ b/remoting/webapp/crd/html/public_session.css
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-:host {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
+.public-session section {
+ width: 510px;
}
-#email {
- font-size: 20px;
-}
+.public-session .kd-modaldialog {
+ border: none;
+ outline: none;
+ box-shadow: none;
+}

Powered by Google App Engine
This is Rietveld 408576698