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

Side by Side Diff: chrome/browser/remoting/resources/remoting_setup_flow.css

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 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
(Empty)
1 body {
2 background: #FFFFFF;
3 font-size: 11pt;
4 line-height: 1.5em;
5 margin: 10px 15px;
6 -webkit-user-select: none;
7 }
8 .remoting-header {
9 font-size: 1.2em;
10 font-weight: bold;
11 }
12 .remoting-success-image {
13 text-align: center;
14 margin: 20px;
15 }
16 #message {
17 font-weight: bold;
18 }
19 .remoting-footer {
20 position: fixed;
21 right: 0px;
22 bottom: 0px;
23 margin-right: 10px;
24 margin-bottom: 10px;
25 }
26 html[dir='rtl'] .remoting-footer {
27 text-align: left;
28 left: 0px;
29 bottom: 0px;
30 margin-left: 20px;
31 }
32 input[type='button'],
33 input[type='submit'] {
34 min-width: 87px;
35 min-height: 26px;
36 }
37 html[os='mac'] input[type='button'],
38 html[os='mac'] input[type='submit'] {
39 font-size: 12pt;
40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698