mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Merge remote-tracking branch 'origin/develop'
Some checks failed
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Some checks failed
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # public/css/build/app.css # public/css/build/overrides.css # public/css/dist/all.css # public/mix-manifest.json
This commit is contained in:
commit
c56a5edddc
Binary file not shown.
Binary file not shown.
BIN
public/css/dist/all.css
vendored
BIN
public/css/dist/all.css
vendored
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
"/js/build/app.js": "/js/build/app.js?id=6d4d575774a1be993efe0598cc6b1c20",
|
||||
"/css/dist/skins/skin-black-dark.css": "/css/dist/skins/skin-black-dark.css?id=5f3abb12a286d6cb8aa523322d7f053b",
|
||||
"/css/dist/skins/_all-skins.css": "/css/dist/skins/_all-skins.css?id=89b7dcd91db033fb19ebbd7f7dcc0c35",
|
||||
"/css/build/overrides.css": "/css/build/overrides.css?id=f386fcfb27795770af965d84bd7ced28",
|
||||
"/css/build/app.css": "/css/build/app.css?id=063f3b0171facfc898537ba60d8ab269",
|
||||
"/css/build/overrides.css": "/css/build/overrides.css?id=93a9a6aca308279cdfe176e0e9ac725f",
|
||||
"/css/build/app.css": "/css/build/app.css?id=4ae26d8065f6022d7fdf1558ab2cbf7a",
|
||||
"/css/build/AdminLTE.css": "/css/build/AdminLTE.css?id=a67bd93bed52e6a29967fe472de66d6c",
|
||||
"/css/dist/skins/skin-yellow.css": "/css/dist/skins/skin-yellow.css?id=fc7adb943668ac69fe4b646625a7571f",
|
||||
"/css/dist/skins/skin-yellow-dark.css": "/css/dist/skins/skin-yellow-dark.css?id=dd5eb6c76770bacaa2e960849d275516",
|
||||
|
@ -19,7 +19,7 @@
|
|||
"/css/dist/skins/skin-blue.css": "/css/dist/skins/skin-blue.css?id=392cc93cfc0be0349bab9697669dd091",
|
||||
"/css/dist/skins/skin-blue-dark.css": "/css/dist/skins/skin-blue-dark.css?id=34023bf46b7c2486b7468de9b750dbff",
|
||||
"/css/dist/skins/skin-black.css": "/css/dist/skins/skin-black.css?id=1f33ca3d860461c1127ec465ab3ebb6b",
|
||||
"/css/dist/all.css": "/css/dist/all.css?id=e8d5d61b5d9daf30200ac7a7a16d1e2f",
|
||||
"/css/dist/all.css": "/css/dist/all.css?id=6136f13eaf7247745363c713a8c18602",
|
||||
"/css/dist/signature-pad.css": "/css/dist/signature-pad.css?id=6a89d3cd901305e66ced1cf5f13147f7",
|
||||
"/css/dist/signature-pad.min.css": "/css/dist/signature-pad.min.css?id=6a89d3cd901305e66ced1cf5f13147f7",
|
||||
"/js/select2/i18n/af.js": "/js/select2/i18n/af.js?id=4f6fcd73488ce79fae1b7a90aceaecde",
|
||||
|
|
|
@ -621,31 +621,30 @@ h4 {
|
|||
//border-left: 1px solid #dddddd;
|
||||
//border-right: 1px solid #dddddd;
|
||||
display: table;
|
||||
|
||||
}
|
||||
|
||||
.row-striped .row:nth-of-type(odd) div {
|
||||
background-color: #f9f9f9;
|
||||
border-top: 1px solid #dddddd;
|
||||
display: table-cell;
|
||||
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.row-striped .row:nth-of-type(even) div {
|
||||
background: #FFFFFF;
|
||||
border-top: 1px solid #dddddd;
|
||||
display: table-cell;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
.row-new-striped {
|
||||
vertical-align: top;
|
||||
line-height: 2.6;
|
||||
padding: 0px;
|
||||
margin-left: 20px;
|
||||
padding: 3px;
|
||||
display: table;
|
||||
width: 100%;
|
||||
padding-right: 20px;
|
||||
word-wrap: break-word;
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -656,25 +655,28 @@ h4 {
|
|||
.row-new-striped > .row:nth-of-type(even) {
|
||||
background: #FFFFFF;
|
||||
border-top: 1px solid #dddddd;
|
||||
line-height: 1.9;
|
||||
display: table-row;
|
||||
|
||||
}
|
||||
|
||||
.row-new-striped > .row:nth-of-type(odd) {
|
||||
background-color: #F8F8F8;
|
||||
border-top: 1px solid #dddddd;
|
||||
display: table-row;
|
||||
|
||||
line-height: 1.9;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.row-new-striped div {
|
||||
display: table-cell;
|
||||
border-top: 1px solid #dddddd;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.row-new-striped div {
|
||||
display: table-cell;
|
||||
border-top: 1px solid #dddddd;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -301,7 +301,7 @@
|
|||
{{ trans('general.notes') }}
|
||||
</strong>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-9" style="word-wrap: break-word;">
|
||||
{!! nl2br(Helper::parseEscapedMarkedownInline($accessory->notes)) !!}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -177,8 +177,6 @@
|
|||
<div class="col-md-12 text-center">
|
||||
<img src="{{ $user->present()->gravatar() }}" class=" img-thumbnail hidden-print" style="margin-bottom: 20px;" alt="{{ $user->present()->fullName() }}">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@can('update', $user)
|
||||
<div class="col-md-12">
|
||||
|
|
Loading…
Reference in a new issue