Subversion Repositories bacoAlunos

Rev

Rev 1586 | Rev 1675 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1586 Rev 1617
1
 
1
 
2
 
2
 
3
.panel-heading
3
.panel-heading
4
{
4
{
5
    font-size: 1.2em !important;
5
    font-size: 1.2em !important;
6
    font-weight: bold;
6
    font-weight: bold;
7
}
7
}
8
.web-messages
8
.web-messages
9
{
9
{
10
    margin-bottom: 30px !important;
10
    /*margin-bottom: 30px !important;*/
11
 
11
 
12
}
12
}
13
.web-messages .alert
13
.web-messages .alert
14
{
14
{
15
    padding-top: 2px !important;
15
    padding-top: 2px !important;
16
    padding-bottom: 2px !important;
16
    padding-bottom: 2px !important;
17
    margin-bottom: 2px !important;
17
    margin-bottom: 2px !important;
18
    margin-left: 20px;
18
    margin-left: 20px;
19
}
19
}
20
/***** NOVOS ***/
20
/***** NOVOS ***/
21
 
21
 
22
 
22
 
23
.cursorLink:hover
23
.cursorLink:hover
24
{
24
{
25
    cursor: pointer;
25
    cursor: pointer;
26
}
26
}
27
 
27
 
28
 
28
 
29
.alert-small
29
.alert-small
30
{
30
{
31
    padding: 3px !important;
31
    padding: 3px !important;
32
    margin-bottom: 3px !important;
32
    margin-bottom: 3px !important;
33
}
33
}
34
 
34
 
35
.nav-tabs li a
35
.nav-tabs li a
36
{
36
{
37
    text-decoration: none !important;
37
    text-decoration: none !important;
38
    color: black !important;
38
    color: black !important;
39
}
39
}
40
 
40
 
41
 
41
 
42
.tablesorterfiltered
42
.tablesorterfiltered
43
{}
43
{}
44
 
44
 
45
 
45
 
46
.box-col-1px
46
.box-col-1px
47
{
47
{
48
    padding: 1px !important;
48
    padding: 1px !important;
49
}
49
}
50
.box-col-2px
50
.box-col-2px
51
{
51
{
52
    padding: 2px !important;
52
    padding: 2px !important;
53
}
53
}
54
.box-col-3px
54
.box-col-3px
55
{
55
{
56
    padding: 3px !important;
56
    padding: 3px !important;
57
}
57
}
58
.box-col-4px
58
.box-col-4px
59
{
59
{
60
    padding: 4px !important;
60
    padding: 4px !important;
61
}
61
}
62
.box-col-5px
62
.box-col-5px
63
{
63
{
64
    padding: 5px !important;
64
    padding: 5px !important;
65
}
65
}
66
 
66
 
67
/*REPORTS STYLES*/
67
/*REPORTS STYLES*/
68
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
68
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
69
{
69
{
70
    background-color: greenyellow;
70
    background-color: greenyellow;
71
}
71
}
72
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
72
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
73
{
73
{
74
    background-color: lightgray;
74
    background-color: lightgray;
75
    color: #f5f5f5;
75
    color: #f5f5f5;
76
}
76
}
77
.periodosTable
77
.periodosTable
78
{
78
{
79
    width: 100%;
79
    width: 100%;
80
    border: 1px solid black;
80
    border: 1px solid black;
81
    padding: 0;
81
    padding: 0;
82
}
82
}
83
.periodosTable td
83
.periodosTable td
84
{
84
{
85
    border: 1px solid black;
85
    border: 1px solid black;
86
    text-align: center;
86
    text-align: center;
87
    padding: 0;
87
    padding: 0;
88
}
88
}
89
 
89
 
90
 
90
 
91
 
91