summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/estilos.css
diff options
context:
space:
mode:
authorFredy <aluque@soleta.eu>2018-07-11 12:55:59 +0200
committerFredy <aluque@soleta.eu>2018-07-11 12:55:59 +0200
commit20854aafcf3637591e8f6cf14948379874f869b5 (patch)
tree03da98084a342f335b562e71d84e1f83ad4959da /admin/WebConsole/estilos.css
parente1b48a83731c4877cec2cf9528c84e4b44355e87 (diff)
#858 some cosmetic css for Tips of the dayblank-panel
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r--admin/WebConsole/estilos.css32
1 files changed, 32 insertions, 0 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;
+}
+