Commit 84c74f9c authored by Abraão Barbosa's avatar Abraão Barbosa
Browse files

ajuste no form do PAD

parent 61006e34
/* content que contem o corpo da pagina */ /* content que contem o formulário e o quadro de avisos */
.content { .content {
position: relative; position: relative;
top: 0px; top: 0px;
width: 100%; width: 100%;
padding: 18px 6% 60px 6%;
} }
.titulo { .titulo {
...@@ -14,39 +15,26 @@ ...@@ -14,39 +15,26 @@
} }
#bordcab { #bordcab {
padding: 18px 6% 20px 6%;
margin: 0 0 0 0; margin: 0 0 35px 0;
background: #e6e7e8; background: #e6e7e8;
/*
border-width: medium;
border-style: solid;
border-color: rgb(105, 105, 105);
*/
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 0px 0px 20px 20px; border-radius: 0px 0px 20px 20px;
} }
hr {
margin-top: 0px;
background-color: rgb(105, 105, 105);
border-top: 1px solid;
}
#bord { #bord {
border-width: 1px;
border-style: solid;
border-color: rgb(105, 105, 105);
background-color: #e6e7e8; background-color: #e6e7e8;
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 20px; border-radius: 20px;
padding: 1em; padding: 50px;
margin: 20px; margin: 1em auto 1em auto;
}
#compbord {
padding: 20px;
margin: 0px;
}
#addrow {
padding: 20px;
margin: 0px;
} }
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
]) ])
@endsection @endsection
@section('body') @section('body')
<div class="content mx-auto"> <div class="content">
<div class="header" id="bordcab"> <div class="header" id="bordcab">
<h1 class="titulo pt-4 pb-4 mb-3 border-bottom">PLANO DE ATIVIDADES DOCENTES (PAD)</h1> <h1 class="titulo pt-4 pb-4 mb-3 border-bottom">PLANO DE ATIVIDADES DOCENTES (PAD)</h1>
<p class="pb-4 mb-3 text-center text-muted align-items-center">ANEXO B</p> <p class="pb-4 mb-3 text-center text-muted align-items-center">ANEXO B</p>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment