michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: michael@0: @import url("chrome://global/skin/global.css"); michael@0: michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: #profiles > listitem { michael@0: list-style-image: url("chrome://mozapps/skin/profile/profileicon.png"); michael@0: } michael@0: michael@0: #profiles:focus > listitem[selected="true"] { michael@0: list-style-image: url("chrome://mozapps/skin/profile/profileicon-selected.png"); michael@0: } michael@0: michael@0: #profiles > listitem > listcell > image { michael@0: width: 16px; michael@0: height: 16px; michael@0: } michael@0: michael@0: box#managebuttons > button { michael@0: min-width: 8em; michael@0: } michael@0: michael@0: #managebuttons { michael@0: padding-top: 1em; michael@0: }