From 825f64e736055a911348aba5b8bf232b609aaef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:16:56 +0200 Subject: [PATCH] Add files via upload --- assets/css/main.css | 15 ++++++ assets/php/template.php | 4 +- fdicines/bocetos/index.php | 18 +++---- fdicines/detalles/index.php | 24 ++++----- fdicines/planificacion/index.php | 84 ++++++++++++++--------------- fdicines/terms_conditions/index.php | 6 ++- 6 files changed, 84 insertions(+), 67 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 74c15df..0bfa8ac 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -366,6 +366,20 @@ table a{ } } +/* Text Box */ +.textbox { + color: #d3ebff; + padding: 15px 15px 10px 15px; + margin: 10px 0 10px; + overflow: hidden; + border-radius: 25px 0px 25px 0px; + border: 2px solid #d3ebff; +} +.textbox h1, .textbox h2, .textbox h3 { + color: #d3ebff; + text-align: left; +} + /* Galery */ .galery { box-sizing: border-box; @@ -396,6 +410,7 @@ table a{ font-size: 13px; font-weight: bold; width: 100%; + color: #00020f; background-color: #d3ebff; text-align: right; } diff --git a/assets/php/template.php b/assets/php/template.php index ebf1d49..ab7b338 100644 --- a/assets/php/template.php +++ b/assets/php/template.php @@ -79,7 +79,7 @@ $session_route =$this->session_route; $user_route = $this->user_route; $panel =$this->panel; - + if(isset($_SESSION["nombre"])){ if($_SESSION["rol"] == "admin") $user_route = 'panel_admin/'; else if($_SESSION["rol"] == "manager") $user_route = 'panel_manager/'; @@ -174,4 +174,4 @@ } } -?> +?> \ No newline at end of file diff --git a/fdicines/bocetos/index.php b/fdicines/bocetos/index.php index f988fa7..e28ed20 100644 --- a/fdicines/bocetos/index.php +++ b/fdicines/bocetos/index.php @@ -30,8 +30,8 @@