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

« back to all changes in this revision

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

  • Committer: dcoles
  • Date: 2008-07-23 07:38:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:944
Special Home Directory: Work to create a special home directory that shows the 
subjects you are enrolled in, the repositories that you have for those subjects 
and aranges the files in a sensible fashion. (See bugtracker [ 2010232 ] Home 
directory: special user interface)

This should also support showing group repositories at a later date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
    font-size: 0.8em;
183
183
}
184
184
 
 
185
/* Special Top Level Directory Icons */
 
186
li.listing-dir {
 
187
    list-style-image: url(../images/mime/dir.png);
 
188
}
 
189
 
 
190
li.listing-loading {
 
191
    list-style-image: url(../images/interface/loading.gif);
 
192
}
 
193
 
 
194
span.status {
 
195
    color: gray;
 
196
}