Commit ced9eeff authored by sergiu@chromium.org's avatar sergiu@chromium.org

History: Fix position of lock/unlock button

The lock/unlock button for the managed controls in the history page has been
misplaced by one of the patches. This moves it to somewhere else so it looks
fine again.

R=dubroy@chromium.org
BUG=
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/13568003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192577 0039d316-1c4b-4281-b951-d872f2087c98
parent f0896290
...@@ -22,14 +22,6 @@ html[dir=rtl] body.uber-frame > .page { ...@@ -22,14 +22,6 @@ html[dir=rtl] body.uber-frame > .page {
display: none; display: none;
} }
#lock-unlock-button {
float: right;
}
html[dir=rtl] #lock-unlock-button {
float: left;
}
#search-button { #search-button {
margin: 0; margin: 0;
} }
...@@ -106,11 +98,11 @@ html[dir=rtl] #range-next { ...@@ -106,11 +98,11 @@ html[dir=rtl] #range-next {
float: right; float: right;
} }
#display-filter-controls label { #display-filter-controls > * {
-webkit-margin-start: 6px; -webkit-margin-start: 8px;
} }
#display-filter-controls label:not(:last-child) { #display-filter-controls > *:not(:last-child) {
-webkit-border-end: 1px solid rgb(151, 156, 160); -webkit-border-end: 1px solid rgb(151, 156, 160);
-webkit-margin-start: 0; -webkit-margin-start: 0;
padding: 0 6px 0 6px; padding: 0 6px 0 6px;
......
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
<option i18n-content="rangeMonth" value="2"></option> <option i18n-content="rangeMonth" value="2"></option>
</select> </select>
</label> </label>
<button id="lock-unlock-button" i18n-content="unlockButton"></button>
</div> </div>
</div> </div>
<if expr="not pp_ifdef('android')"> <if expr="not pp_ifdef('android')">
...@@ -101,7 +102,6 @@ ...@@ -101,7 +102,6 @@
<button id="block-selected" i18n-content="blockItems" disabled="disabled" <button id="block-selected" i18n-content="blockItems" disabled="disabled"
hidden> hidden>
</button> </button>
<button id="lock-unlock-button" i18n-content="unlockButton"></button>
</div> </div>
<div id="notification-bar" hidden></div> <div id="notification-bar" hidden></div>
</div> </div>
......
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