~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-01-13 12:08:48 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:211
fileservice/listing: Slight change to date format.
browser.js: Abstracted get_handler_type.
browser/listing.js: Wrote code to populate the side panel with the information
about the selected file and action links (very rough).

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
    text-align: center;
149
149
}
150
150
 
151
 
#sidepanel p, #sidepanel h1, #sidepanel h2 {
 
151
#sidepanel p, #sidepanel h2, #sidepanel h3 {
152
152
    margin: 0;
153
153
    padding: 0;
154
154
}
155
155
 
156
 
#sidepanel h2 {
157
 
    margin-top: 8px;
 
156
#sidepanel h3 {
 
157
    margin-top: 1em;
158
158
}
159
159
 
160
160
#sidepanel a {