summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/me2mom/toolbar.css
blob: 3ace5ad8edbd296e206f17bf0d2e9e73fdd224f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* 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;
  left: 50%;
  margin-left: -320px;
  -webkit-transition: top 0.2s linear;
  -webkit-transition-delay: 0.7s;
  font-size: 13px;
}

.toolbar-container button {
  padding: 3px 9px;
}

.toolbar-container:hover, .toolbar-preview {
  top: -8px;
  -webkit-transition-delay: 0s;
}

.toolbar-container div {
  margin-left: auto;
  margin-right: auto;
}

.toolbar-stub {
  width: 134px; /* Needs to match the width of the 'stub' img */
}

.toolbar-border {
  border-radius: 7px;
  border: 3px solid #4695ff;
  width: 640px;
  padding: 10px 7px 5px 7px;
  background-color: #e9e9e9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* 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__;
}