start 2.18 cycle
[themes.git] / EarlyBlue / mozapps / profile / profileSelection.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
49037d9b
RK
4
5
6@import url("chrome://global/skin/global.css");
7
8@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
9
10#profiles > listitem {
11 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
12}
13
6f25e2c5
RK
14#profiles > listitem > listcell > image {
15 width: 16px;
16 height: 16px;
17}
18
49037d9b
RK
19box#managebuttons > button {
20 min-width: 8em;
21}
22
23#managebuttons {
24 padding-top: 1em;
25}