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

« back to all changes in this revision

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

  • Committer: wagrant
  • Date: 2008-07-09 01:45:57 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:834
Let the client decide whether to show file or directory actions2, as
the type can only be reliably determined from within the jail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    color: #aaa;
88
88
}
89
89
 
 
90
/* One of these two is shown at runtime, depending on the context. */
 
91
#actions2 #actions2_file, #actions2 #actions2_directory {
 
92
    display: none;
 
93
}
 
94
 
90
95
/* Everything under the top bar */
91
96
 
92
97
#filesbody {