summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 22:17:45 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 22:17:45 +0000
commit077478b5a7391bc3ace75c2a0d84cb2f470a4d98 (patch)
tree87fb428e7cc5955d2304a7555b0944b9a048898f
parentaac9a4922aedf4ec1b5c6423164018db65e6e2e2 (diff)
downloadchromium_src-077478b5a7391bc3ace75c2a0d84cb2f470a4d98.zip
chromium_src-077478b5a7391bc3ace75c2a0d84cb2f470a4d98.tar.gz
chromium_src-077478b5a7391bc3ace75c2a0d84cb2f470a4d98.tar.bz2
Allow a margin for section-row buttons.
BUG=127864 TEST=Check the official build while the host is disabled. It should not look cramped. Review URL: https://chromiumcodereview.appspot.com/10332128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136691 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--remoting/webapp/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 68a94d1..06f2351 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -311,6 +311,10 @@ section {
border-top: 1px solid #EBEBEB;
}
+.section-row button {
+ margin-__MSG_@@bidi_start_edge__: 20px;
+}
+
.section-row:first-child,
.section-row.no-non-local-hosts {
border-top: none;