Skip to content

Commit 7fc63c5

Browse files
committed
css for tables update
1 parent d49f6a9 commit 7fc63c5

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

client/site/css/grid-styles.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,22 @@
2929
box-sizing: border-box !important;
3030
}
3131

32-
/* Ensure table cells maintain proper alignment */
32+
/* Ensure table cells maintain proper alignment and height */
3333
.x-grid3-row td {
3434
box-sizing: border-box !important;
35+
line-height: 15px !important; /* Ensure proper line height */
36+
}
37+
38+
/* Ensure cell text has proper spacing for descenders */
39+
.x-grid3-cell-text {
40+
line-height: 15px !important;
41+
display: block !important;
42+
overflow: visible !important;
43+
}
44+
45+
/* Grid cell inner content styling */
46+
.x-grid3-cell-inner {
47+
line-height: 15px !important;
3548
}
3649

3750
/* Conditional Grid Row Styles */

client/site/libs/ext/resources/css/geo-portal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ ul.x-tab-strip-bottom{
549549
}
550550

551551
.x-grid3-row td, .x-grid3-summary-row td{
552-
font:normal 13px/13px arial, tahoma, helvetica, sans-serif;
552+
font:normal 13px/15px arial, tahoma, helvetica, sans-serif;
553553
}
554554

555555
.x-grid3-hd-row td {

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,15 +327,15 @@ class="mapicon"></a>
327327

328328
<title></title>
329329
<link rel="stylesheet" type="text/css" href="client/site/libs/ext/resources/css/ext-all-notheme.css"/>
330-
<link rel="stylesheet" type="text/css" href="client/site/libs/ext/resources/css/geo-portal.css?v=20251030"/>
330+
<link rel="stylesheet" type="text/css" href="client/site/libs/ext/resources/css/geo-portal.css?v=20251030a"/>
331331
<link rel="stylesheet" type="text/css" href="client/site/libs/ext/ux/css/ux-all.css?v=20180219"/>
332332
<link rel="stylesheet" type="text/css" href="client/site/css/TriStateTreeAndCheckbox.css?v=20250818"/>
333333
<!-- <link rel="stylesheet" type="text/css" href="client/site/css/ThemeSwitcherDataView.css"/>-->
334334
<link rel="stylesheet" type="text/css" href="client/site/css/popup.css?v=20250813"/>
335335
<!-- <link rel="stylesheet" type="text/css" href="client/site/css/layerOrderTab.css?v=20200405"/>-->
336336
<link rel="stylesheet" type="text/css" href="client/site/css/contextMenu.css?v=20250813"/>
337337
<link rel="stylesheet" type="text/css" href="client/site/css/style-gray.css?v=20250813"/>
338-
<link rel="stylesheet" type="text/css" href="client/site/css/grid-styles.css?v=20251030">
338+
<link rel="stylesheet" type="text/css" href="client/site/css/grid-styles.css?v=20251030a">
339339

340340
<?php if ($edit) {
341341
echo '<link rel="stylesheet" type="text/css" href="plugins/editing/theme/geosilk/geosilk.css?v='.$editVer.'"/>';

0 commit comments

Comments
 (0)