1 # Copyright 2014 Paul Hänsch
3 # This file is part of Confetti.
5 # Confetti is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU Affero General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # Confetti is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU Affero General Public License for more details.
15 # You should have received a copy of the GNU Affero General Public License
16 # along with Confetti. If not, see <http://www.gnu.org/licenses/>.
25 border-radius: 4px 4px 0 0 ;
26 margin: 1em auto .25em auto;
27 padding: .25em 2ex .25em 2ex;
39 border-radius: 0 0 4px 4px;
40 margin: .25em auto 1em auto;
41 padding: .25em 2ex .25em 2ex;
56 .courselist .course .section {
57 display: inline-block;
60 margin: .125em .5ex .5ex .5ex;
61 padding: 0 .2em .2em .2em;
65 .courselist .course .attendance {
68 .courselist .course .attendance a {
69 display: inline-block;
74 margin: .25em .125ex .25em .125ex;
75 padding: .125em 1ex .125em 1ex;
79 .courselist .course .dtstart {
82 .courselist .course .dtstart .DTSYEAR{
83 display: inline-block;
88 .courselist .course .dtstart .DTSMONTH{
89 display: inline-block;
94 .courselist .course .dtstart .DTS{
95 display: inline-block;
100 .courselist .course .dtstart .DTSCALHEAD{
101 display: inline-block;
106 .courselist .course .dtstart .DTSCAL{
107 display: inline-block;
111 .courselist .course .dtstart .selected {
114 .courselist .course .dtstart .DTSTIME{
115 display: inline-block;
118 .courselist .course .dtstart span.DTSTIME{
122 .courselist .course .recur{
126 .courselist .course .control {
133 .courselist .course .control .item {
138 .courselist .course .control a.item {
140 border-style: solid double solid solid;
141 border-width: 1px 3px 1px 1px;
146 .courselist .course .control a.item:hover{
147 border-width: 1px 1px 1px 1px;
150 .courselist .course .section .sectitle {
153 margin: .2em .2em .2em .2em;
156 .courselist .course .section .item {
159 word-wrap: break-word;
161 .courselist .course .section input[type="text"] {
165 .courselist .course .section textarea.COMMENT {
172 # vi:set filetype=css: