wrench_menu.css revision 5821806d5e7f356e8fa4b058a389a808ea183019
1/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6.fullscreen {
7  -webkit-margin-start: 4px;
8  background-image: -webkit-image-set(
9    url('../../../app/theme/default_100_percent/fullscreen_menu_button.png') 1x,
10    url('../../../app/theme/default_200_percent/fullscreen_menu_button.png') 2x);
11  background-position: center center;
12  background-repeat: no-repeat;
13  border: solid 1px rgba(0, 0, 0, 0.3);
14  border-radius: 3px;
15  height: 23px;
16  width: 23px;
17}
18
19.edit-button {
20  min-width: 35px;
21  padding: 2px;
22  text-align: center;
23}
24
25.left-button {
26  border: solid 1px rgba(0, 0, 0, 0.3);
27  border-bottom-left-radius: 3px;
28  border-top-left-radius: 3px;
29}
30
31.right-button {
32  border: solid 1px rgba(0, 0, 0, 0.3);
33  border-bottom-right-radius: 3px;
34  border-top-right-radius: 3px;
35}
36
37.center-button {
38  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
39  border-top: solid 1px rgba(0, 0, 0, 0.3);
40}
41
42.zoom-button {
43  text-align: center;
44  width: 15px;
45}
46
47.zoom-percent {
48  min-width: 40px;
49  text-align: center;
50}
51