2 # Copyright 2014 Paul Hänsch
4 # This file is part of Confetti.
6 # Confetti is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU Affero General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # Confetti is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU Affero General Public License for more details.
16 # You should have received a copy of the GNU Affero General Public License
17 # along with Confetti. If not, see <http://www.gnu.org/licenses/>.
23 border-radius: 4px 4px 0 0 ;
24 margin: .5em 2em .25em 2em;
25 padding: .25em 2ex .25em 2ex;
35 border-radius: 0 0 4px 4px;
36 margin: .25em 2em 1em 2em;
37 padding: .25em 2ex .25em 2ex;
52 display: inline-block;
63 .course .control .item {
64 display: inline-block;
69 border: 1px solid black;
72 .course .control a.item {
73 border-right: 3px double;
76 .course .control a.item:hover{
77 border-right: 1px solid;
80 .course .control .item[name=newfield] { width: 85%;}
81 .course .control .item[value=addfield] { width: 15%;}
84 display: inline-block;
90 margin: .125em 0 .5ex 0;
91 padding: 0 1ex .25em 1ex;
93 .course .section:nth-of-type(2n){ background: #EEE;}
95 .course .section .item {
98 word-wrap: break-word;
101 .course .section h2, .course .section h3 {
105 margin: .25em -.5ex .25em -.5ex;
106 border-style: none none solid none;
109 .course .section h2 {
114 .course .attendance {
117 .course .attendance a {
118 display: inline-block;
125 margin: .25em .125ex .25em .125ex;
126 padding: .125em 1ex .125em 1ex;
130 .course .dtstart { width: 37ex; }
131 .course .dtstart .DTSYEAR,
132 .course .dtstart .DTSMONTH,
133 .course .dtstart .DTS{
135 margin: .25em .25ex 1em .25ex;
136 display: inline-block;
141 .course .dtstart .DTSYEAR{ width: 11.5ex; }
142 .course .dtstart .DTSMONTH{ width: 18.5ex; }
143 .course .dtstart .DTS{ width: 5.5ex; }
145 .course .dtstart .DTSCAL,
146 .course .dtstart .DTSCALHEAD {
147 display: inline-block;
153 .course .dtstart .DTSCALHEAD {
155 border-top: 1px solid;
156 border-bottom: 1px solid;
159 .course .dtstart input[name=DTSDAY] { display: none; margin: 0; height: 0; width: 0; }
160 .course .dtstart input[name=DTSDAY]:checked + label.DTSCAL { font-weight: bold; border: solid 1px; }
162 .course .dtstart .DTSTIME{
163 display: inline-block;
168 .course .recur{ width: 37ex; }
169 .course .section select,
170 .course .section button,
171 .course .section input {
176 .course .select_attendance {
180 .course .select_attendance label{
183 margin: 0; padding: 0;
186 .course .select_attendance label input{
188 margin: 0; padding: 0;
193 .course .section input[type="text"] { width: 100%; }
194 .course .section textarea.COMMENT { min-height: 6em; width: 100%; overflow: auto; }