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
"app/Http/vscode:/vscode.git/clone" did not exist on "52bd1e9ef9fc5160b7268b7de41eb2eb36b66625"
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 @@
<
tbody
>
<
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
;
">
@if((Auth::user()->proponentes != null) && (
$arquivo->relatorioParcial
== null) &&
(
$arquivo->trabalho
->evento->dt_inicioRelatorioParcial <=
$hoje
) && (
$hoje
<=
$arquivo->trabalho
->evento->dt_fimRelatorioParcial))
...
...
@@ -195,7 +195,7 @@
</
table
>
<
div
style
=
"margin-top:10px
"
>
<
div
id
=
"btn-cancelar
"
>
<
a
class
=
"btn btn-primary"
href
=
"{{ url()->previous() }}"
>
Cancelar
</
a
>
</
div
>
</
div
>
...
...
@@ -204,11 +204,21 @@
<
style
>
td
{
max
-
width
:
25
ch
;
max
-
width
:
40
ch
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
}
#td-nomeAluno {
max
-
width
:
25
ch
;
}
#btn-cancelar {
margin
-
top
:
10
px
;
text
-
align
:
right
;
}
</
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