1 /* Copyright 2013 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. */
11 background-color: #fbfbfb;
19 -webkit-align-items: center
;
20 -webkit-app-region: drag
;
21 background-color: #fff;
22 box-shadow: 0 1px #d0d0d0;
23 color: rgb
(80, 80, 82);
24 display: -webkit-flex
;
29 .title-bar #page-title {
30 -webkit-flex: 1 1 auto
;
31 -webkit-margin-start: 20px;
34 .title-bar .button-bar {
35 -webkit-flex: 0 1 auto
;
44 .content #description-text {
45 border-color: #c8c8c8;
46 box-sizing: border-box
;
54 .content .text-field-container {
55 -webkit-align-items: center
;
56 -webkit-padding-start: 10px;
57 display: -webkit-flex
;
62 .content .text-field-container > label {
63 -webkit-flex: 0 1 auto
;
67 .content .text-field-container > input[type=text] {
68 -webkit-flex: 1 1 auto
;
69 -webkit-padding-start: 5px;
71 border-color: #c8c8c8;
76 .content .text-field-container > input[type=checkbox] {
80 .content .checkbox-field-container {
81 -webkit-align-items: center
;
82 display: -webkit-flex
;
86 #screenshot-container {
90 .content #screenshot-image {
91 -webkit-margin-start: 100px;
95 transition: all
250ms ease
;
98 .content #screenshot-image:hover {
99 -webkit-margin-start: 80px;
105 .content #screenshot-image.wide-screen {
110 .content #screenshot-image.wide-screen:hover {
115 .content #privacy-note {
123 .content .buttons-pane {
124 display: -webkit-flex
;
125 justify-content: flex-end
128 .content .remove-file-button {
129 -webkit-margin-start: 5px;
130 background-color: transparent
;
131 background-image: -webkit-image-set
(
132 url
('chrome://resources/images/apps/button_butter_bar_close.png') 1x,
133 url
('chrome://resources/images/2x/apps/button_butter_bar_close.png') 2x);
134 background-position: 50% 80%;
135 background-repeat: no-repeat
;
138 pointer-events: auto
;
142 .content .remove-file-button:hover {
143 background-image: -webkit-image-set
(
144 url
('chrome://resources/images/apps/button_butter_bar_close_hover.png') 1x,
145 url
('chrome://resources/images/2x/apps/button_butter_bar_close_hover.png') 2x);
148 .content .remove-file-button:active {
149 background-image: -webkit-image-set
(
150 url
('chrome://resources/images/apps/button_butter_bar_close_pressed.png') 1x,
151 url
('chrome://resources/images/2x/apps/button_butter_bar_close_pressed.png') 2x);
154 .content #attach-file-note {
155 -webkit-margin-start: 112px;
160 .content .attach-file-notification {
161 color: rgb
(204, 0, 0);
165 button
.white-button
{
166 -webkit-margin-end: 10px;
172 text-shadow: 1px sharp drop shadow rgb
(45, 106, 218);