Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
034de3bb
Commit
034de3bb
authored
Apr 29, 2022
by
unknown
Browse files
Alteração do tamanho da coluna e movido o botão cancelar para direita
parent
52bd1e9e
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/planosTrabalho/listar.blade.php
View file @
034de3bb
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<
tbody
>
<
tbody
>
<
td
style
=
"text-align: center;"
title
=
"
{
{$arquivo->titulo}}">{{$arquivo->titulo}
}
</td>
<
td
style
=
"text-align: center;"
title
=
"
{
{$arquivo->titulo}}">{{$arquivo->titulo}
}
</td>
<td style="
text
-
align
:
center
;
" title="
{{
$arquivo
->
participante
->
user
->
name
}}
">
{
{$arquivo->participante->user->name}
}
</td>
<td style="
text
-
align
:
center
;
" title="
{{
$arquivo
->
participante
->
user
->
name
}}
"
id="
td
-
nomeAluno
"
>
{
{$arquivo->participante->user->name}
}
</td>
<td style="
text
-
align
:
center
;
">
<td style="
text
-
align
:
center
;
">
@if((Auth::user()->proponentes != null) && (
$arquivo->relatorioParcial
== null) &&
@if((Auth::user()->proponentes != null) && (
$arquivo->relatorioParcial
== null) &&
(
$arquivo->trabalho
->evento->dt_inicioRelatorioParcial <=
$hoje
) && (
$hoje
<=
$arquivo->trabalho
->evento->dt_fimRelatorioParcial))
(
$arquivo->trabalho
->evento->dt_inicioRelatorioParcial <=
$hoje
) && (
$hoje
<=
$arquivo->trabalho
->evento->dt_fimRelatorioParcial))
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
</
table
>
</
table
>
<
div
style
=
"margin-top:10px
"
>
<
div
id
=
"btn-cancelar
"
>
<
a
class
=
"btn btn-primary"
href
=
"{{ url()->previous() }}"
>
Cancelar
</
a
>
<
a
class
=
"btn btn-primary"
href
=
"{{ url()->previous() }}"
>
Cancelar
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
...
@@ -204,11 +204,21 @@
...
@@ -204,11 +204,21 @@
<
style
>
<
style
>
td
{
td
{
max
-
width
:
25
ch
;
max
-
width
:
40
ch
;
overflow
:
hidden
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
white
-
space
:
nowrap
;
}
}
#td-nomeAluno {
max
-
width
:
25
ch
;
}
#btn-cancelar {
margin
-
top
:
10
px
;
text
-
align
:
right
;
}
</
style
>
</
style
>
...
...
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