comparison css/main.css @ 38:1cf0cdbc18cc

better first-run experience
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 13:55:15 -0700
parents deebff30e816
children 6f48313c4da3
comparison
equal deleted inserted replaced
37:deebff30e816 38:1cf0cdbc18cc
67 display: none; 67 display: none;
68 } 68 }
69 69
70 /* Rule to fix quirks-mode inheritance behavior */ 70 /* Rule to fix quirks-mode inheritance behavior */
71 table, caption { 71 table, caption {
72 color: inherit;
72 font-size: inherit; 73 font-size: inherit;
73 font-weight: inherit; 74 font-weight: inherit;
74 font-style: inherit; 75 font-style: inherit;
75 font-variant: inherit; 76 font-variant: inherit;
76 } 77 }
120 .loading { 121 .loading {
121 background-image: url('images/ajax-loader.gif'); 122 background-image: url('images/ajax-loader.gif');
122 background-repeat: no-repeat; 123 background-repeat: no-repeat;
123 background-position: top right; 124 background-position: top right;
124 } 125 }
126
127 .dialog {
128 position: absolute;
129 top: 0px;
130 left: 0px;
131 }
132
133 .dialog .content {
134 color: white;
135 background: rgba(0, 0, 0, 0.75);
136 padding: 2em;
137 width: 50%;
138 margin: 10em auto;
139 }