Commit e76391d 1 parent ef3d81b commit e76391d Copy full SHA for e76391d
File tree 2 files changed +9
-7
lines changed
ui/main/src/app/components/activityarea
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- <!-- Copyright (c) 2022-2024 , RTE (http://www.rte-france.com) -->
1
+ <!-- Copyright (c) 2022-2025 , RTE (http://www.rte-france.com) -->
2
2
<!-- See AUTHORS.txt -->
3
3
<!-- This Source Code Form is subject to the terms of the Mozilla Public -->
4
4
<!-- License, v. 2.0. If a copy of the MPL was not distributed with this -->
27
27
>
28
28
< table class ="opfab-activityarea-table " aria-describedby ="activity area table ">
29
29
< tr *ngFor ="let line of cluster.lines ">
30
- < th class ="opfab-table-line ">
30
+ < th class ="opfab-table-line " style =" width: 60% " >
31
31
< label class ="opfab-checkbox opfab-activityarea-checkbox ">
32
32
< input type ="checkbox " [formControlName] ="line.entityId " [checked] ="true " /> {{
33
33
line.entityName
37
37
</ th >
38
38
< td >
39
39
< ng-template #connected >
40
- < div class ="opfab-tooltip ">
41
- < span class ="opfab-rounded-badge opfab-blue-background opfab-activityarea-badge "
40
+ < div class ="opfab-tooltip " style ="float: left; margin-top: -12px ">
41
+ < span
42
+ class ="opfab-rounded-badge opfab-blue-background opfab-activityarea-badge "
43
+ style ="display: inline "
42
44
> {{ line.connectedUsers.length }} </ span
43
45
> < span
44
46
[id] ="'table-line-' + line.entityId "
Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2022-2024 , RTE (http://www.rte-france.com)
1
+ /* Copyright (c) 2022-2025 , RTE (http://www.rte-france.com)
2
2
* See AUTHORS.txt
3
3
* This Source Code Form is subject to the terms of the Mozilla Public
4
4
* License, v. 2.0. If a copy of the MPL was not distributed with this
37
37
.opfab-activityarea-checkbox {
38
38
width : auto ;
39
39
font-weight : bold ;
40
- margin-left : 30 px ;
40
+ margin-left : 15 px ;
41
41
overflow-x : hidden ;
42
42
text-overflow : ellipsis ;
43
43
white-space : nowrap ;
98
98
text-overflow : ellipsis ;
99
99
white-space : nowrap ;
100
100
overflow : hidden ;
101
- max- width : 180 px ;
101
+ width : 140 px ;
102
102
display : inline-block ;
103
103
vertical-align : middle ;
104
104
}
You can’t perform that action at this time.
0 commit comments