This commit is contained in:
m.epshtein 2025-05-29 10:39:37 +03:00
parent c05bbb159b
commit 5e057b1b8d
3 changed files with 20 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<head> <head>
<title>Дашборд</title> <title>Дашборд</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="src/resources/img/logo.png"/> <link rel="icon" type="image/png" href="src/resources/img/logo.png"/>
<link rel="stylesheet" href="src/resources/css/style.css"/> <link rel="stylesheet" href="src/resources/css/style.css"/>

View file

@ -3,7 +3,7 @@
<head> <head>
<title>Дашборд</title> <title>Дашборд</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="src/resources/img/logo.png"/> <link rel="icon" type="image/png" href="src/resources/img/logo.png"/>
</head> </head>
<body webbpm class="webbpm ervu_dashboard"> <body webbpm class="webbpm ervu_dashboard">

View file

@ -17,6 +17,7 @@
font-size: var(--size-text-primary); font-size: var(--size-text-primary);
font-family: 'GilroyM'; font-family: 'GilroyM';
color: var(--black); color: var(--black);
padding: var(--indent-mini) var(--indent-xbase);
border-radius: 100px; border-radius: 100px;
border: 0; border: 0;
background-color: var(--color-text-secondary); background-color: var(--color-text-secondary);
@ -135,7 +136,7 @@
font-size: var(--size-text-primary); font-size: var(--size-text-primary);
color: var(--color-text-primary); color: var(--color-text-primary);
line-height: 1.3; line-height: 1.3;
padding: var(--indent-mini) var(--indent-xlarge) var(--indent-mini) var(--indent-xbase); padding-right: var(--indent-xlarge);
margin-bottom: 0; margin-bottom: 0;
border-radius: 100px; border-radius: 100px;
border: 0; border: 0;
@ -441,7 +442,6 @@
color: var(--black); color: var(--black);
font-family: 'GilroyM'; font-family: 'GilroyM';
font-size: var(--size-text-primary); font-size: var(--size-text-primary);
padding-left: var(--indent-xbase);
padding-right: var(--indent-xlarge); padding-right: var(--indent-xlarge);
margin-bottom: 0; margin-bottom: 0;
border: 0; border: 0;
@ -1055,6 +1055,9 @@
.webbpm.ervu_dashboard .main-num-group > div .form-group { .webbpm.ervu_dashboard .main-num-group > div .form-group {
margin-bottom: 0; margin-bottom: 0;
} }
.webbpm.ervu_dashboard :is(.pers-group, .main-num-group) text label {
width: auto;
}
.webbpm.ervu_dashboard .parent-block { .webbpm.ervu_dashboard .parent-block {
padding: var(--indent-mini); padding: var(--indent-mini);
@ -1907,6 +1910,19 @@
} }
/* end - Special pages */ /* end - Special pages */
.webbpm.ervu_dashboard .wrapper {
width: calc(100% - 340px);
}
@media (max-width: 1279) {
}
@media ((max-width: 780px) or (orientation: portrait)) { @media ((max-width: 780px) or (orientation: portrait)) {
.webbpm.ervu_dashboard .header-logo .logo-title, .webbpm.ervu_dashboard .header-logo .logo-title,
.webbpm.ervu_dashboard .header-menu .update-data { .webbpm.ervu_dashboard .header-menu .update-data {