diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-22 18:31:12 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-22 18:31:12 +0000 |
commit | 3b06f2ae871249581d6b4aeb47921f102b638156 (patch) | |
tree | 5072c00f99264c329d00c1555b551d52f367afd0 /remoting/webapp/main.css | |
parent | ca45c2ac15a29caf05fbdac8f90c8b3880c2abdc (diff) | |
download | chromium_src-3b06f2ae871249581d6b4aeb47921f102b638156.zip chromium_src-3b06f2ae871249581d6b4aeb47921f102b638156.tar.gz chromium_src-3b06f2ae871249581d6b4aeb47921f102b638156.tar.bz2 |
Fix a couple of CSS uglies.
* The global reset at the top of the file was a bit over-zealous, removing the italic effect from <em> tags, among other things.
* The spinner graphic and associated text did not line, either with one another, or with any buttons on the same line.
R=lambroslambrou@chromium.org
Review URL: https://codereview.chromium.org/19638015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.css')
-rw-r--r-- | remoting/webapp/main.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index eac75f4..8faa94a 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -11,11 +11,6 @@ tfoot, thead, tr, th, td, button { margin: 0; padding: 0; border: 0; - font-weight: inherit; - font-style: inherit; - font-size: 100%; - font-family: inherit; - vertical-align: baseline; } body { @@ -515,12 +510,10 @@ button { .waiting { background-image: url('spinner.gif'); background-repeat: no-repeat; - background-position: top __MSG_@@bidi_start_edge__; + background-position-y: 3px; padding-__MSG_@@bidi_start_edge__: 30px; - padding-top: 2px; - padding-bottom: 4px; + padding-top: 5px; color: rgb(180, 180, 180); - line-height: 27px; /* Same as line-height for buttons */ } .prominent { |