Chromium Code Reviews| Index: chrome/browser/resources/chromeos/network_ui/network_ui.css |
| diff --git a/chrome/browser/resources/chromeos/network_ui/network_ui.css b/chrome/browser/resources/chromeos/network_ui/network_ui.css |
| index c3fbf8736644002aaf8fd699a7fe1b7839b3b58e..d24fb7401deb7ab93e20c11040b1402059ef93cb 100644 |
| --- a/chrome/browser/resources/chromeos/network_ui/network_ui.css |
| +++ b/chrome/browser/resources/chromeos/network_ui/network_ui.css |
| @@ -24,17 +24,12 @@ paper-button[raised].colored { |
| align-items: center; |
|
michaelpg
2015/08/10 07:35:03
this doesn't do anything now (I think)
stevenjb
2015/08/10 19:19:47
Removed the div.
|
| display: flex; |
| flex-direction: row; |
| - padding: 4px; |
| -} |
| - |
| -#default-network-text { |
| - -webkit-padding-start: 8px; |
| - font-size: 14px; |
| - font-weight: bold; |
| + padding: 5px; |
| } |
| #refresh { |
| - margin: 4px; |
| + margin-top: 10px; |
| + padding: 5px; |
| } |
| .state-table { |