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;
20 -webkit-align-items: center
;
21 -webkit-app-region: drag
;
22 background-color: #fff;
23 box-shadow: 0 1px #d0d0d0;
24 color: rgb
(80, 80, 82);
25 display: -webkit-flex
;
30 .title-bar #page-title {
31 -webkit-flex: 1 1 auto
;
32 -webkit-margin-start: 20px;
35 .title-bar .button-bar {
36 -webkit-flex: 0 1 auto
;
45 .content #description-text {
46 border-color: #c8c8c8;
47 box-sizing: border-box
;
55 .content .text-field-container {
56 -webkit-align-items: center
;
57 -webkit-padding-start: 10px;
58 display: -webkit-flex
;
63 .content .text-field-container > label {
64 -webkit-flex: 0 1 auto
;
68 .content .text-field-container > input[type=text] {
69 -webkit-flex: 1 1 auto
;
70 -webkit-padding-start: 5px;
72 border-color: #c8c8c8;
77 .content .text-field-container > input[type=checkbox] {
81 .content .checkbox-field-container {
82 -webkit-align-items: center
;
83 display: -webkit-flex
;
87 #screenshot-container {
91 .content #screenshot-image {
92 -webkit-margin-start: 100px;
96 transition: all
250ms ease
;
99 .content #screenshot-image:hover {
100 -webkit-margin-start: 80px;
106 .content #screenshot-image.wide-screen {
111 .content #screenshot-image.wide-screen:hover {
116 .content #privacy-note {
124 .content .buttons-pane {
125 display: -webkit-flex
;
126 justify-content: flex-end
129 .content .remove-file-button {
130 -webkit-margin-start: 5px;
131 background-color: transparent
;
132 background-image: -webkit-image-set
(
133 url
(chrome://resources
/images
/apps
/button_butter_bar_close
.png
) 1x,
134 url
(chrome://resources
/images
/2x/apps
/button_butter_bar_close
.png
) 2x);
135 background-position: 50% 80%;
136 background-repeat: no-repeat
;
139 pointer-events: auto
;
143 .content .remove-file-button:hover {
144 background-image: -webkit-image-set
(
145 url
(chrome://resources
/images
/apps
/button_butter_bar_close_hover
.png
) 1x,
146 url
(chrome://resources
/images
/2x/apps
/button_butter_bar_close_hover
.png
) 2x);
149 .content .remove-file-button:active {
150 background-image: -webkit-image-set
(
151 url
(chrome://resources
/images
/apps
/button_butter_bar_close_pressed
.png
) 1x,
152 url
(chrome://resources
/images
/2x/apps
/button_butter_bar_close_pressed
.png
) 2x);
155 .content #attach-file-note {
156 -webkit-margin-start: 112px;
161 .content .attach-file-notification {
162 color: rgb
(204, 0, 0);
166 button
.white-button
{
167 -webkit-margin-end: 10px;
173 text-shadow: 1px sharp drop shadow rgb
(45, 106, 218);