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 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'admin/WebConsole/estilos.css') 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; +} + -- cgit v1.2.3-18-g5258