From 20854aafcf3637591e8f6cf14948379874f869b5 Mon Sep 17 00:00:00 2001 From: Fredy Date: Wed, 11 Jul 2018 12:55:59 +0200 Subject: #858 some cosmetic css for Tips of the day --- admin/WebConsole/estilos.css | 32 ++++++++++++++++++++++++ admin/WebConsole/idiomas/php/esp/nada_esp.php | 6 ++--- admin/WebConsole/nada.php | 36 ++++++++++++++------------- 3 files changed, 54 insertions(+), 20 deletions(-) diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index 4b37be1f..8d7e7545 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -432,3 +432,35 @@ A.tabla_listados_sin:link{ FONT-WEIGHT: 300; } +.outer-container { + border: 1px solid black; + height: 100%; + width: 100%; +} + +.top-section { + background: white; + height: 90%; +} + +.bottom-section { + background: lightgrey; + height: 10%; +} + +.bottom-aligner { + display: inline-block; + height: 100%; + vertical-align: bottom; + width: 3px; + background: darkgrey; +} + +.bottom-content { + display: inline-block; +} + +.top-content { + padding: 8px; +} + diff --git a/admin/WebConsole/idiomas/php/esp/nada_esp.php b/admin/WebConsole/idiomas/php/esp/nada_esp.php index 0822b100..8fa6fe7c 100644 --- a/admin/WebConsole/idiomas/php/esp/nada_esp.php +++ b/admin/WebConsole/idiomas/php/esp/nada_esp.php @@ -20,8 +20,8 @@ $Tip=array(); $Tip[0]="Las primeras jornadas de OpenGnsys en verano de 2018 en Málaga dieron nombre a la versión Espeto"; - $Tip[1]="Tip1"; - $Tip[2]="Tip2"; - $Tip[3]="Tip3"; + $Tip[1]="Por cada aula utiliza un puerto y una dirección ip para multicast diferente del tipo 239.194.X.Y donde X.Y son los 2 últimos octetos de la ip del primer PC del aula"; + $Tip[2]="No olvides instalar el agente antes de crear una nueva imagen de sistema operativo"; + $Tip[3]="Al particionar equipos clientes deja aproximadamente 1 Gb de más en tus particiones respecto al equipo modelo"; ?> diff --git a/admin/WebConsole/nada.php b/admin/WebConsole/nada.php index 9cd4d028..b637d4b0 100644 --- a/admin/WebConsole/nada.php +++ b/admin/WebConsole/nada.php @@ -237,30 +237,32 @@ if (empty($data->project)) { + + -  -  -
-
Tip of the Day!
+
+
+
Tip of the Day!
    -
¿Sabías que...?
-   -   -
+
-
-   -   -
Server IP:
-
Sistema :
-
Navegador: v.
+
+
+ Lista de Correo de Usuarios +
+
+ +
Server IP:
+
Sistema :
+
Navegador: v.
+ +
+
-   -   -
+ -- cgit v1.2.3-18-g5258