JSON compatible with Ry Dahl's Ajax.Pull + example
[upr.git] / examples / rails_app-2.3.4 / public / stylesheets / site.css
blob043b5da8ac4ee8709017cccbb3b45123f7896c0f
1 /*
2 * stolen from Ry Dahl's mongrel_streaming_upload_progress
3 * http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html
4 */
5 .notice {
6 border: 1px solid red;
7 margin: 5em;
8 padding: 1em;
9 text-align: center;
11 #progress-bar {
12 width:500px;
13 height:25px;
14 margin:15px;
15 border:solid 1px #000;
16 position:relative;
19 #progress-bar #status-bar {
20 display:block;
21 height:25px;
22 width:0;
23 background-color:#ffa;
24 border-right:solid 1px #000;
25 position:absolute;
26 top:0; left:0;
29 #progress-bar #status-text {
30 display:block;
31 padding: 0 15px;
32 line-height:25px;
33 position:absolute;
34 top:0; left:0;
36 #upload-console, #upload-target {
37 width: 100%; height: 100px;
38 background-color: #eee;
39 border: 0;
40 margin: 0; padding: 0;