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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-07-15 09:18:02 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:877
pulldown_subj/__init__.py: Added "enrol_user" function which pulls down a user
    and also enrols them in the database.
Added script enrolallusers.py which scriptulously performs automatic
enrolments of all users in the system, similar to remakeallusers.

Show diffs side-by-side

added added

removed removed

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