tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

deletecert.css (488B)


      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 dialog::part(content-box) {
      6  flex: 1;
      7 }
      8 
      9 #confirm,
     10 #impact {
     11  /* We don't want these to impact the horizontal size of the dialog */
     12  contain: inline-size;
     13 }
     14 
     15 #impact {
     16  margin-block-start: 12px;
     17 }
     18 
     19 #certlist {
     20  flex: 1;
     21  min-height: 8em;
     22  contain: size;
     23  min-width: 35em;
     24 }