history.js: comment
[conkeror.git] / content / downloads.css
blob9bae2ef7e5d25da7ca969926784e42aa8e66125b
1 /**
2 * (C) Copyright 2008 Jeremy Maitin-Shepard
3 * (C) Copyright 2009 John Foerch
5 * Use, modification, and distribution are subject to the terms specified in the
6 * COPYING file.
7 **/
9 * {
10 margin: 0px;
11 padding: 0px;
12 /* Hard coding these values is probably not good, but I can't figure
13 out how to get them as more general system preferences. Perhaps
14 someone with better CSS-fu can figure it out. */
15 font-family: verdana;
16 font-size: 14.1px;
19 body.download-buffer {
20 background-color: #bbbbbb;
21 padding: 4px;
24 td {
25 vertical-align: top;
26 white-space: nowrap;
29 td.download-label {
30 width: 10em;
31 font-weight: bold;
34 #download-percent {
35 float: left;
36 margin-right: 1em;
39 #download-progress-container {
40 width: 15em;
41 height: 1em;
42 border: 1px solid black;
43 padding: 0px;
44 margin: 0px;
45 background-color: #cccccc;
46 overflow: hidden;
49 #download-progress-bar {
50 height: 100%;
51 background-color: #666666;
52 margin: 0px;