~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 04:09:21 UTC
  • Revision ID: me@williamgrant.id.au-20091216040921-vsdmwmqvlmxtux0a
Add manage/group actions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
/* Action links have a 16x16 icon on the left. */
262
262
.addaction,
263
263
.editaction,
264
 
.keyaction {
 
264
.keyaction,
 
265
.manageaction,
 
266
.groupaction {
265
267
  padding-left: 18px;
266
268
  background-position: left center;
267
269
  background-repeat: no-repeat;
279
281
  background-image: url(images/interface/key.png);
280
282
}
281
283
 
 
284
.manageaction {
 
285
  background-image: url(images/interface/wrench.png);
 
286
}
 
287
 
 
288
.groupaction {
 
289
  background-image: url(images/interface/group.png);
 
290
}
 
291
 
282
292
/* Actions relating the context can be floated at the right. */
283
293
.contextactions {
284
294
  position: absolute;