summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/estilos.css
diff options
context:
space:
mode:
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;
+}
+