| Index: chrome/browser/resources/options/chromeos_internet_options_page.css
|
| ===================================================================
|
| --- chrome/browser/resources/options/chromeos_internet_options_page.css (revision 64675)
|
| +++ chrome/browser/resources/options/chromeos_internet_options_page.css (working copy)
|
| @@ -34,15 +34,10 @@
|
| position: relative;
|
| }
|
|
|
| -.other-network {
|
| - left: 0px;
|
| - position: relative;
|
| +.network-password > input, select {
|
| + width: 200px;
|
| }
|
|
|
| -.other-network > input {
|
| - width: 140px;
|
| -}
|
| -
|
| .network-item {
|
| -webkit-box-align: center;
|
| -webkit-padding-start: 30px;
|
| @@ -78,6 +73,10 @@
|
| display: block;
|
| }
|
|
|
| +.network-item[connecting][other] {
|
| + height: 105px;
|
| +}
|
| +
|
| .network-item-text {
|
| -webkit-padding-start: 30px;
|
| background: left center no-repeat;
|
|
|