~jderose/dmedia/s3-upload-download

« back to all changes in this revision

Viewing changes to dmedia/data/style.css

  • Committer: Jason Gerard DeRose
  • Date: 2011-01-25 23:48:12 UTC
  • mfrom: (138.2.11 oath-or-bust)
  • Revision ID: jderose@novacut.com-20110125234812-rp1jqfnvvlw5hdoy
Merge basic oauth support and browser cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        background:-webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(238,240,240)), color-stop(0.5, rgb(182,189,192)));
30
30
        background:-moz-linear-gradient(center bottom, rgb(182,189,192) 50%, rgb(238,240,240) 100%);
31
31
        overflow:auto;
32
 
        -webkit-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.5);
33
 
        -moz-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.5);
 
32
/*
 
33
FIXME: WebKit-GTK currently has a severe performance problem when using
 
34
large box-shadows, so this has been disabled for now.  See:
 
35
 
 
36
  https://bugs.launchpad.net/ubuntu/+source/webkit/+bug/655012
 
37
 
 
38
  https://bugs.webkit.org/show_bug.cgi?id=41031
 
39
*/
 
40
/*      -webkit-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.5); */
 
41
/*      -moz-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.5); */
34
42
        border:1px solid #ddd;
35
43
}
36
44
 
58
66
        border:1px solid #ccc;
59
67
        opacity: 1;
60
68
        -moz-transform: translate(0px, 0px);
61
 
        -webkit-transform: translate(0px, 0px); 
 
69
        -webkit-transform: translate(0px, 0px);
62
70
}
63
71
 
64
72
#info.out{
168
176
        left:11px;
169
177
        height:14px;
170
178
        width:51px;
171
 
        background-image: url("stars.png");     
 
179
        background-image: url("stars.png");
172
180
}
173
181
 
174
182
.star_off{
243
251
 
244
252
::-webkit-scrollbar {
245
253
    width: 10px;
246
 
    height: 10px;    
 
254
    height: 10px;
247
255
}
248
256
 
249
257
::-webkit-scrollbar-button:start:decrement,