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

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: William Grant
  • Date: 2009-12-16 02:34:36 UTC
  • Revision ID: me@williamgrant.id.au-20091216023436-bdjoc1skxi334x34
Add core add/edit icons from famfamfam Silk, plus some CSS to start an actions meme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
.pretty_table tbody tr:hover td {
258
258
  color: #111;
259
259
}
 
260
 
 
261
/* Action links have a 16x16 icon on the left. */
 
262
.addaction,
 
263
.editaction {
 
264
  padding-left: 18px;
 
265
  background-position: left center;
 
266
  background-repeat: no-repeat;
 
267
}
 
268
 
 
269
.addaction {
 
270
  background-image: url(images/interface/add.png);
 
271
}
 
272
 
 
273
.editaction {
 
274
  background-image: url(images/interface/pencil.png);
 
275
}
 
276
 
 
277
/* Actions relating the context can be floated at the right. */
 
278
.contextactions {
 
279
  position: absolute;
 
280
  top: 0;
 
281
  right: 0;
 
282
  margin: 1em;
 
283
}