Commit 076692a9 authored by tfarina@chromium.org's avatar tfarina@chromium.org

DOMUI: Adjust location of "Disable individual plug-ins" link.

BUG=70279
TEST=manual, see bug.

Review URL: http://codereview.chromium.org/6360013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72310 0039d316-1c4b-4281-b951-d872f2087c98
parent 48cb7828
......@@ -84,8 +84,13 @@
<span i18n-content="plugins_block"></span>
</label>
<button class="exceptions-list-button" contentType="plugins"
i18n-content="manage_exceptions"></button>
<div>
<button class="exceptions-list-button" contentType="plugins"
i18n-content="manage_exceptions"></button>
</div>
<a class="link" i18n-content="disable_individual_plugins"
id="plugins-tab" href="#">
</a>
</div>
</section>
......
......@@ -42,7 +42,6 @@
i18n-content="otr_exceptions_explanation"></span>
<list mode="otr"></list>
</div>
<a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a>
</div>
<div contentType="popups">
......
......@@ -656,3 +656,9 @@ html[os=mac] label > input[type=radio] {
.suboption {
-webkit-margin-start: 16px;
}
.link {
margin: 10px 0;
position: relative;
top: 4px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment