profile_cleanup_page.css (606B)
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 color: white; 7 } 8 9 #header, 10 #refreshCheckboxContainer, 11 #refreshButtonContainer { 12 text-align: center; 13 margin-left: 40px; 14 margin-right: 40px; 15 margin-bottom: 30px; 16 } 17 18 #header { 19 font-size: 35px; 20 font-weight: normal; 21 margin-top: 45px; 22 } 23 24 #refreshCheckbox { 25 vertical-align: middle; 26 } 27 28 #checkboxLabel { 29 font-size: 13px; 30 } 31 32 #refreshButton { 33 padding: 8px 40px; 34 font-size: 15px; 35 }