~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 07:38:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224073842-rg2kiji9zqdo01re
browser: Top bar, tweaked pixel sizes. Added a bit of a 3D effect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    background-repeat: repeat-y;
42
42
    margin: 0;
43
43
    padding: 0.5em;
44
 
    border-top: white 2px solid;
45
 
    border-bottom: #863 1px solid;
 
44
    border-top: white 2px solid;        /* Top edge of 3D effect */
 
45
    border-bottom: #863 1px solid;      /* Bottom edge of 3D effect */
46
46
}
47
47
 
48
48
#topbar #path a {
50
50
}
51
51
 
52
52
#actions {
53
 
    padding: 0.5em;
 
53
    padding: 0.3em 0.5em;
 
54
    border-top: white 1px solid;        /* Top edge of 3D effect */
54
55
}
55
56
/* class "choice" is for all choices, enabled and disabled. This is for both
56
57
 * the <a> actions and <option> actions.