Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
KGOrders
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cam Hayes
KGOrders
Commits
44d31ae4
Commit
44d31ae4
authored
May 02, 2025
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick update to qb ref num column width
parent
53e46ee6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
View.Orders.dfm
kgOrdersClient/View.Orders.dfm
+3
-1
app.css
kgOrdersClient/css/app.css
+6
-2
webKGOrders.dproj
kgOrdersClient/webKGOrders.dproj
+1
-1
No files found.
kgOrdersClient/View.Orders.dfm
View file @
44d31ae4
...
@@ -98,7 +98,7 @@ object FViewOrders: TFViewOrders
...
@@ -98,7 +98,7 @@ object FViewOrders: TFViewOrders
BorderColor = clSilver
BorderColor = clSilver
ChildOrder = 11
ChildOrder = 11
ElementFont = efCSS
ElementFont = efCSS
ElementHeaderClassName = 'thead-light sticky-top bg-light border-
dark
'
ElementHeaderClassName = 'thead-light sticky-top bg-light border-
light
'
ElementPosition = epRelative
ElementPosition = epRelative
ElementTableClassName = 'table table-striped table-hover table-bordered text-sm'
ElementTableClassName = 'table table-striped table-hover table-bordered text-sm'
Footer.ButtonActiveElementClassName = 'btn btn-primary'
Footer.ButtonActiveElementClassName = 'btn btn-primary'
...
@@ -192,8 +192,10 @@ object FViewOrders: TFViewOrders
...
@@ -192,8 +192,10 @@ object FViewOrders: TFViewOrders
Title = 'Price'
Title = 'Price'
end
end
item
item
ElementClassName = 'text-nowrap'
DataField = 'qbRefNum'
DataField = 'qbRefNum'
Title = 'QB Ref Num'
Title = 'QB Ref Num'
TitleElementClassName = 'min-w-80'
end
end
item
item
DataField = 'colors'
DataField = 'colors'
...
...
kgOrdersClient/css/app.css
View file @
44d31ae4
...
@@ -186,8 +186,12 @@ is-invalid .form-check-input {
...
@@ -186,8 +186,12 @@ is-invalid .form-check-input {
}
}
.table
thead
{
.table
thead
{
border-color
:
#cccccc
;
border-color
:
#e6e6e6
;
}
|
}
.min-w-80
{
min-width
:
80px
;
}
.table
{
.table
{
box-shadow
:
0
4px
8px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
4px
8px
rgba
(
0
,
0
,
0
,
0.1
);
...
...
kgOrdersClient/webKGOrders.dproj
View file @
44d31ae4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<FrameworkType>VCL</FrameworkType>
<MainSource>webKGOrders.dpr</MainSource>
<MainSource>webKGOrders.dpr</MainSource>
<Base>True</Base>
<Base>True</Base>
<Config Condition="'$(Config)'==''">
Debug
</Config>
<Config Condition="'$(Config)'==''">
Release
</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
<AppType>Application</AppType>
...
...
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