Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: chrome/browser/resources/login_ui.css

Issue 7980012: [ChromeOS] Reland - Make WebUI login use only needed resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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
« no previous file with comments | « chrome/browser/resources/login.js ('k') | chrome/browser/resources/slider.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body {
2 background: -webkit-radial-gradient(circle contain,
3 darkblue 5px,
4 black 1000px);
5 font-family: 'Times New Roman';
6 font-size: 15px;
7 }
8
9 #sign-in-div {
10 position: fixed;
11 top: 0;
12 left: 0;
13 right: 0;
14 bottom: 0;
15 display: -webkit-box;
16 -webkit-box-align: center;
17 -webkit-box-pack: center;
18 }
19
20 #sign-in-body {
21 padding: 5px 10px 5px 10px;
22 background: white;
23 }
24
25 #title-text {
26 text-align: center;
27 font-size: 20px;
28 font-weight: bold;
29 }
30
31 label {
32 clear: both;
33 }
34
35 a {
36 display: block;
37 color: blue;
38 font-size: 30px;
39 }
40
41 a:hover {
42 text-decoration: underline;
43 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/login.js ('k') | chrome/browser/resources/slider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698