storage.css revision cedac228d2dd51db4b79ea1e72c7f249408ee061
1/* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5#storage-profile-menu {
6  box-shadow: 0 0.5em 1.5em #444;
7  font-size: 0.8em;
8  min-width: 10em;
9  padding: 0;
10  position: absolute;
11  width: auto;
12  z-index: 99;
13}
14
15#storage-profile-menu li {
16  border-bottom: 1px solid #DDD;
17  cursor: pointer;
18  font-weight: normal;
19  margin: 0 0 1em 0;
20  padding: 0 1em;
21}
22
23#storage-profile-menu li.header {
24  font-weight: bold;
25  background: #eee;
26  padding: 0.5em 1em;
27}
28