OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 The Chromium Authors. All rights reserved. |
3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
5 --> | 5 --> |
6 <html> | 6 <html> |
7 <head> | 7 <head> |
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> | 9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> |
10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> | 10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 <div class="button-spacer"> | 100 <div class="button-spacer"> |
101 <button class="button mode"></button> | 101 <button class="button mode"></button> |
102 <button class="button slideshow"></button> | 102 <button class="button slideshow"></button> |
103 <button class="button edit"></button> | 103 <button class="button edit"></button> |
104 <button class="button print"></button> | 104 <button class="button print"></button> |
105 <button class="delete"></button> | 105 <button class="delete"></button> |
106 <button class="share"></button> | 106 <button class="share"></button> |
107 </div> | 107 </div> |
108 </div> | 108 </div> |
109 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> | 109 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> |
110 <div class="slide-mode-toolbar"> | 110 <div class="middle-spacer"> |
111 <div class="ribbon-spacer"></div> | 111 <div class="ribbon-spacer"></div> |
112 </div> | |
113 | |
114 <div class="edit-mode-toolbar"> | |
115 <div class="options"> | |
116 <!-- TODO(yawano): Replace overwrite original checkbox with undo toast
. --> | |
117 <div class="overwrite-original"> | |
118 <input id="overwrite-checkbox" type="checkbox"></input> | |
119 <div class="label" for="overwrite-checkbox" i18n-content="GALLERY_OV
ERWRITE_ORIGINAL"></div> | |
120 </div> | |
121 <div class="saved" i18n-content="GALLERY_SAVED"></div> | |
122 </div> | |
123 <div class="edit-bar-spacer"></div> | 112 <div class="edit-bar-spacer"></div> |
124 </div> | 113 </div> |
125 </div> | 114 </div> |
126 <div class="prompt-wrapper" pos="center"> | 115 <div class="prompt-wrapper" pos="center"> |
127 <div class="error-banner"></div> | 116 <div class="error-banner"></div> |
128 </div> | 117 </div> |
129 </div> | 118 </div> |
130 </body> | 119 </body> |
131 </html> | 120 </html> |
OLD | NEW |