Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: chrome/browser/resources/chromeos/mobile_dialogs.css

Issue 9864032: [WebUI] Fix all CSS nits in chrome/browser/resources/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing screen_account_picker.css Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
1 body { 6 body {
2 cursor: default; 7 cursor: default;
3 font-size: 13px; 8 font-size: 13px;
4 } 9 }
5 10
6 .container { 11 .container {
7 -webkit-box-align: center; 12 -webkit-box-align: center;
8 -webkit-box-pack: center; 13 -webkit-box-pack: center;
14 bottom: 0;
9 display: -webkit-box; 15 display: -webkit-box;
16 left: 0;
10 position: fixed; 17 position: fixed;
11 left: 0;
12 bottom: 0;
13 right: 0; 18 right: 0;
14 top: 0; 19 top: 0;
15 } 20 }
16 21
17 .dialog { 22 .dialog {
18 background: white; 23 background: white;
19 min-height: 225px; 24 min-height: 225px;
20 min-width: 350px; 25 min-width: 350px;
21 padding: 0; 26 padding: 0;
22 position: relative; 27 position: relative;
23 } 28 }
24 29
25 .dialog h1 { 30 .dialog h1 {
26 background: -webkit-linear-gradient(white, #F8F8F8); 31 background: -webkit-linear-gradient(white, #F8F8F8);
27 border-bottom: 1px solid rgba(188, 193, 208, .5); 32 border-bottom: 1px solid rgba(188, 193, 208, .5);
28 color: #53637d; 33 color: rgb(83, 99, 125);
29 font-size: 105%; 34 font-size: 105%;
30 font-weight: bold; 35 font-weight: bold;
31 margin: 0; 36 margin: 0;
32 padding: 10px 15px 8px 15px; 37 padding: 10px 15px 8px 15px;
33 text-shadow: white 0 1px 2px; 38 text-shadow: white 0 1px 2px;
34 width: 320px; 39 width: 320px;
35 } 40 }
36 41
37 .content-area { 42 .content-area {
38 padding: 10px 15px 5px 15px; 43 padding: 10px 15px 5px 15px;
(...skipping 18 matching lines...) Expand all
57 62
58 .button-strip { 63 .button-strip {
59 -webkit-box-orient: horizontal; 64 -webkit-box-orient: horizontal;
60 display: -webkit-box; 65 display: -webkit-box;
61 } 66 }
62 67
63 .button-strip > button { 68 .button-strip > button {
64 -webkit-margin-start: 10px; 69 -webkit-margin-start: 10px;
65 display: block; 70 display: block;
66 } 71 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/menu.css ('k') | chrome/browser/resources/chromeos/network_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698