Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
@font-face {
2
    font-family: 'Glyphicons Halflings';
3
    src: url('../fonts/glyphicons-halflings-regular.eot');
4
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
5
}
6
 
7
.glyphicon {
8
    position: relative;
9
    top: 1px;
10
    display: inline-block;
11
    font-family: 'Glyphicons Halflings';
12
    font-style: normal;
13
    font-weight: normal;
14
    line-height: 1;
15
    -webkit-font-smoothing: antialiased;
16
    -moz-osx-font-smoothing: grayscale;
17
}
18
 
19
.glyphicon-time:before {
20
    content: "\e023";
21
}
22
 
23
.glyphicon-chevron-left:before {
24
    content: "\e079";
25
}
26
 
27
.glyphicon-chevron-right:before {
28
    content: "\e080";
29
}
30
 
31
.glyphicon-chevron-up:before {
32
    content: "\e113";
33
}
34
 
35
.glyphicon-chevron-down:before {
36
    content: "\e114";
37
}
38
 
39
.glyphicon-calendar:before {
40
    content: "\e109";
41
}
42
 
43
.btn {
44
    display: inline-block;
45
    padding: 6px 12px;
46
    margin-bottom: 0;
47
    font-size: 14px;
48
    font-weight: normal;
49
    line-height: 1.42857143;
50
    text-align: center;
51
    white-space: nowrap;
52
    vertical-align: middle;
53
    -ms-touch-action: manipulation;
54
    touch-action: manipulation;
55
    cursor: pointer;
56
    -webkit-user-select: none;
57
    -moz-user-select: none;
58
    -ms-user-select: none;
59
    user-select: none;
60
    background-image: none;
61
    border: 1px solid transparent;
62
    border-radius: 4px;
63
}
64
 
65
.collapse {
66
    display: none;
67
}
68
 
69
    .collapse.in {
70
        display: block;
71
    }
72
 
73
.dropdown-menu {
74
    position: absolute;
75
    left: 0;
76
    z-index: 1000;
77
    display: none;
78
    float: left;
79
    min-width: 160px;
80
    padding: 5px 0;
81
    margin: 2px 0 0;
82
    font-size: 14px;
83
    text-align: left;
84
    list-style: none;
85
    background-color: #fff;
86
    -webkit-background-clip: padding-box;
87
    background-clip: padding-box;
88
    border: 1px solid #ccc;
89
    border: 1px solid rgba(0, 0, 0, .15);
90
    border-radius: 4px;
91
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
92
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
93
}
94
 
95
.list-unstyled {
96
    padding-left: 0;
97
    list-style: none;
98
}