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/>.
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;
68 border: 1px solid black;
71 .course .control a.item {
72 border-right: 3px double;
75 .course .control a.item:hover{
76 border-right: 1px solid;
79 .course .control .item[name=newfield] { width: 85%;}
80 .course .control .item[value=addfield] { width: 15%;}
83 display: inline-block;
89 margin: .125em 0 .5ex 0;
90 padding: 0 1ex .25em 1ex;
92 .course .section:nth-of-type(2n){ background: #EEE;}
94 .course .section .item {
97 word-wrap: break-word;
100 .course .section h2, .course .section h3 {
104 margin: .25em -.5ex .25em -.5ex;
105 border-style: none none solid none;
108 .course .section h2 {
113 .course .attendance {
116 .course .attendance a {
117 display: inline-block;
124 margin: .25em .125ex .25em .125ex;
125 padding: .125em 1ex .125em 1ex;
129 .course .dtstart { width: 37ex; }
130 .course .dtstart .DTSYEAR,
131 .course .dtstart .DTSMONTH,
132 .course .dtstart .DTS{
134 margin: .25em .25ex 1em .25ex;
135 display: inline-block;
140 .course .dtstart .DTSYEAR{ width: 11.5ex; }
141 .course .dtstart .DTSMONTH{ width: 18.5ex; }
142 .course .dtstart .DTS{ width: 5.5ex; }
144 .course .dtstart .DTSCAL,
145 .course .dtstart .DTSCALHEAD {
146 display: inline-block;
152 .course .dtstart .DTSCALHEAD {
154 border-top: 1px solid;
155 border-bottom: 1px solid;
158 .course .dtstart input[name=DTSDAY] { display: none; margin: 0; height: 0; width: 0; }
159 .course .dtstart input[name=DTSDAY]:checked + label.DTSCAL { font-weight: bold; border: solid 1px; }
161 .course .dtstart .DTSTIME{
162 display: inline-block;
167 .course .recur{ width: 37ex; }
168 .course .section select,
169 .course .section button,
170 .course .section input {
175 .course .select_attendance {
179 .course .select_attendance label{
182 margin: 0; padding: 0;
185 .course .select_attendance label input{
187 margin: 0; padding: 0;
192 .course .section input[type="text"] { width: 100%; }
193 .course .section textarea.COMMENT { min-height: 6em; width: 100%; overflow: auto; }
197 # vi:set filetype=css: