mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-08 07:40:17 +08:00
parent
12be7d0086
commit
9dba9ca178
resources
@ -210,7 +210,6 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
|
|
||||||
.image-manager-sidebar {
|
.image-manager-sidebar {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin-left: 1px;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
border-left: 1px solid #DDD;
|
border-left: 1px solid #DDD;
|
||||||
@ -524,8 +523,8 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
top: 88px;
|
top: 88px;
|
||||||
left: -26px;
|
left: -12px;
|
||||||
width: 148px;
|
width: 160px;
|
||||||
background: $negative;
|
background: $negative;
|
||||||
padding: $-xs;
|
padding: $-xs;
|
||||||
color: white;
|
color: white;
|
||||||
@ -535,7 +534,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
left: 64px;
|
left: 52px;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-left: 6px solid transparent;
|
border-left: 6px solid transparent;
|
||||||
|
@ -69,6 +69,7 @@ return [
|
|||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => 'The :attribute must be a valid zone.',
|
||||||
'unique' => 'The :attribute has already been taken.',
|
'unique' => 'The :attribute has already been taken.',
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
|
'is_image' => 'The :attribute must be a valid image.',
|
||||||
|
|
||||||
// Custom validation lines
|
// Custom validation lines
|
||||||
'custom' => [
|
'custom' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user