elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

aboutSessionRestore.css (1247B)


      1 
      2 html {
      3   height: 100%;
      4 }
      5 
      6 body {
      7   height: 100%;
      8   text-align: center;
      9 }
     10 
     11 #errorPageContainer {
     12   background-image: url("chrome://global/skin/icons/warning-large.png");
     13   display: -moz-box;
     14   width: -moz-available;
     15   height: 70%;
     16   -moz-box-orient: vertical;
     17   text-align: start;
     18 }
     19 
     20 #errorShortDesc > p {
     21   margin-top: 0.4em;
     22   margin-bottom: 0;
     23 }
     24 
     25 #errorLongContent, #errorTrailerDesc {
     26   display: -moz-box;
     27   -moz-box-flex: 1;
     28   -moz-box-orient: vertical;
     29 }
     30 
     31 #tabList {
     32   margin-top: 2.5em;
     33   width: 100%;
     34   min-height: 12em;
     35 }
     36 
     37 treechildren::-moz-tree-image(icon),
     38 treechildren::-moz-tree-image(noicon) {
     39   padding-right: 2px;
     40   margin: 0px 2px;
     41   width: 16px;
     42   height: 16px;
     43 }
     44 
     45 treechildren::-moz-tree-image(noicon) {
     46   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
     47 }
     48 treechildren::-moz-tree-image(container, noicon) {
     49   list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
     50 }
     51 treechildren::-moz-tree-image(checked) {
     52   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
     53 }
     54 treechildren::-moz-tree-image(partial) {
     55   list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
     56 }
     57 
     58 #buttons {
     59   width: 100%;
     60 }
     61 #buttons > button {
     62   margin-top: 2em;
     63 }