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

Side by Side Diff: remoting/webapp/main.css

Issue 9562044: Added connection history (minus the history data) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't instantiate the connection history dialog. Created 8 years, 9 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 | « remoting/webapp/connection_history.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 html,body,div,span,applet,object,iframe, 6 html,body,div,span,applet,object,iframe,
7 h1,h2,h3,h4,h5,h6,p,blockquote,pre, 7 h1,h2,h3,h4,h5,h6,p,blockquote,pre,
8 a,abbr,acronym,address,big,cite,code, 8 a,abbr,acronym,address,big,cite,code,
9 del,dfn,em,font,img,ins,kbd,q,s,samp, 9 del,dfn,em,font,img,ins,kbd,q,s,samp,
10 small,strike,strong,sub,sup,tt,var, 10 small,strike,strong,sub,sup,tt,var,
(...skipping 15 matching lines...) Expand all
26 color: black; 26 color: black;
27 background: white; 27 background: white;
28 } 28 }
29 ol,ul { 29 ol,ul {
30 list-style: none; 30 list-style: none;
31 } 31 }
32 table { 32 table {
33 border-collapse: separate; 33 border-collapse: separate;
34 border-spacing: 0; 34 border-spacing: 0;
35 } 35 }
36 caption,th,td {
37 text-align: left;
38 font-weight: normal;
39 }
40 blockquote:before,blockquote:after, 36 blockquote:before,blockquote:after,
41 q:before,q:after { 37 q:before,q:after {
42 content: ""; 38 content: "";
43 } 39 }
44 blockquote,q { 40 blockquote,q {
45 quotes: "" ""; 41 quotes: "" "";
46 } 42 }
47 input::-moz-focus-inner { 43 input::-moz-focus-inner {
48 border: 0; 44 border: 0;
49 } 45 }
(...skipping 4394 matching lines...) Expand 10 before | Expand all | Expand 10 after
4444 4440
4445 h1.icon-label { 4441 h1.icon-label {
4446 vertical-align: 14px; 4442 vertical-align: 14px;
4447 margin-bottom: 60px; 4443 margin-bottom: 60px;
4448 font-size: 28px; 4444 font-size: 28px;
4449 font-weight: 300; 4445 font-weight: 300;
4450 color: #aaa; 4446 color: #aaa;
4451 font-family: "Open sans", "Ariel", sans-serif 4447 font-family: "Open sans", "Ariel", sans-serif
4452 } 4448 }
4453 4449
4454 h2 { 4450 section > h2 {
4455 color: #666; 4451 color: #666;
4456 } 4452 }
4457 4453
4458 header { 4454 header {
4459 display: -webkit-box; 4455 display: -webkit-box;
4460 width: 100%; 4456 width: 100%;
4461 } 4457 }
4462 4458
4463 html { 4459 html {
4464 -webkit-user-select: none; 4460 -webkit-user-select: none;
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
4754 #dialog-screen { 4750 #dialog-screen {
4755 position: absolute; 4751 position: absolute;
4756 top: 0; 4752 top: 0;
4757 left: 0; 4753 left: 0;
4758 width: 100%; 4754 width: 100%;
4759 height: 100%; 4755 height: 100%;
4760 background-color: #fff; 4756 background-color: #fff;
4761 opacity: 0.75; 4757 opacity: 0.75;
4762 } 4758 }
4763 4759
4764 #divider-top {
4765 margin: 10px 0 15px 0;
4766 }
4767
4768 #divider-bottom {
4769 margin: 25px 0 10px 0;
4770 }
4771
4772 #email-status { 4760 #email-status {
4773 margin-__MSG_@@bidi_end_edge__: 0.5ex; 4761 margin-__MSG_@@bidi_end_edge__: 0.5ex;
4774 } 4762 }
4775 4763
4776 #host-plugin-container { 4764 #host-plugin-container {
4777 width: 0; 4765 width: 0;
4778 height: 0; 4766 height: 0;
4779 } 4767 }
4780 4768
4781 #icon { 4769 #icon {
(...skipping 29 matching lines...) Expand all
4811 line-height: 0; 4799 line-height: 0;
4812 } 4800 }
4813 4801
4814 #top-secondary { 4802 #top-secondary {
4815 margin-top: 10px 4803 margin-top: 10px
4816 } 4804 }
4817 4805
4818 * { 4806 * {
4819 box-sizing: border-box; 4807 box-sizing: border-box;
4820 } 4808 }
OLDNEW
« no previous file with comments | « remoting/webapp/connection_history.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698