Commit dcb3bc74 authored by apacible's avatar apacible Committed by Commit bot

Sets the default CSS for <extensionview> in WebUI.

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

Cr-Commit-Position: refs/heads/master@{#317165}
parent c2bff8d3
......@@ -309,3 +309,9 @@ input:disabled:-webkit-any([type='password'],
label > input:disabled:-webkit-any([type='checkbox'], [type='radio']) ~ span {
color: #999;
}
extensionview {
display: inline-block;
height: 300px;
width: 300px;
}
\ No newline at end of file
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