Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making select to expand full width of the table cell
Message
From
16/04/2019 11:59:36
 
General information
Forum:
CSS
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01668101
Message ID:
01668126
Views:
23
>The separate css file is simple:
>
>
>body {font-family:Calibri;background-color:#363636;color:white;font-size:12.0pt}
>a:link {color: #FF0000}
>a:visited {color: #800000}
>a:hover {color: #FF00FF}
>a:active {color: #FF00FF}
>hr {color: #666666;}
>
>.heading {font-size:24.0pt;font-weight:bold;text-align:center;font-family:Calibri}
>.subheading {font-size:14.0pt;font-weight:bold;text-align:center;font-family:Calibri}
>.overdue {font-size:14.0pt;font-weight:bold;text-align:center;background-color:brown;font-family:Calibri}
>.warning {font-size:14.0pt;font-weight:bold;text-align:center;color:orange;font-family:Calibri}
>.warning_titles  {font-size:12.0pt;font-weight:bold;text-align:center;text-decoration:underline;color:black;font-family:Calibri}
>.warning_data    {font-size:10.0pt;font-weight:normal;text-align:center;text-decoration:none;color:black;font-family:Calibri}
>
>.columnheading {font-size:12.0pt;font-weight:bold;text-decoration:underline;font-family:Calibri}
>.storereturnheading {background-color:#6c92b6;color: white; font-size:24.0pt;font-family:Calibri}
>.datetext   {font-size:12.0pt;font-family:Calibri}
>.helptext   {font-size:12.0pt;font-family:Calibri}
>.tabletitle {font-size:12.0pt;font-weight:bold;font-family:Calibri}
>.tabletext  {font-size:12.0pt;font-family:Calibri}
>.normaltext {font-size:12.0pt;font-family:Calibri}
>.formtext   {font-size:12.0pt;font-family:Calibri}
>.errortext  {font-size:12.0pt;font-family:Calibri}
>.button     {font-size:12.0pt;font-family:Calibri}
>.fatbutton  {font-size:12.0pt;font-family:Calibri}
>.fullwidth  {width: 100%;}
>
>I think there is also code in VFP itself with some css, I need to look it up. The template for input doesn't use that class but uses size=60, I'm going to change to use that same class too.

Yes, there is definitely a way to make that properly aligned, if you wish to. You might want to check for inline css, as you mentioned from the VFP code itself, if any. Otherwise, if they use similar class with the generic css I provided, you will have it properly aligned.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform