aboutRestartRequired.css (417B)
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 @import url("chrome://global/skin/error-pages.css"); 6 7 #header { 8 background: none; 9 padding-inline-start: 0; 10 margin-inline-start: 0; 11 } 12 13 #text-container { 14 margin: auto; 15 } 16 17 #restart { 18 margin-top: 1.2em; 19 }