Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 17330 | Rev 17333 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17330 Rev 17332
Línea 48... Línea 48...
48
 
48
 
49
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
49
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
Línea 50... Línea -...
50
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
-
 
51
 
-
 
52
 
-
 
53
$this->inlineScript()->appendFile($this->basePath('assets/vendors/typeahead.js/typeahead.bundle.min.js'));
50
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
Línea 54... Línea 51...
54
 
51
 
55
 
52
 
Línea 92... Línea 89...
92
    width: 100%;
89
    width: 100%;
93
    display: table;
90
    display: table;
94
    table-layout: fixed;
91
    table-layout: fixed;
95
}
92
}
Línea 96... Línea -...
96
 
-
 
97
/* Estilos para el autocompletado */
-
 
98
.bootstrap-autocomplete {
-
 
99
    z-index: 9999 !important;
-
 
100
    position: absolute !important;
-
 
101
    background: white !important;
-
 
102
    border: 1px solid #ccc !important;
-
 
103
    border-radius: 4px !important;
-
 
104
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
-
 
105
    max-height: 200px !important;
-
 
106
    overflow-y: auto !important;
-
 
107
    width: 100% !important;
-
 
108
}
-
 
109
 
-
 
110
.bootstrap-autocomplete li,
-
 
111
.bootstrap-autocomplete .dropdown-item {
-
 
112
    padding: 8px 12px !important;
-
 
113
    cursor: pointer !important;
-
 
114
    border-bottom: 1px solid #eee !important;
-
 
115
}
-
 
116
 
-
 
117
.bootstrap-autocomplete li:hover,
-
 
118
.bootstrap-autocomplete .dropdown-item:hover,
-
 
119
.bootstrap-autocomplete li.active,
-
 
120
.bootstrap-autocomplete .dropdown-item.active {
-
 
121
    background-color: #f8f9fa !important;
-
 
122
}
-
 
123
 
-
 
124
.bootstrap-autocomplete li:last-child,
-
 
125
.bootstrap-autocomplete .dropdown-item:last-child {
-
 
126
    border-bottom: none !important;
-
 
127
}
-
 
128
 
93
 
129
CSS;
94
CSS;
Línea 130... Línea 95...
130
$this->headStyle()->captureEnd();
95
$this->headStyle()->captureEnd();
131
 
96