~ubuntu-branches/ubuntu/raring/schooltool.intervention/raring

« back to all changes in this revision

Viewing changes to src/schooltool/intervention/browser/reportsViewlet.css

  • Committer: Gediminas Paulauskas
  • Date: 2011-09-19 16:56:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: menesis@pov.lt-20110919165645-718diuud5tc4mjsx
Tags: 0.5.0-0ubuntu1
* New upstream release.
* debian/rules: move gradebook to Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Stylesheet for SchoolTool dropdown action menu item
3
 
 */
4
 
 
5
 
div.dropdownactions {
6
 
  background: #eae8e3;
7
 
  border: 1px solid #bab5ab;
8
 
  padding: 0.2em 0.3em;
9
 
  margin: 0px;
10
 
  position: absolute;
11
 
  z-index: 100;
12
 
  display: none;
13
 
  white-space: nowrap;
14
 
}
15
 
 
16
 
div.dropdownactions div.content-nav {
17
 
  border: none;
18
 
  display: block;
19
 
}