minibuffer-completion.js: Fix default get_value for prefix_completer and all_words_co...
[conkeror.git] / content / downloads.css
blob984c746c836373c7d6f9e24dd413e89d26e4f860
1 /**
2 * (C) Copyright 2008 Jeremy Maitin-Shepard
4 * Use, modification, and distribution are subject to the terms specified in the
5 * COPYING file.
6 **/
8 body.download-buffer {
9 background-color: #bbbbbb;
12 div.download-info {
13 width: 100%;
14 white-space: nowrap;
15 overflow: hidden;
18 div.download-label {
19 width: 10em;
20 font-weight: bold;
23 div {
24 font-family: verdana;
25 /* Hard coding these values is probably not good, but I can't figure
26 out how to get them as more general system preferences. Perhaps
27 someone with better CSS-fu can figure it out. */
28 font-size: 14.1px;
31 div.download-label, div.download-value {
32 float: left;
35 div.download-value {
36 width: 0px;
39 #download-percent {
40 width: auto;
41 float: right;
42 margin-right: 1em;
45 #download-progress-container {
46 float: right;
47 width: 15em;
48 height: 1em;
49 border: 1px solid black;
50 padding: 0px 0px 0px 0px;
51 margin: 0px 0px 0px 0px;
52 background-color: #cccccc;
53 overflow: hidden;
56 #download-progress-bar {
57 height: 100%;
58 background-color: #666666;
59 margin: 0px 0px 0px 0px;