~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:31:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224073135-fwt7lmjbapu83eq2
browser: The "actions1" and "actions2" bars are now combined into a single bar
    (the divs became spans, and are wrapped in a surrounding div "actions").
    The actions2 bar is now usually empty, except for uploading files, or the
    toolbar in the editor. Hence it just pops onto the end of the first line
    when necessary.
Looks much neater now!

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    font-weight: bold;
50
50
}
51
51
 
52
 
#actions1 {
 
52
#actions {
53
53
    padding: 0.5em;
54
54
}
55
55
/* class "choice" is for all choices, enabled and disabled. This is for both
75
75
    color: #aaa;
76
76
}
77
77
 
78
 
#actions2 p {
79
 
    margin: 0;
80
 
}
81
 
 
82
78
/* One of the actions2s is shown at runtime, depending on the context.
83
79
 * We will show moreactions if we need it. */
84
80
#actions1 #moreactions_area, #actions2 #actions2_file,