Commit 8fd60a28 authored by mtomasz@chromium.org's avatar mtomasz@chromium.org

Remove extra space in open dialog.

That space is only used in maximized mode of Files.app. When the extension acts as an open dialog, then there is no need for this space. Along the way, increased the space in Files.app mode to look better.

TEST=Open a browser, press ctrl-o. Verify that there is no extra space like on the screenshot in the bug's description.
BUG=175666

Review URL: https://codereview.chromium.org/12208125

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181879 0039d316-1c4b-4281-b951-d872f2087c98
parent bc44f414
...@@ -300,8 +300,8 @@ div.root-eject:hover { ...@@ -300,8 +300,8 @@ div.root-eject:hover {
margin: 7px 7px 7px 0; margin: 7px 7px 7px 0;
} }
[maximized] .dialog-header { body[maximized][type='full-page'] .dialog-header {
-webkit-padding-end: 70px; -webkit-padding-end: 75px;
} }
/* Container for the detail and thumbnail list views. */ /* Container for the detail and thumbnail list views. */
...@@ -1462,7 +1462,6 @@ body:not([drive]) [required_drive] { ...@@ -1462,7 +1462,6 @@ body:not([drive]) [required_drive] {
opacity: 1; opacity: 1;
} }
#gear-button { #gear-button {
overflow: hidden; overflow: hidden;
text-align: left; text-align: left;
......
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