Subversion Repositories bacoAlunos

Rev

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

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