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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/login.js ('k') | chrome/browser/resources/slider.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/login_ui.css
diff --git a/chrome/browser/resources/login_ui.css b/chrome/browser/resources/login_ui.css
deleted file mode 100644
index 211ff0d82aaf9ebe08a533aa569e6787e43be45c..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/login_ui.css
+++ /dev/null
@@ -1,43 +0,0 @@
-body {
- background: -webkit-radial-gradient(circle contain,
- darkblue 5px,
- black 1000px);
- font-family: 'Times New Roman';
- font-size: 15px;
-}
-
-#sign-in-div {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: -webkit-box;
- -webkit-box-align: center;
- -webkit-box-pack: center;
-}
-
-#sign-in-body {
- padding: 5px 10px 5px 10px;
- background: white;
-}
-
-#title-text {
- text-align: center;
- font-size: 20px;
- font-weight: bold;
-}
-
-label {
- clear: both;
-}
-
-a {
- display: block;
- color: blue;
- font-size: 30px;
-}
-
-a:hover {
- text-decoration: underline;
-}
« 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