~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.css

  • Committer: Matt Giuca
  • Date: 2009-02-24 05:59:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224055910-gevty3r7urdsq4zw
File browser: Re-styled the path area, now has a yellow 3D-looking gradient
    thing.
    Added image-source/filepathbar-bg.svg, and corresponding png.
    Changed filesystem/browser/media/browser.css to the new style.
    (Note: This breaks the two bars below it; that's OK, we're about to
    restyle them too).
Removed redundant span from filesystem/browser/template.html.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
     *        == 1.1*0.7em + 1.1*1.2em + 1.1*0.7em + 1.1em + 0.7em
35
35
     *        == 4.6em */
36
36
    height: 4.6em;
 
37
    padding: 0;
 
38
    background-color: #aaf;
 
39
}
 
40
 
 
41
#topbar #path {
 
42
    background-color: #fea;
 
43
    background-image: url(../ivle.webapp.filesystem.browser/chrome/pathbar-bg.png);
 
44
    background-repeat: repeat-y;
 
45
    margin: 0;
37
46
    padding: 0.5em;
38
 
    background-color: #aaf;
39
 
}
40
 
 
41
 
#topbar div {
42
 
    margin: 0.2em;
 
47
    border-top: white 2px solid;
 
48
    border-bottom: #863 1px solid;
43
49
}
44
50
 
45
51
#topbar #path a {