| Index: chrome/browser/resources/chromeos/wrench_menu.css
|
| diff --git a/chrome/browser/resources/chromeos/wrench_menu.css b/chrome/browser/resources/chromeos/wrench_menu.css
|
| index a12a41dd072242af36852028a67c1cb7cdbf0d6e..5670b30f5f6bcda1168ee94f1e7611bac050e25b 100644
|
| --- a/chrome/browser/resources/chromeos/wrench_menu.css
|
| +++ b/chrome/browser/resources/chromeos/wrench_menu.css
|
| @@ -1,35 +1,40 @@
|
| +/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| + */
|
| +
|
| .fullscreen {
|
| + -webkit-margin-start: 4px;
|
| background-image: url('../../../app/theme/fullscreen_menu_button.png');
|
| background-position: center center;
|
| background-repeat: no-repeat;
|
| border: solid 1px rgba(0, 0, 0, 0.3);
|
| border-radius: 3px;
|
| - width: 23px;
|
| height: 23px;
|
| - -webkit-margin-start: 4px;
|
| + width: 23px;
|
| }
|
|
|
| .edit-button {
|
| + min-width: 35px;
|
| padding: 2px;
|
| text-align: center;
|
| - min-width: 35px;
|
| }
|
|
|
| .left-button {
|
| border: solid 1px rgba(0, 0, 0, 0.3);
|
| - border-top-left-radius: 3px;
|
| border-bottom-left-radius: 3px;
|
| + border-top-left-radius: 3px;
|
| }
|
|
|
| .right-button {
|
| border: solid 1px rgba(0, 0, 0, 0.3);
|
| - border-top-right-radius: 3px;
|
| border-bottom-right-radius: 3px;
|
| + border-top-right-radius: 3px;
|
| }
|
|
|
| .center-button {
|
| - border-top: solid 1px rgba(0, 0, 0, 0.3);
|
| border-bottom: solid 1px rgba(0, 0, 0, 0.3);
|
| + border-top: solid 1px rgba(0, 0, 0, 0.3);
|
| }
|
|
|
| .zoom-button {
|
|
|