diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-11 00:01:13 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-11 00:01:13 +0000 |
commit | d88dc775968c60fc8b6af5ef60473d7c4c673e2f (patch) | |
tree | 8850d4491fe7ce260d1d124b78c89ecae3b12957 /chrome/browser/resources | |
parent | f574e6727a27ac819480246a8541b2acc1394ae7 (diff) | |
download | chromium_src-d88dc775968c60fc8b6af5ef60473d7c4c673e2f.zip chromium_src-d88dc775968c60fc8b6af5ef60473d7c4c673e2f.tar.gz chromium_src-d88dc775968c60fc8b6af5ef60473d7c4c673e2f.tar.bz2 |
DOMUI: Move the 'Get themes' link below the 'Reset' button.
BUG=63830
TEST=none
Review URL: http://codereview.chromium.org/5721003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/options/personal_options.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html index d089ace..202e4ba0 100644 --- a/chrome/browser/resources/options/personal_options.html +++ b/chrome/browser/resources/options/personal_options.html @@ -84,9 +84,9 @@ i18n-content="themesGTKButton"></button> <button id="themes-reset" i18n-content="themesSetClassic"></button> - <a id="themes-gallery" i18n-content="themesGallery" - i18n-values="href:themesGalleryURL" target="_blank"></a> </div> + <a id="themes-gallery" i18n-content="themesGallery" + i18n-values="href:themesGalleryURL" target="_blank"></a> <label class="radio"> <input name="decorations_radio" pref="browser.custom_chrome_frame" @@ -106,7 +106,9 @@ <section> <h3 i18n-content="themes"></h3> <div> - <button id="themes-reset" i18n-content="themesReset"></button> + <div> + <button id="themes-reset" i18n-content="themesReset"></button> + </div> <a id="themes-gallery" i18n-content="themesGallery" i18n-values="href:themesGalleryURL" target="_blank"></a> </div> |