Commit 01638654 authored by oleg@chromium.org's avatar oleg@chromium.org

Change FileManager searchbox height and paddings.

P.S. This CL is in honor of François Beaufort's birthday.

BUG=137998


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148922 0039d316-1c4b-4281-b951-d872f2087c98
parent d0ee76d2
...@@ -455,12 +455,12 @@ div.root-eject:hover { ...@@ -455,12 +455,12 @@ div.root-eject:hover {
background: -webkit-image-set( background: -webkit-image-set(
url('../images/files/ui/icon_search.png') 1x, url('../images/files/ui/icon_search.png') 1x,
url('../images/files/ui/2x/icon_search.png') 2x); url('../images/files/ui/2x/icon_search.png') 2x);
background-position: 4px 3.5px; background-position: 4px 4.5px;
background-repeat: no-repeat; background-repeat: no-repeat;
display: -webkit-box; display: -webkit-box;
height: 25px; height: 27px;
margin-right: 10px; margin-right: 10px;
padding-left: 22px; padding: 1px 6px 2px 23px;
width: 150px; width: 150px;
} }
......
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