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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/remoting/resources/remoting_setup_flow.css
diff --git a/chrome/browser/remoting/resources/remoting_setup_flow.css b/chrome/browser/remoting/resources/remoting_setup_flow.css
deleted file mode 100644
index 467322ee7e7c34e433dc5b665de18c7700e7be78..0000000000000000000000000000000000000000
--- a/chrome/browser/remoting/resources/remoting_setup_flow.css
+++ /dev/null
@@ -1,40 +0,0 @@
-body {
- background: #FFFFFF;
- font-size: 11pt;
- line-height: 1.5em;
- margin: 10px 15px;
- -webkit-user-select: none;
-}
-.remoting-header {
- font-size: 1.2em;
- font-weight: bold;
-}
-.remoting-success-image {
- text-align: center;
- margin: 20px;
-}
-#message {
- font-weight: bold;
-}
-.remoting-footer {
- position: fixed;
- right: 0px;
- bottom: 0px;
- margin-right: 10px;
- margin-bottom: 10px;
-}
-html[dir='rtl'] .remoting-footer {
- text-align: left;
- left: 0px;
- bottom: 0px;
- margin-left: 20px;
-}
-input[type='button'],
-input[type='submit'] {
- min-width: 87px;
- min-height: 26px;
-}
-html[os='mac'] input[type='button'],
-html[os='mac'] input[type='submit'] {
- font-size: 12pt;
-}

Powered by Google App Engine
This is Rietveld 408576698