Subversion Repositories bacoAlunos

Rev

Rev 1711 | 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
{
1617 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
}
1675 jmachado 20
.btn-huge{
21
    padding-top:20px;
22
    padding-bottom:20px;
23
}
24
 
25
.bacoInvisible,.bacoInvisible *
26
{
27
    background-color: lightgray !important;
28
    color:dimgray !important;
29
}
30
 
1312 jmachado 31
/***** NOVOS ***/
32
 
33
 
1320 jmachado 34
.cursorLink:hover
215 jmachado 35
{
1 fvelez 36
    cursor: pointer;
37
}
38
 
39
 
1326 jmachado 40
.alert-small
41
{
42
    padding: 3px !important;
43
    margin-bottom: 3px !important;
44
}
1 fvelez 45
 
1327 jmachado 46
.nav-tabs li a
47
{
48
    text-decoration: none !important;
49
    color: black !important;
50
}
92 jmachado 51
 
20 fvelez 52
 
1353 jmachado 53
.tablesorterfiltered
54
{}
20 fvelez 55
 
56
 
1586 jmachado 57
.box-col-1px
58
{
59
    padding: 1px !important;
60
}
61
.box-col-2px
62
{
63
    padding: 2px !important;
64
}
65
.box-col-3px
66
{
67
    padding: 3px !important;
68
}
69
.box-col-4px
70
{
71
    padding: 4px !important;
72
}
73
.box-col-5px
74
{
75
    padding: 5px !important;
76
}
1327 jmachado 77
 
1586 jmachado 78
/*REPORTS STYLES*/
79
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
80
{
81
    background-color: greenyellow;
82
}
83
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
84
{
85
    background-color: lightgray;
86
    color: #f5f5f5;
87
}
88
.periodosTable
89
{
90
    width: 100%;
91
    border: 1px solid black;
92
    padding: 0;
93
}
94
.periodosTable td
95
{
96
    border: 1px solid black;
97
    text-align: center;
98
    padding: 0;
99
}
100
 
101
 
1670 jmachado 102
.dirty, tr.dirty td
103
{
104
    background-color: #ffff00 !important;
105
}
106
 
1692 jmachado 107
 
108
.list-group-item .btn-xs .glyphicon
109
{
110
    margin-right: 0;
111
}
112
 
113
.bg-red{
114
    background-color: red !important;
115
    color: #600000 !important;
116
    padding: 10px;
117
}
118
.bg-green{
119
    background-color: green !important;
120
    color: #00ff00 !important;
121
}
1703 jmachado 122
 
1711 jmachado 123
.modified
124
{
125
    border: 4px dashed orange !important;
126
}
1703 jmachado 127
 
1711 jmachado 128
 
1727 jmachado 129
 
130