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

Unified Diff: remoting/webapp/me2mom/toolbar.css

Issue 9148043: Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webapp_it2me back Created 8 years, 11 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 | « remoting/webapp/me2mom/stats_accumulator.js ('k') | remoting/webapp/me2mom/toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/toolbar.css
diff --git a/remoting/webapp/me2mom/toolbar.css b/remoting/webapp/me2mom/toolbar.css
deleted file mode 100644
index 9a56d1e7f58b43bb454eda3c169df2938fd8cb57..0000000000000000000000000000000000000000
--- a/remoting/webapp/me2mom/toolbar.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-.toolbar-container {
- position: fixed;
- top: -45px;
- width: 640px;
- -webkit-transition: top 0.2s linear;
- -webkit-transition-delay: 0.7s;
- font-size: 13px;
- pointer-events: none;
- z-index: 1;
-}
-
-.toolbar-container button {
- padding: 3px 9px;
-}
-
-.toolbar-visible {
- top: -8px;
- -webkit-transition-delay: 0s;
-}
-
-.toolbar-container div {
- margin-left: auto;
- margin-right: auto;
-}
-
-.toolbar-stub {
- position: absolute;
- width: 134px;
- height: 7px;
- left: 253px;
- border-bottom-left-radius: 7px;
- border-bottom-right-radius: 7px;
- background-color: #4695ff;
- -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
- pointer-events: all;
- clip: rect(0, 999px, 999px, -999px);
-}
-
-.toolbar-border {
- border-radius: 7px;
- border: 3px solid #4695ff;
- width: 620px;
- padding: 10px 7px 5px 7px;
- background-color: #e9e9e9;
- -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
- pointer-events: all;
-}
-
-/* Ensure that the 'connected to' string doesn't make the tool-bar overflow */
-#connected-to {
- display: inline-block;
- max-width: 280px;
- overflow: hidden;
- margin-__MSG_@@bidi_end_edge__: 8px;
- white-space: nowrap;
-}
-
-.end-align {
- float: __MSG_@@bidi_end_edge__;
-}
-
-.arrow-down {
- width: 0;
- height: 0;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-top: 5px solid white;
- left: auto;
- right: auto;
-}
« no previous file with comments | « remoting/webapp/me2mom/stats_accumulator.js ('k') | remoting/webapp/me2mom/toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698