| Index: chrome/browser/resources/chromeos/power.css
|
| diff --git a/chrome/browser/resources/chromeos/power.css b/chrome/browser/resources/chromeos/power.css
|
| index a675d894e151b3338f932670568e71d972bb3932..2ebbdb02c673a29e705cb9d6b05d0bcbf2965022 100644
|
| --- a/chrome/browser/resources/chromeos/power.css
|
| +++ b/chrome/browser/resources/chromeos/power.css
|
| @@ -4,66 +4,22 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#main-table {
|
| - border-collapse: collapse;
|
| - border-width: 0;
|
| +#main-layout {
|
| margin-left: auto;
|
| margin-right: auto;
|
| - table-layout: fixed;
|
| - width: 1000px;
|
| + width: 600px;
|
| }
|
|
|
| -tr.section-row {
|
| - border-bottom-width: 2px;
|
| - border-color: #000;
|
| - border-left-width: 0;
|
| - border-right-width: 0;
|
| - border-style: solid;
|
| - border-top-width: 2px;
|
| +hr.section-boundary {
|
| + background: #000;
|
| + border: 0;
|
| + height: 2px;
|
| width: 100%;
|
| }
|
|
|
| -td.title-cell {
|
| - border-width: 0;
|
| - text-align: right;
|
| - vertical-align: top;
|
| - width: 15%;
|
| -}
|
| -
|
| -p.title-text {
|
| - font-weight: bold;
|
| - margin-right: 10px;
|
| -}
|
| -
|
| -td.show-button-cell {
|
| - border-bottom-width: 0;
|
| - border-color: #aaa;
|
| - border-left-width: 1px;
|
| - border-right-width: 1px;
|
| - border-style: solid;
|
| - border-top-width: 0;
|
| - text-align: center;
|
| - vertical-align: top;
|
| - width: 10%;
|
| -}
|
| -
|
| -td.plots-cell {
|
| - border-width: 0;
|
| - padding: 10px;
|
| - text-align: left;
|
| - width: 75%;
|
| -}
|
| -
|
| -div.section-div {
|
| +div.plot-canvas-div {
|
| + overflow: auto;
|
| width: 100%;
|
| -}
|
| -
|
| -div.plots-div {
|
| - width: 100%;
|
| -}
|
| -
|
| -button.show-button {
|
| - margin: 10px;
|
| }
|
|
|
| button.reload-button {
|
|
|