~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/skin/flourish/resources/gradebook.css

  • Committer: Gediminas Paulauskas
  • Date: 2014-05-08 15:13:41 UTC
  • mfrom: (1.1.34)
  • Revision ID: menesis@pov.lt-20140508151341-wcsbt3m1lxbrc90x
Tags: 1:2.8.0-0ubuntu1
* New upstream release.
* debian/patches/ckeditor4.patch: remove, fixed upstream.
* debian/copyright: add a section for included d3 javascript library.
* debian/missing-sources: add sources for included javascript libraries:
  - d3 2.9.7
  - jquery 1.7.1
  - jquery-scrollto 1.4.2
  - jquery-ui 1.8.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
.grid .third-nav {
24
24
    float: left;
25
 
    border-radius: 0;
26
25
    margin: 0;
27
26
    width: 10000px;
28
27
}
29
28
 
30
 
.grid .third-nav > li:first-child a {
31
 
    border-radius: 0;
32
 
}
33
 
 
34
29
.grid .third-nav li a {
35
30
    width: 135px;
36
31
    padding: 8px 0;
37
32
    text-align: center;
38
33
    overflow: hidden;
 
34
    background: #f7f7f7;
 
35
}
 
36
 
 
37
.grid .third-nav-container .third-nav > li {
 
38
    margin-top: 0;
 
39
}
 
40
 
 
41
.grid .third-nav-container .third-nav > li a {
 
42
    border: 1px solid #d9d9d9;
 
43
}
 
44
 
 
45
.grid .third-nav li.active a,
 
46
.grid .third-nav li.active a:hover {
 
47
    background: #E7E4E2;
39
48
}
40
49
 
41
50
.grid a.navbar-arrow {
42
 
    background: #F7F7F7;
 
51
    background: #ffffff;
43
52
    display: block;
44
53
    font-size: 12px;
45
54
    line-height: 16px;
48
57
    text-align: center;
49
58
    text-decoration: none;
50
59
    top: 36px;
51
 
    width: 10px;
 
60
    width: 8px;
52
61
    outline: none;
53
 
    border-bottom-color: #D9D9D9;
54
 
    border-bottom-style: solid;
55
 
    border-bottom-width: 1px;
 
62
    border: none;
 
63
    margin-left: -1px
 
64
    margin-top: -5px;
56
65
}
57
66
 
58
 
.grid a.navbar-arrow:hover,
59
 
.grid a.navbar-list-worksheets-active {
60
 
    background: url("subnav_active_bg.png") repeat scroll left 1px transparent;
 
67
.grid a.navbar-arrow:first-child {
 
68
    margin-left: 0;
61
69
}
62
70
 
63
71
.grid a.navbar-arrow-inactive {
65
73
}
66
74
 
67
75
.grid a.navbar-arrow-inactive:hover {
68
 
    background: #F7F7F7;
 
76
    background: #ffffff;
69
77
    cursor: default;
70
78
}
71
79
 
72
80
.grid a.navbar-go-previous {
73
81
    left: 208px;
74
 
    border-radius: 4px 0 0 0;
75
82
}
76
83
 
77
84
.grid a.navbar-go-next {
79
86
}
80
87
 
81
88
.grid > a.navbar-list-worksheets {
82
 
    border-left-width: 1px;
83
 
    border-left-style: solid;
84
 
    border-left-color: #ccc;
85
 
    border-radius: 0 4px 0 0;
86
89
    right: 16px;
87
 
    width: 11px;
 
90
    width: 10px;
88
91
}
89
92
 
90
93
.grid > .body {