~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-17 06:43:18 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:911
browser: Hide 'More Actions' by default. It will be shown by JS when
         viewing a directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    color: #aaa;
69
69
}
70
70
 
71
 
/* One of these two is shown at runtime, depending on the context. */
72
 
#actions2 #actions2_file, #actions2 #actions2_directory {
 
71
/* One of the actions2s is shown at runtime, depending on the context.
 
72
 * We will show moreactions if we need it. */
 
73
#actions1 #moreactions_area, #actions2 #actions2_file,
 
74
#actions2 #actions2_directory {
73
75
    display: none;
74
76
}
75
77