elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

unknownContentType.css (553B)


      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 #from {
      7   margin-top: 1px; 
      8 }
      9 
     10 #location {
     11   font-weight: bold;
     12 }
     13 
     14 #contentTypeImage {
     15   height: 16px;
     16   width: 16px;
     17   margin-top: 0px;
     18   margin-bottom: 0px;
     19   margin-inline-start: 0px;
     20   margin-inline-end: 5px;
     21 }
     22 
     23 .small-indent {
     24   margin-inline-start: 15px; 
     25   margin-inline-end: 15px;
     26 }
     27 
     28 .small-indent label {
     29   margin-inline-start: 0px; 
     30 }
     31