Revision 7a245cde snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
1
/*!
2
 * Bootstrap @VERSION
3
 *
4
 * Copyright 2011 Twitter, Inc
5
 * Licensed under the Apache License v2.0
6
 * http://www.apache.org/licenses/LICENSE-2.0
7
 *
8
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
 * Date: @DATE
10
 */
11 1
/* Variables.less
12 2
 * Variables to customize the look and feel of Bootstrap
13 3
 * ----------------------------------------------------- */
......
60 50
  font-weight: bold;
61 51
  background-color: #333;
62 52
}
53
.servicesbar a img {
54
  border: none;
55
  margin: 1px;
56
  margin-bottom: 2px;
57
}
63 58
.servicesbar .services {
64 59
  zoom: 1;
65 60
}
......
76 71
  zoom: 1;
77 72
  text-align: right;
78 73
  min-width: 200px;
74
  width: 200px;
79 75
  background-color: #000000;
80 76
  zoom: 1;
81 77
  position: absolute;
......
105 101
  float: none;
106 102
  display: block;
107 103
}
108
.servicesbar .profile:hover {
104
.servicesbar .profile:hover, .servicesbar .profile.hover {
109 105
  background-color: #222;
110 106
}
111
.servicesbar .profile:hover ul {
107
.servicesbar .profile:hover ul, .servicesbar .profile.hover ul {
112 108
  display: block;
113 109
}
114 110
.servicesbar .profile:before, .servicesbar .profile:after {

Also available in: Unified diff