diff --git a/public/css/custom.css b/public/css/custom.css index 7e90a063e..36acd045c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -7,6 +7,7 @@ font-style: normal; } +/*--------Item Tax Tag--------*/ .el-select .el-select__tags .el-tag { background: #55588b !important; @@ -44,6 +45,8 @@ width: 20px !important; overflow: hidden; } +/*--------Item Tax Tag Finish--------*/ + /*--------General Button Hover--------*/ .btn:hover @@ -325,29 +328,29 @@ /*--------Long Texts Finish--------*/ -/*--------Thead Row Margin--------*/ +/*--------Table Head Row Margin--------*/ .thead-light .row { margin: 0; } -/*--------Thead Row Margin Finish--------*/ +/*--------Table Head Row Margin Finish--------*/ -/*--------Tbody Row Margin--------*/ +/*--------Table Head Column Letter Spacing--------*/ +.table thead th +{ + letter-spacing: 0; +} +/*--------Table Head Column Letter Spacing Finish--------*/ + + +/*--------Table Body Row Margin--------*/ .table, tbody .row { margin-right: 0; margin-left: 0; } -/*--------Tbody Row Margin Finish--------*/ - - -/*--------Thead Column Letter Spacing--------*/ -.table thead th -{ - letter-spacing: 0; -} -/*--------Thead Column Letter Spacing Finish--------*/ +/*--------Table Body Row Margin Finish--------*/ /*--------Card Footer--------*/ @@ -375,12 +378,12 @@ /*--------Border Top Finish--------*/ -/*--------Border Top--------*/ +/*--------Border Bottom--------*/ .border-bottom-1 { border-bottom: 1px solid #e9ecef !important; } -/*--------Border Top Finish--------*/ +/*--------Border Bottom Finish--------*/ /*--------Border Top Style--------*/ @@ -460,18 +463,12 @@ /*--------Card Action Button Finish--------*/ -/*--------Module Show Second Card--------*/ -.table-fixed +/*--------Table Layout Fixed--------*/ +.table-layout-fixed { table-layout: fixed; } - -.long-module-detail -{ - overflow: hidden; - text-overflow: ellipsis; -} -/*--------Module Show Second Card Finish--------*/ +/*--------Table Layout Fixed Finish--------*/ /*--------Akaunting Loader--------*/ @@ -549,7 +546,7 @@ /*--------Akaunting Loader Finish--------*/ -/*--------Settings Index Page Icons--------*/ +/*--------Settings Index Page--------*/ .settings-icons { position: relative; @@ -558,14 +555,12 @@ width: 45px; padding-top: 10px; } -/*--------Settings Index Page Icons Finish--------*/ -/*--------Settings Button Clipboard--------*/ .btn-icon-clipboard:focus { outline: none; } -/*--------Settings Button Clipboard Finish--------*/ +/*--------Settings Index Page Finish--------*/ /*--------Box Shadow None Focus--------*/ @@ -585,12 +580,12 @@ /*--------Pagination Alignment Finish--------*/ -/*--------Akaunting Tables--------*/ +/*--------Akaunting Style Table Column--------*/ .col-aka { margin-left: -51px; } -/*--------Akaunting Tables--------*/ +/*--------Akaunting Style Table Column Finish--------*/ /*--------Login Background--------*/ diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 6ef7a58da..8bb960802 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -232,52 +232,52 @@

{{ trans('modules.about') }}

- +
@if ($module->vendor_name) - - - + + + @endif @if ($module->version) - - - + + + @endif @if ($module->created_at) - - - + + + @endif @if ($module->updated_at) - - - + + + @endif @if ($module->compatibility) - - - + + + @endif @if ($module->category) - - - + + + @endif - - + + @if ($module->documentation) - @else - + @endif
{{ trans_choice('general.developers', 1) }}{{ $module->vendor_name }}
{{ trans_choice('general.developers', 1) }}{{ $module->vendor_name }}
{{ trans('footer.version') }}{{ $module->version }}
{{ trans('footer.version') }}{{ $module->version }}
{{ trans('modules.added') }}@date($module->created_at)
{{ trans('modules.added') }}@date($module->created_at)
{{ trans('modules.updated') }}{{ Date::parse($module->updated_at)->diffForHumans() }}
{{ trans('modules.updated') }}{{ Date::parse($module->updated_at)->diffForHumans() }}
{{ trans('modules.compatibility') }}{{ $module->compatibility }}
{{ trans('modules.compatibility') }}{{ $module->compatibility }}
{{ trans_choice('general.categories', 1) }}{{ $module->category->name }}
{{ trans_choice('general.categories', 1) }}{{ $module->category->name }}
{{ trans('modules.documentation') }}
{{ trans('modules.documentation') }} + {{ trans('modules.view') }} {{ trans('general.na') }}{{ trans('general.na') }}