explorak5_login_prueba 7.6 → 7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8aee49a8ce02188c7cc6be94ba0e05eba2e3bf43b488d1b01db8659c3efde30d
|
4
|
+
data.tar.gz: 2ac2639bd473c1145383895d22491e55dccd990bc1826cbc376d19685ddeefc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2091e3f6a1ca863d8d4e033776302fda77cc7088a6491d6f5ef922329ed564e8a47096f5f685f2ef795e715e8991d86f87a655f21fe0961326a321535e1d3cc5
|
7
|
+
data.tar.gz: b7c97e8bf8af0bc16cd1fe523f06dfeeb58965070abeaf77c9918534d9351e7f07a1c34f16a71ea6fff980c8a2e3a6a7beaf81f4a728b1176d0f0e6802cfd6b3
|
@@ -1,15 +1,6 @@
|
|
1
1
|
<style>
|
2
2
|
// Agregado por explora k5
|
3
3
|
|
4
|
-
.login_links {
|
5
|
-
display: grid;
|
6
|
-
float: right;
|
7
|
-
grid-template-rows: 25px 25px 25px;
|
8
|
-
grid-row-gap: 75px;
|
9
|
-
margin-right: 50px;
|
10
|
-
width: 5%;
|
11
|
-
}
|
12
|
-
|
13
4
|
.btn-img-logout-text {
|
14
5
|
text-decoration: underline;
|
15
6
|
color: white;
|
@@ -89,7 +80,7 @@
|
|
89
80
|
<button onclick="window.open('http://www.espol.edu.ec')" style="background-image:url('/images/images_k5/logoespol.png')" class="btn-img-login-espol" alt="Logo Espol"></button>
|
90
81
|
</div>
|
91
82
|
|
92
|
-
<div
|
83
|
+
<div>
|
93
84
|
<button onclick="window.open('http://www.vinculacion.espol.edu.ec')" style="background-image:url('/images/images_k5/logovinculos.png')" class="btn-img-login-vinculos" alt="Logo Vinculos"></button>
|
94
85
|
</div>
|
95
86
|
|