| Index: chrome/browser/resources/settings/internet_page/internet_detail_page.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/internet_detail_page.html b/chrome/browser/resources/settings/internet_page/internet_detail_page.html
|
| index 014a3e14def06ece378e58002f7b8c50ca9b0220..b50bca03f2df6d9a48fc7a9c4aad3fd5968e1b2b 100644
|
| --- a/chrome/browser/resources/settings/internet_page/internet_detail_page.html
|
| +++ b/chrome/browser/resources/settings/internet_page/internet_detail_page.html
|
| @@ -19,9 +19,58 @@
|
| <link rel="import" href="network_siminfo.html">
|
|
|
| <dom-module id="settings-internet-detail-page">
|
| - <link rel="import" type="css" href="internet_detail_page.css">
|
| <template>
|
| - <style include="settings-shared"></style>
|
| + <style include="settings-shared">
|
| + .section {
|
| + margin-bottom: 5px;
|
| + }
|
| +
|
| + iron-collapse {
|
| + margin: 10px;
|
| + }
|
| +
|
| + cr-network-icon {
|
| + height: 32px;
|
| + width: 32px;
|
| + }
|
| +
|
| + cr-policy-network-indicator {
|
| + -webkit-margin-start: 10px;
|
| + }
|
| +
|
| + #networkName,
|
| + #networkState {
|
| + -webkit-margin-start: 10px;
|
| + font-size: 20px;
|
| + }
|
| +
|
| + #networkName {
|
| + font-weight: bold;
|
| + }
|
| +
|
| + #networkState[connected] {
|
| + color: green;
|
| + }
|
| +
|
| + #outerDiv {
|
| + margin: 10px 20px;
|
| + }
|
| +
|
| + #ipAddressLabel {
|
| + -webkit-margin-end: 10px;
|
| + font-weight: bold;
|
| + }
|
| +
|
| + #preferButton {
|
| + -webkit-margin-end: 8px;
|
| + -webkit-margin-start: -3px;
|
| + padding: 0
|
| + }
|
| +
|
| + #proxyDiv {
|
| + max-width: 500px;
|
| + }
|
| + </style>
|
| <div class="layout vertical">
|
| <!-- Title section: Icon + name + connection state. -->
|
| <div id="titleDiv" class="layout horizontal center">
|
|
|