Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcos Albano
sisage
Commits
ce346802
Commit
ce346802
authored
Jan 25, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correção no CSS e HTML pesquisa cpf, Agendamento e Titulos.
parent
bd73aca5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
8 deletions
+34
-8
app.css
public/css/app.css
+17
-0
pesquisaTitulo.blade.php
resources/views/admin/agendamentos/pesquisaTitulo.blade.php
+9
-5
resultadoPesquisa.blade.php
...rces/views/admin/agendamentos/resultadoPesquisa.blade.php
+8
-3
No files found.
public/css/app.css
View file @
ce346802
...
@@ -10408,4 +10408,21 @@ p .button_agendar {
...
@@ -10408,4 +10408,21 @@ p .button_agendar {
.enviarbtn
:hover
{
.enviarbtn
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
/* ******** PES CPF ****** */
.field-btn-Proxino
{
text-align
:
center
;
}
#fielTituloEntrega-1-cpf
{
width
:
30%
;
text-align
:
center
;
}
#btn-pesq2
{
width
:
30%
;
text-align
:
center
;
}
}
\ No newline at end of file
resources/views/admin/agendamentos/pesquisaTitulo.blade.php
View file @
ce346802
...
@@ -16,14 +16,18 @@
...
@@ -16,14 +16,18 @@
<
p
class
=
"text-center"
><
b
>
Pesquisa
de
Títulos
</
b
></
p
>
<
p
class
=
"text-center"
><
b
>
Pesquisa
de
Títulos
</
b
></
p
>
</
h4
>
</
h4
>
{{
--
<
h3
class
=
"titulo"
>
Pesquisa
de
Títulos
</
h3
>
--
}}
{{
--
<
h3
class
=
"titulo"
>
Pesquisa
de
Títulos
</
h3
>
--
}}
<
div
class
=
"row
"
>
<
form
class
=
"formAgedamentoTitulo
"
>
<
fieldset
class
=
"fielTituloEntrega"
>
<
div
class
=
"form-group
"
>
<
div
id
=
"fielTituloEntrega-1
"
>
<
input
type
=
"text"
class
=
"form-control label_cpf"
data
-
mask
=
"000.000.000-00"
name
=
"cpf"
<
input
type
=
"text"
class
=
"form-control label_cpf"
data
-
mask
=
"000.000.000-00"
name
=
"cpf"
placeholder
=
"000.000.000-00"
>
placeholder
=
"000.000.000-00"
>
<
br
>
<
button
type
=
"submit"
class
=
"btn btn-block btn-primary btn_pesquisa"
>
Pesquisar
</
button
>
<
button
type
=
"submit"
class
=
"btn btn-block btn-primary btn_pesquisa"
>
Pesquisar
</
button
>
</
div
>
</
div
>
</
div
>
</
fieldset
>
</
form
>
@
endform
@
endform
...
...
resources/views/admin/agendamentos/resultadoPesquisa.blade.php
View file @
ce346802
...
@@ -25,12 +25,17 @@
...
@@ -25,12 +25,17 @@
<
td
>
25
/
01
/
2021
</
td
>
<
td
>
25
/
01
/
2021
</
td
>
<
td
>
SEDE
DO
IDACE
</
td
>
<
td
>
SEDE
DO
IDACE
</
td
>
</
tr
>
</
tr
>
</
tbody
>
</
tbody
>
</
table
>
</
table
>
<
form
class
=
"formAgedamentoTitulo"
>
<
fieldset
class
=
"fielTituloEntrega"
>
<
div
id
=
"fielTituloEntrega-1-cpf"
>
<
button
type
=
"submit"
class
=
"btn btn-block btn-primary btn_pesquisa"
>
Proxímo
</
button
>
</
div
>
</
fieldset
>
</
form
>
@
endpage
@
endpage
@
endsection
@
endsection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment