summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 20:51:52 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 20:51:52 +0000
commitcd128d55dbadcd315a9bcde2dfa3e4d8165b1434 (patch)
tree5ae4b9c2d3cac9fa1622a56db40b7a2394058f0a /remoting/webapp
parent3403f0614d8ad41fd5918b147e98db604f5380dc (diff)
downloadchromium_src-cd128d55dbadcd315a9bcde2dfa3e4d8165b1434.zip
chromium_src-cd128d55dbadcd315a9bcde2dfa3e4d8165b1434.tar.gz
chromium_src-cd128d55dbadcd315a9bcde2dfa3e4d8165b1434.tar.bz2
Web-app UI nits, as requested by UX:
* Added margin below Remote Assistance description. * Darkened page title and description. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10440055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r--remoting/webapp/main.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 06f2351..2eb073a 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -233,7 +233,7 @@ h1.icon-label {
margin-bottom: 60px;
font-size: 28px;
font-weight: 300;
- color: #aaa;
+ color: #999;
font-family: "Open sans", "Ariel", sans-serif;
line-height: 24px;
display: inline-block;
@@ -545,8 +545,7 @@ button {
}
#webapp-description {
- color: #666;
- margin-top: 10px;
+ margin: 10px 0;
}
#why-is-this-safe {