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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 7753006: [cros] Minor WebUI EULA fixes. (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 | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index b10a0594c11affd000bbeaaf5cc513a210b99845..658e6fe1da709a996d80630df4eacc207bed10d7 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -290,14 +290,18 @@ button {
.eula-frame {
border: none;
height: 200px;
- margin-right: 10px;
padding: 0 0 0 5px;
- width: 310px;
+ width: 313px;
}
#cros-eula,
#oem-eula {
border: 1px solid #d9d9d9;
+ height: 200px
+}
+
+#oem-eula {
+ border-left: none;
}
#eulas.one-column #cros-eula {
« no previous file with comments | « no previous file | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698