~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:48:50 UTC
  • Revision ID: me@williamgrant.id.au-20091216024850-khcw6r7sf096j91u
Convert the user modification actions to a context actions menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
 
261
261
/* Action links have a 16x16 icon on the left. */
262
262
.addaction,
263
 
.editaction {
 
263
.editaction,
 
264
.keyaction {
264
265
  padding-left: 18px;
265
266
  background-position: left center;
266
267
  background-repeat: no-repeat;
274
275
  background-image: url(images/interface/pencil.png);
275
276
}
276
277
 
 
278
.keyaction {
 
279
  background-image: url(images/interface/key.png);
 
280
}
 
281
 
277
282
/* Actions relating the context can be floated at the right. */
278
283
.contextactions {
279
284
  position: absolute;
281
286
  right: 0;
282
287
  margin: 1em;
283
288
}
 
289
 
 
290
.contextactions a {
 
291
  display: block;
 
292
  margin-bottom: 0.3em;
 
293
}