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

« back to all changes in this revision

Viewing changes to www/media/browser/listing.css

  • Committer: mattgiuca
  • Date: 2008-02-28 07:52:35 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:608
browser/listing: REMOVED the generation of all action links to the right
    panel. (Yes, this is the end of an era).
    Split the "Modified" stamp in the right panel to split over 3 lines so it
    takes up less horizontal space.
    Shrunk the right panel from 300px down to 200px, as requested by Steven
    Bird.
We can now rely solely on the top dropdown for doing actions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
/* FILE LISTINGS TABLE */
24
24
 
25
25
#filetable {
26
 
    /* Position to fill its containing box, except the right 300px, for
 
26
    /* Position to fill its containing box, except the right 200px, for
27
27
     * sidepanel. */
28
28
    position: absolute;
29
29
    left: 0;
30
30
    top: 0;
31
31
    bottom: 0;
32
 
    right: 300px;
 
32
    right: 200px;
33
33
    border-collapse: collapse;
34
34
    border-right: 1px solid #888;
35
35
    padding: 0;
131
131
    top: 0;
132
132
    bottom: 0;
133
133
    right: 0;
134
 
    width: 300px;
 
134
    width: 200px;
135
135
    border-left: 1px solid #888;
136
136
    border-top: 1px solid #888;
137
137
    background-color: #ccc;