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
7578931c
Commit
7578931c
authored
Jan 27, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correção pag login.
parent
b1e82922
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
10 deletions
+49
-10
app.css
public/css/app.css
+11
-4
agendamentoContato.blade.php
...ces/views/admin/agendamentos/agendamentoContato.blade.php
+3
-1
agendamentoTitulo.blade.php
...rces/views/admin/agendamentos/agendamentoTitulo.blade.php
+4
-2
login.blade.php
resources/views/auth/login.blade.php
+31
-3
No files found.
public/css/app.css
View file @
7578931c
...
@@ -650,7 +650,7 @@ pre code {
...
@@ -650,7 +650,7 @@ pre code {
-ms-flex-wrap
:
wrap
;
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
margin-right
:
-15px
;
margin-right
:
-15px
;
margin-left
:
-15px
/* margin-left: -15px */
}
}
.no-gutters
{
.no-gutters
{
...
@@ -1263,7 +1263,11 @@ pre code {
...
@@ -1263,7 +1263,11 @@ pre code {
-ms-flex
:
0
0
50%
;
-ms-flex
:
0
0
50%
;
flex
:
0
0
50%
;
flex
:
0
0
50%
;
max-width
:
50%
;
max-width
:
50%
;
}
.login-A
{
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
display
:
block
ruby
;
}
}
.col-md-7
{
.col-md-7
{
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
...
@@ -1279,10 +1283,11 @@ pre code {
...
@@ -1279,10 +1283,11 @@ pre code {
}
}
/* Alteração no button ENTER */
/* Alteração no button ENTER */
.col-md-8_enter
{
.col-md-8_enter
{
-webkit-box-flex
:
0
;
/*
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width
:
66.66666667%
max-width: 66.66666667%; */
text-align
:
center
;
}
}
.col-md-9
{
.col-md-9
{
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
...
@@ -1402,7 +1407,9 @@ pre code {
...
@@ -1402,7 +1407,9 @@ pre code {
}
}
/* Modificado marcos.sousa */
/* Modificado marcos.sousa */
.offset-md-4_login
{
.offset-md-4_login
{
margin-left
:
27.733%
;
/* margin-left: 27.733%; */
margin
:
auto
auto
auto
;
display
:
inline-table
;
}
}
.offset-md-5
{
.offset-md-5
{
margin-left
:
41.66666667%
margin-left
:
41.66666667%
...
...
resources/views/admin/agendamentos/agendamentoContato.blade.php
View file @
7578931c
...
@@ -36,7 +36,9 @@
...
@@ -36,7 +36,9 @@
<!--
<
div
class
=
"imaLogosAgendaRecebeTitulo"
>
<!--
<
div
class
=
"imaLogosAgendaRecebeTitulo"
>
<
input
type
=
"submit"
id
=
"inicioButtonCadastro"
name
=
"inicio"
value
=
"INÍCIO"
onclick
=
"window.location = '
{
{route('home')}
}
'"
>
<
input
type
=
"submit"
id
=
"inicioButtonCadastro"
name
=
"inicio"
value
=
"INÍCIO"
onclick
=
"window.location = '
{
{route('home')}
}
'"
>
</
div
>
-->
</
div
>
-->
@
endform
@
endform
@
endpage
@
endpage
...
...
resources/views/admin/agendamentos/agendamentoTitulo.blade.php
View file @
7578931c
...
@@ -13,12 +13,14 @@
...
@@ -13,12 +13,14 @@
<
fieldset
class
=
"fielAgendamentoTitulo"
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
</
div
>
</
div
>
@
endform
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloSede-1"
>
<
div
id
=
"btn_tituloSede-1"
>
<
button
class
=
"button_tituloSede-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede')}
}
'"
>@
lang
(
'agendamento.receber_titulo_sede'
)
</
button
>
<
button
class
=
"button_tituloSede-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede')}
}
'"
>
@
lang
(
'agendamento.receber_titulo_sede'
)
</
button
>
</
div
>
</
div
>
@
endform
@
endform
</
fieldset
>
</
fieldset
>
...
...
resources/views/auth/login.blade.php
View file @
7578931c
...
@@ -23,8 +23,9 @@
...
@@ -23,8 +23,9 @@
<
div
class
=
"col-md-6"
>
<
div
class
=
"col-md-6"
>
<
input
id
=
"email"
type
=
"email"
class
=
"form-control{{
$errors->has
('email') ? ' is-invalid' : '' }}"
name
=
"email"
value
=
"{{ old('email') }}"
required
autofocus
placeholder
=
"{{ __('agendamento.email') }}"
>
<
input
id
=
"email"
type
=
"email"
class
=
"form-control{{
$errors->has
('email') ? ' is-invalid' : '' }}"
name
=
"email"
value
=
"{{ old('email') }}"
required
autofocus
placeholder
=
"{{ __('agendamento.email') }}"
>
@
if
(
$errors
->
has
(
'email'
))
@
if
(
$errors
->
has
(
'email'
))
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
<
strong
>
{{
$errors
->
first
(
'email'
)
}}
</
strong
>
<
strong
>
{{
$errors
->
first
(
'email'
)
}}
</
strong
>
...
@@ -36,8 +37,9 @@
...
@@ -36,8 +37,9 @@
<
label
for
=
"password"
class
=
"col-md-4 col-form-label text-md-right"
></
label
>
<
label
for
=
"password"
class
=
"col-md-4 col-form-label text-md-right"
></
label
>
<
div
class
=
"col-md-6"
>
<
div
class
=
"col-md-6"
>
<
input
id
=
"password"
type
=
"password"
class
=
"form-control{{
$errors->has
('password') ? ' is-invalid' : '' }}"
name
=
"password"
required
placeholder
=
"{{ __('agendamento.password') }}"
>
<
input
id
=
"password"
type
=
"password"
class
=
"form-control{{
$errors->has
('password') ? ' is-invalid' : '' }}"
name
=
"password"
required
placeholder
=
"{{ __('agendamento.password') }}"
>
@
if
(
$errors
->
has
(
'password'
))
@
if
(
$errors
->
has
(
'password'
))
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
<
strong
>
{{
$errors
->
first
(
'password'
)
}}
</
strong
>
<
strong
>
{{
$errors
->
first
(
'password'
)
}}
</
strong
>
...
@@ -77,6 +79,32 @@
...
@@ -77,6 +79,32 @@
</
a
>
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
<!--
<
fieldset
class
=
"fielmenuAgendamento-1"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentos.login')}
}
'"
class
=
"button_meusAgendamento"
>
<
div
class
=
"card-body"
>
</
div
>
</
div
>
</
fieldset
>
<
br
>
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('users.create')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
class
=
"card-body"
>
</
div
>
</
div
>
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('password.request')}
}
'"
class
=
"button_contato"
>
<
div
class
=
"card-body"
>
</
div
>
</
div
>
</
fieldset
>
-->
</
form
>
</
form
>
</
div
>
</
div
>
...
...
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