Subversion Repositories wimsdev

Rev

Rev 10788 | Rev 13173 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6236 bpr 1
/* Classes */
2
/* title of class*/
3
.wims_classname {
7075 obado 4
   color:#999;
6236 bpr 5
   font-weight:bold;
6
   text-align:center;
10788 obado 7
   /*margin:1em 0;
8
   padding: 0 1em;*/
6236 bpr 9
}
10
/* Class Type*/
7075 obado 11
.wims_class_typename{font-size: .5em;}
6236 bpr 12
 
13
/* titles of classes in text */
14
.wims_classdesc, .wims_institutiondesc{
7075 obado 15
   color:#999;
6236 bpr 16
   font-weight:bold;
17
}
18
.wims_classdesc {font-size:large;}
19
 
20
/* external authentification (adm/class/reguser, adm/class/classes) */
21
.wims_external_auth { padding:5px;}
22
 
23
/*** Class Settings ***/
24
.class_settings label{
25
   min-width: 10em;
26
   display: inline-block;
27
}
28
.class_settings li{
29
   margin:0;
30
   padding:2px 5px;
31
}
32
.class_settings li:nth-child(even) {background: #CCC}
33
.class_settings li:nth-child(odd) {background: #FFF}
34
.field_required{
35
   font-size: 1.2em;
36
   font-weight: bold;
37
   color:red;
38
}
39
 
40
/* END of Classes */