aboutUnloads.css (461B)
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 body { 6 display: block; 7 } 8 9 .control-panel { 10 float: inline-end; 11 margin: 10px 0; 12 } 13 14 #button-unload { 15 float: inherit; 16 margin-inline-end: 0; 17 } 18 19 .top-level-process { 20 font-weight: var(--font-weight-bold); 21 } 22 23 .shared-process { 24 font-style: italic; 25 }