profileSelection.css (603B)
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/. */ 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 14 #profiles > listitem > listcell > image { 15 width: 16px; 16 height: 16px; 17 } 18 19 box#managebuttons > button { 20 min-width: 8em; 21 } 22 23 #managebuttons { 24 padding-top: 1em; 25 }