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

Unified Diff: remoting/webapp/base/html/main.css

Issue 826563003: Cleanup HTML/CSS bits left after NPAPI plugin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | remoting/webapp/crd/html/template_main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/html/main.css
diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css
index 3545f1e6e7ed79001d5536ae277f15c7c1fed66f..4c5234e3413ec628281a8f6184ed756f3d44b5a9 100644
--- a/remoting/webapp/base/html/main.css
+++ b/remoting/webapp/base/html/main.css
@@ -573,11 +573,6 @@ button {
color: rgba(0, 0, 0, 0.5);
}
-#daemon-plugin-container {
- width: 0;
- height: 0;
-}
-
.dialog-container {
position: absolute;
top: 200px;
@@ -618,11 +613,6 @@ html.apps-v2.scrollable {
}
*/
-#host-plugin-container {
- width: 0;
- height: 0;
-}
-
/* The NAT traversal state is independent of the app mode, and both need
* to be combined to determine the visibility of the butter bar. We use
* a style for the former and the 'hidden' property for the latter. */
« no previous file with comments | « no previous file | remoting/webapp/crd/html/template_main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698