mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add count div to domain selector (#7305)
* Add count div to domain selector
This commit is contained in:
@@ -3479,19 +3479,6 @@ else { //default: white
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.action_bar > div.heading > div.count {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
font-family: <?=$heading_count_text_font?>;
|
||||
font-size: <?=$heading_count_text_size?>;
|
||||
line-height: calc(<?=$heading_count_text_size?> + 1px);
|
||||
color: <?=$heading_count_text_color?>;
|
||||
font-weight: <?=$heading_count_text_weight?>;
|
||||
border-radius: <?=$heading_count_border_radius?>;
|
||||
background-color: <?=$heading_count_background_color?>;
|
||||
padding: <?=$heading_count_padding?>;
|
||||
}
|
||||
|
||||
div.action_bar > div.actions {
|
||||
float: right;
|
||||
white-space: normal;
|
||||
@@ -3526,6 +3513,21 @@ else { //default: white
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
/* COUNT **********************************************************************/
|
||||
|
||||
div.count {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
font-family: <?=$heading_count_text_font?>;
|
||||
font-size: <?=$heading_count_text_size?>;
|
||||
line-height: calc(<?=$heading_count_text_size?> + 1px);
|
||||
color: <?=$heading_count_text_color?>;
|
||||
font-weight: <?=$heading_count_text_weight?>;
|
||||
border-radius: <?=$heading_count_border_radius?>;
|
||||
background-color: <?=$heading_count_background_color?>;
|
||||
padding: <?=$heading_count_padding?>;
|
||||
}
|
||||
|
||||
/* LIST ************************************************************************/
|
||||
|
||||
.list {
|
||||
|
||||
Reference in New Issue
Block a user