Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
L
Liman MYS - Çekirdek
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
liman
Liman MYS - Çekirdek
Commits
c41e46d8
Kaydet (Commit)
c41e46d8
authored
May 07, 2020
tarafından
Baran Sekin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed responsive design of error pages
üst
a3dba320
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
11 deletions
+21
-11
liman.css
public/css/liman.css
+0
-0
mix-manifest.json
public/mix-manifest.json
+2
-2
liman.css
resources/assets/css/liman.css
+10
-0
402.blade.php
resources/views/errors/402.blade.php
+3
-3
403.blade.php
resources/views/errors/403.blade.php
+3
-3
504.blade.php
resources/views/errors/504.blade.php
+3
-3
No files found.
public/css/liman.css
Dosyayı görüntüle @
c41e46d8
This diff is collapsed.
Click to expand it.
public/mix-manifest.json
Dosyayı görüntüle @
c41e46d8
{
"/css/liman.css"
:
"/css/liman.css?id=
393d00a7eee0295a068d
"
,
"/js/liman.js"
:
"/js/liman.js?id=
9efd3f5ee91a154c794d
"
"/css/liman.css"
:
"/css/liman.css?id=
dc7d732f221978ef5524
"
,
"/js/liman.js"
:
"/js/liman.js?id=
daa573ee99046b29b953
"
}
resources/assets/css/liman.css
Dosyayı görüntüle @
c41e46d8
...
...
@@ -57,3 +57,13 @@ table.dataTable tbody tr.selected {
-moz-box-shadow
:
0px
0px
15px
-2px
rgba
(
0
,
0
,
0
,
0.75
);
box-shadow
:
0px
0px
15px
-2px
rgba
(
0
,
0
,
0
,
0.75
);
}
.error-page
>
.error-content
{
margin-left
:
150px
;
}
@media
(
max-width
:
767.98px
)
{
.error-page
>
.error-content
{
margin-left
:
0
;
}
}
resources/views/errors/402.blade.php
Dosyayı görüntüle @
c41e46d8
...
...
@@ -3,14 +3,14 @@
@
else
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
<
div
class
="
error
-
page
">
<
div
class
="
error
-
page
mt
-
5
">
<h2 class="
headline
text
-
warning
"><i class="
fas
fa
-
exclamation
-
triangle
text
-
warning
"></i></h2>
<div class="
error
-
content
"
style="
margin
-
top
:
3
rem
;
margin
-
left
:
150
px
;
"
>
<div class="
error
-
content
">
<h3>{{ __("
Bir
şeyler
ters
gitti
.
") }}</h3>
<p>
{{
$exception->getMessage
() }}
<a class="
btn
btn
-
primary
mt
-
2
" href="
{{
URL
::
previous
()
}}
">{{ __("
Geri
Dön
") }}</a>
<
br><
a class="
btn
btn
-
primary
mt
-
2
" href="
{{
URL
::
previous
()
}}
">{{ __("
Geri
Dön
") }}</a>
</p>
</div>
</div>
...
...
resources/views/errors/403.blade.php
Dosyayı görüntüle @
c41e46d8
...
...
@@ -3,14 +3,14 @@
@
else
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
<
div
class
="
error
-
page
">
<
div
class
="
error
-
page
mt
-
5
">
<h2 class="
headline
text
-
warning
"><i class="
fas
fa
-
exclamation
-
triangle
text
-
warning
"></i></h2>
<div class="
error
-
content
"
style="
margin
-
top
:
3
rem
;
margin
-
left
:
150
px
;
"
>
<div class="
error
-
content
">
<h3>{{ __("
Bir
şeyler
ters
gitti
.
") }}</h3>
<p>
{{
$exception->getMessage
() }}
<a class="
btn
btn
-
primary
mt
-
2
" href="
{{
URL
::
previous
()
}}
">{{ __("
Geri
Dön
") }}</a>
<
br><
a class="
btn
btn
-
primary
mt
-
2
" href="
{{
URL
::
previous
()
}}
">{{ __("
Geri
Dön
") }}</a>
</p>
</div>
</div>
...
...
resources/views/errors/504.blade.php
Dosyayı görüntüle @
c41e46d8
...
...
@@ -3,14 +3,14 @@
@
else
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
<
div
class
="
error
-
page
">
<
div
class
="
error
-
page
mt
-
5
">
<h2 class="
headline
text
-
warning
"><i class="
fas
fa
-
exclamation
-
triangle
text
-
warning
"></i></h2>
<div class="
error
-
content
"
style="
margin
-
top
:
3
rem
;
margin
-
left
:
150
px
;
"
>
<div class="
error
-
content
">
<h3>{{ __("
Bir
şeyler
ters
gitti
.
") }}</h3>
<p>
{{
$exception->getMessage
() }}
<a class="
btn
btn
-
primary
mt
-
2
" href="
{{
URL
::
previous
()
}}
">{{ __("
Geri
Dön
") }}</a>
<
br><
a class="
btn
btn
-
primary
mt
-
2
" href="
{{
URL
::
previous
()
}}
">{{ __("
Geri
Dön
") }}</a>
</p>
</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