diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-13 02:33:54 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-13 02:33:54 +0000 |
commit | f0053949ae0ead01a11ab32fbd61a4788f344e42 (patch) | |
tree | 51d0b63497e1b797455fd7ba9208ccabe7b4a083 /chrome/browser/resources | |
parent | b8113a55465521d094d5c035e5d38b2e2237d014 (diff) | |
download | chromium_src-f0053949ae0ead01a11ab32fbd61a4788f344e42.zip chromium_src-f0053949ae0ead01a11ab32fbd61a4788f344e42.tar.gz chromium_src-f0053949ae0ead01a11ab32fbd61a4788f344e42.tar.bz2 |
Notification fix for case when there is no mobile plan. Fixed network menu to properly
redirect to partner payment portal when we run out of plan. Changed usage notification
to display "More info..." instead of "Buy plan".
BUG=chromium-os:8745, chromium-os:8724, chromium-os:8853, chromium-os:8685
TEST=see listed bugs for details
Review URL: http://codereview.chromium.org/4699004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66039 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/options/subpages_tab_controls.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/subpages_tab_controls.css b/chrome/browser/resources/options/subpages_tab_controls.css index 24e6a66..cfefdcc 100644 --- a/chrome/browser/resources/options/subpages_tab_controls.css +++ b/chrome/browser/resources/options/subpages_tab_controls.css @@ -13,7 +13,7 @@ found in the LICENSE file. position: relative; background: white; border: 1px solid #A0A0A0; /* light gray */ - border-bottom: 1px solid white; + border-bottom: 2px solid white; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; } |