|
|
@@ -10,6 +10,7 @@
|
|
|
|
|
|
@custom-media --viewport-small (min-width: 480px);
|
|
|
@custom-media --viewport-medium (min-width: 768px);
|
|
|
+@custom-media --viewport-large (min-width: 1024px);
|
|
|
|
|
|
:root {
|
|
|
--animate-duration: 300ms;
|
|
|
@@ -53,7 +54,7 @@
|
|
|
.l-center {
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
- max-width: 1020px;
|
|
|
+ max-width: 1024px;
|
|
|
}
|
|
|
|
|
|
.l-logo {
|
|
|
@@ -69,7 +70,6 @@
|
|
|
size: 100% 40px;
|
|
|
z-index: 900;
|
|
|
top: 0;
|
|
|
- font-size: 0.8rem;
|
|
|
box-shadow: 0 4px 10px rgb(100 100 100 / 40%);
|
|
|
border-bottom: 1px solid #fff;
|
|
|
}
|
|
|
@@ -87,7 +87,6 @@
|
|
|
|
|
|
.l-menu__item.l-menu__item--active a {
|
|
|
color: #4686b8;
|
|
|
- font-size: 0.8rem;
|
|
|
background: linear-gradient(to bottom, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 75%) 30%, rgb(255 255 255 / 100%) 95%);
|
|
|
text-shadow: 0 1px rgb(255 255 255 / 80%);
|
|
|
border-left: 1px solid rgb(255 255 255 / 98%);
|
|
|
@@ -104,6 +103,19 @@
|
|
|
margin-left: 16px;
|
|
|
}
|
|
|
|
|
|
+.l-menu .l-menu__item > a {
|
|
|
+ font-size: 0.8rem;
|
|
|
+
|
|
|
+ & .fas {
|
|
|
+ font-size: 1rem;
|
|
|
+ margin-right: 8px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.l-profile .l-menu__item > a {
|
|
|
+ font-size: 1.1rem;
|
|
|
+}
|
|
|
+
|
|
|
.l-menu__item {
|
|
|
display: flex;
|
|
|
align-self: stretch;
|
|
|
@@ -157,35 +169,15 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.panel-icon {
|
|
|
- font-size: 1rem;
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
-
|
|
|
.l-profile {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
-.l-profile__username,
|
|
|
-.l-profile__logout,
|
|
|
-.l-profile__help,
|
|
|
-.l-profile__serversettings {
|
|
|
- font-size: 1.1rem !important;
|
|
|
-}
|
|
|
-
|
|
|
.l-profile__logout {
|
|
|
color: #dbf94e !important;
|
|
|
}
|
|
|
|
|
|
-.l-profile__notifications {
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 1.2rem;
|
|
|
- line-height: 0.95rem;
|
|
|
-}
|
|
|
-
|
|
|
.l-profile__notifications.active.l-profile__notifications.updates:active {
|
|
|
background: linear-gradient(to bottom, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 75%) 30%, rgb(255 255 255 / 100%) 95%) !important;
|
|
|
color: #046c98 !important;
|
|
|
@@ -321,7 +313,7 @@
|
|
|
}
|
|
|
|
|
|
.notification-container .time {
|
|
|
- font-size: 0.9em;
|
|
|
+ font-size: 0.75rem;
|
|
|
display: block;
|
|
|
text-align: right;
|
|
|
padding-top: 0.6rem;
|
|
|
@@ -349,16 +341,16 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- & i.fas {
|
|
|
+ & .fas {
|
|
|
border-radius: 1rem;
|
|
|
- font-size: 1.4rem;
|
|
|
+ font-size: 1.3rem;
|
|
|
font-weight: 600;
|
|
|
- size: 2rem;
|
|
|
+ position: absolute;
|
|
|
+ top: 0.8rem;
|
|
|
left: 0.6rem;
|
|
|
+ size: 2rem;
|
|
|
line-height: 2rem;
|
|
|
- position: absolute;
|
|
|
text-align: center;
|
|
|
- top: 0.8rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -371,7 +363,7 @@
|
|
|
color: #fff;
|
|
|
background-color: #618ecc;
|
|
|
|
|
|
- & i.fas {
|
|
|
+ & .fas {
|
|
|
color: #618ecc;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
@@ -381,7 +373,7 @@
|
|
|
color: #fff;
|
|
|
background-color: #ec6c6c;
|
|
|
|
|
|
- & i.fas {
|
|
|
+ & .fas {
|
|
|
color: #ec6c6c;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
@@ -391,7 +383,7 @@
|
|
|
color: #fff;
|
|
|
background-color: #5ea64c;
|
|
|
|
|
|
- & i.fas {
|
|
|
+ & .fas {
|
|
|
color: #5ea64c;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
@@ -436,19 +428,14 @@
|
|
|
}
|
|
|
|
|
|
.card-details {
|
|
|
- font-size: 0.8rem;
|
|
|
padding: 10px;
|
|
|
border-top: 1px solid #e6e6e6;
|
|
|
text-align: center;
|
|
|
+}
|
|
|
|
|
|
- & p {
|
|
|
- font-size: 1em;
|
|
|
-
|
|
|
- &.card-title {
|
|
|
- font-size: 1.1em;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- }
|
|
|
+.card-title {
|
|
|
+ font-size: 1rem;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
.card-thumb {
|
|
|
@@ -538,7 +525,7 @@
|
|
|
.main-menu-item-label {
|
|
|
color: #5b5b5b;
|
|
|
font-weight: 600;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 1rem;
|
|
|
|
|
|
& .fas {
|
|
|
color: #999;
|
|
|
@@ -552,8 +539,9 @@
|
|
|
display: block;
|
|
|
font-size: 0.75rem;
|
|
|
text-transform: lowercase;
|
|
|
+ line-height: 1.8;
|
|
|
padding-top: 10px;
|
|
|
- padding-bottom: 25px;
|
|
|
+ padding-bottom: 20px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -574,7 +562,7 @@
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
}
|
|
|
|
|
|
-.l-sort.is-active {
|
|
|
+.l-sort.active {
|
|
|
box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
|
|
|
}
|
|
|
|
|
|
@@ -582,7 +570,7 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- max-width: 1020px;
|
|
|
+ max-width: 1024px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
@@ -641,6 +629,7 @@
|
|
|
left: 0;
|
|
|
overflow: hidden;
|
|
|
border-radius: 4px;
|
|
|
+ font-size: 0.8rem;
|
|
|
background-color: rgb(255 255 255 / 95%);
|
|
|
box-shadow: 0 2px 14px 0 rgb(20 20 20 / 35%);
|
|
|
border: 1px solid rgb(255 255 255 / 100%);
|
|
|
@@ -654,7 +643,6 @@
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
color: #2e2e2e;
|
|
|
cursor: pointer;
|
|
|
- font-size: 0.8rem;
|
|
|
padding: 12px;
|
|
|
}
|
|
|
|
|
|
@@ -674,7 +662,6 @@
|
|
|
.context-menu.sort-order span.active {
|
|
|
background-color: #4f8bbc !important;
|
|
|
color: #4686b8;
|
|
|
- font-size: 0.8rem;
|
|
|
background: linear-gradient(to bottom, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 75%) 50%, rgb(255 255 255 / 95%) 95%);
|
|
|
text-shadow: 0 1px rgb(255 255 255 / 80%);
|
|
|
}
|
|
|
@@ -699,7 +686,7 @@
|
|
|
inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
|
}
|
|
|
|
|
|
-.context-menu.sort-order span.name i.fas.fa-arrow-down-a-z {
|
|
|
+.context-menu.sort-order span.name .fas.fa-arrow-down-a-z {
|
|
|
float: right;
|
|
|
margin-top: 2px;
|
|
|
}
|
|
|
@@ -711,7 +698,6 @@
|
|
|
.l-sort-toolbar {
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
- font-size: 0.8rem;
|
|
|
|
|
|
& form {
|
|
|
display: flex;
|
|
|
@@ -729,6 +715,7 @@
|
|
|
cursor: pointer;
|
|
|
text-transform: uppercase;
|
|
|
padding: 5px 12px 0;
|
|
|
+ font-size: 0.8rem;
|
|
|
|
|
|
&:hover {
|
|
|
color: #4b4b4b;
|
|
|
@@ -749,7 +736,6 @@
|
|
|
& b {
|
|
|
text-transform: uppercase;
|
|
|
padding-left: 3px;
|
|
|
- font-size: 0.8rem;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -765,7 +751,7 @@
|
|
|
text-shadow: 1px 1px rgb(255 255 255 / 90%);
|
|
|
color: #069;
|
|
|
padding: 0 10px;
|
|
|
- font-size: 0.9em;
|
|
|
+ font-size: 0.75rem;
|
|
|
|
|
|
&:hover {
|
|
|
color: #39c;
|
|
|
@@ -822,15 +808,20 @@
|
|
|
.l-unit-toolbar__buttonstrip {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
-}
|
|
|
|
|
|
-.l-unit-toolbar__buttonstrip .button {
|
|
|
- min-width: 0;
|
|
|
- padding: 2px 10px;
|
|
|
- margin-right: 8px;
|
|
|
+ & .button {
|
|
|
+ min-width: 0;
|
|
|
+ padding: 2px 10px;
|
|
|
+ margin-right: 8px;
|
|
|
|
|
|
- &:last-child {
|
|
|
- margin-right: 0;
|
|
|
+ &:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ & .inline-success,
|
|
|
+ & .inline-danger {
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -842,16 +833,6 @@
|
|
|
line-height: 2rem;
|
|
|
}
|
|
|
|
|
|
-.lang-bg .l-stat__col-title {
|
|
|
- font-size: 0.75rem;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.lang-bg .l-stat__col .fas,
|
|
|
-.lang-bg .l-stat__col--active .fas {
|
|
|
- font-size: 0.85rem;
|
|
|
-}
|
|
|
-
|
|
|
.l-sort-toolbar .form-select {
|
|
|
min-width: 175px;
|
|
|
color: inherit;
|
|
|
@@ -899,7 +880,7 @@
|
|
|
}
|
|
|
|
|
|
.table-header {
|
|
|
- font-size: 0.95em;
|
|
|
+ font-size: 0.8rem;
|
|
|
background: linear-gradient(to bottom, rgb(247 247 247 / 100%) 0%, rgb(255 255 255 / 100%) 100%);
|
|
|
background-color: #fff;
|
|
|
border-left: 1px solid #d0d0d0;
|
|
|
@@ -912,33 +893,33 @@
|
|
|
color: #707070;
|
|
|
padding: 0 0 0 14px;
|
|
|
overflow: hidden;
|
|
|
+ width: 1024px;
|
|
|
line-height: 1rem;
|
|
|
- margin-top: 1px;
|
|
|
- position: sticky;
|
|
|
- top: 82px;
|
|
|
- z-index: 1;
|
|
|
padding-top: 4px;
|
|
|
padding-bottom: 4px;
|
|
|
|
|
|
- &:hover {
|
|
|
- background-color: linear-gradient(to bottom, rgb(247 247 247 / 100%) 0%, rgb(255 255 255 / 100%) 100%);
|
|
|
- border-left: 1px solid #d0d0d0;
|
|
|
- border-right: 1px solid #d0d0d0;
|
|
|
- }
|
|
|
-
|
|
|
& .fas {
|
|
|
font-size: 1rem;
|
|
|
}
|
|
|
+
|
|
|
+ @media (--viewport-large) {
|
|
|
+ &.active {
|
|
|
+ position: fixed;
|
|
|
+ top: 84px;
|
|
|
+ z-index: 2;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.units {
|
|
|
- width: 1020px;
|
|
|
+ overflow-x: auto;
|
|
|
}
|
|
|
|
|
|
.units .l-unit {
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
border-left: 1px solid transparent;
|
|
|
border-right: 1px solid transparent;
|
|
|
+ width: 1024px;
|
|
|
}
|
|
|
|
|
|
.l-unit:hover,
|
|
|
@@ -1096,13 +1077,6 @@
|
|
|
padding-left: 78px;
|
|
|
}
|
|
|
|
|
|
-.l-unit__date {
|
|
|
- font-size: 11px;
|
|
|
- margin-top: 10px;
|
|
|
- padding-bottom: 30px;
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__suspended {
|
|
|
display: none;
|
|
|
font-size: 0.8rem;
|
|
|
@@ -1121,16 +1095,9 @@
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
-.l-unit.l-unit--outdated .l-unit__date {
|
|
|
- color: #d24c4c;
|
|
|
- font-size: 10px;
|
|
|
- text-transform: uppercase;
|
|
|
- font-weight: 600;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__name {
|
|
|
color: #414141;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 1.4rem;
|
|
|
margin-top: 10px;
|
|
|
margin-bottom: 10px;
|
|
|
font-weight: 500;
|
|
|
@@ -1139,7 +1106,7 @@
|
|
|
|
|
|
.l-unit__servername {
|
|
|
color: #414141;
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 1.7rem;
|
|
|
margin-bottom: 10px;
|
|
|
font-weight: 300;
|
|
|
letter-spacing: -0.02em;
|
|
|
@@ -1156,18 +1123,9 @@
|
|
|
color: #606060;
|
|
|
}
|
|
|
|
|
|
-.l-unit__name.small {
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.l-unit__name.small-2 {
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__name span {
|
|
|
color: #999;
|
|
|
margin-left: 30px;
|
|
|
- font-size: 0.85rem;
|
|
|
font-style: italic;
|
|
|
}
|
|
|
|
|
|
@@ -1180,26 +1138,6 @@
|
|
|
font-style: italic;
|
|
|
}
|
|
|
|
|
|
-.l-unit__ip {
|
|
|
- margin-bottom: 26px;
|
|
|
- font-size: 0.8rem;
|
|
|
- color: #383838;
|
|
|
-}
|
|
|
-
|
|
|
-.l-unit__ip span {
|
|
|
- padding-left: 3px;
|
|
|
- padding-right: 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.display-ip {
|
|
|
- font-size: 0.8rem;
|
|
|
-}
|
|
|
-
|
|
|
-.display-ip span {
|
|
|
- padding-left: 3px;
|
|
|
- padding-right: 3px;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__stats {
|
|
|
margin-bottom: 10px;
|
|
|
margin-left: 15%;
|
|
|
@@ -1207,10 +1145,6 @@
|
|
|
border-right: 1px solid transparent !important;
|
|
|
}
|
|
|
|
|
|
-.lang-ar .l-unit__stats {
|
|
|
- margin-left: 20%;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__stats:hover {
|
|
|
border-left: 1px solid transparent !important;
|
|
|
border-right: 1px solid transparent !important;
|
|
|
@@ -1219,7 +1153,6 @@
|
|
|
}
|
|
|
|
|
|
.l-unit__stats table {
|
|
|
- width: 100%;
|
|
|
table-layout: fixed;
|
|
|
margin-top: -54px;
|
|
|
margin-left: -20px;
|
|
|
@@ -1265,12 +1198,6 @@
|
|
|
border-left: 1px solid transparent;
|
|
|
}
|
|
|
|
|
|
-.l-unit__stat-col--left.truncate {
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__stat-col--left.super-compact {
|
|
|
width: 50px;
|
|
|
white-space: nowrap;
|
|
|
@@ -1328,18 +1255,6 @@
|
|
|
width: 550px;
|
|
|
}
|
|
|
|
|
|
-.l-unit__stat-col--left.small-2 {
|
|
|
- line-height: 11px;
|
|
|
-}
|
|
|
-
|
|
|
-.l-unit__stat-col--left.tiny {
|
|
|
- font-size: 0.8rem;
|
|
|
-}
|
|
|
-
|
|
|
-.l-unit__stat-col--left.tiny b {
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-
|
|
|
.l-unit__stat-col--right {
|
|
|
float: left;
|
|
|
max-width: 170px;
|
|
|
@@ -1402,43 +1317,22 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
background: none;
|
|
|
}
|
|
|
|
|
|
-.l-unit__stat-col.volume {
|
|
|
- font-size: 0.8rem;
|
|
|
- line-height: 17px;
|
|
|
- float: right;
|
|
|
-}
|
|
|
-
|
|
|
.actions-panel {
|
|
|
line-height: 1.1rem;
|
|
|
}
|
|
|
|
|
|
.actions-panel__col {
|
|
|
display: inline-block;
|
|
|
- min-width: 18px;
|
|
|
+ margin-left: 3px;
|
|
|
text-transform: uppercase;
|
|
|
-}
|
|
|
|
|
|
-.actions-panel__col a {
|
|
|
- color: #777;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 0.9rem;
|
|
|
- display: inline-block;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.lang-ru .actions-panel__col a {
|
|
|
- font-size: 0.9rem;
|
|
|
- padding-top: 1px;
|
|
|
-}
|
|
|
-
|
|
|
-.lang-tw .actions-panel__col a {
|
|
|
- font-size: 0.9rem;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-
|
|
|
-.lang-ar .actions-panel__col a {
|
|
|
- font-size: 0.9rem;
|
|
|
- font-weight: normal;
|
|
|
+ & a {
|
|
|
+ color: #777;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 0.9rem;
|
|
|
+ display: inline-block;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.l-unit__col .actions-panel .fas {
|
|
|
@@ -1449,10 +1343,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
-.icon-pad-left {
|
|
|
- margin-right: 6px;
|
|
|
-}
|
|
|
-
|
|
|
.icon-pad-right {
|
|
|
margin-right: 6px;
|
|
|
}
|
|
|
@@ -1469,11 +1359,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
width: 242px;
|
|
|
}
|
|
|
|
|
|
-.l-unit__stat-cols.tiny {
|
|
|
- font-size: 12px;
|
|
|
- line-height: 18px;
|
|
|
-}
|
|
|
-
|
|
|
.l-percent {
|
|
|
border-bottom: 3px solid #e6e6e6;
|
|
|
margin-top: 2px;
|
|
|
@@ -1496,9 +1381,9 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
}
|
|
|
|
|
|
#vstobjects .l-center {
|
|
|
- padding-top: 20px;
|
|
|
- padding-bottom: 30px;
|
|
|
font-size: 0.8rem;
|
|
|
+ padding-top: 30px;
|
|
|
+ padding-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
.spinner {
|
|
|
@@ -1629,7 +1514,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
/* form styles */
|
|
|
|
|
|
.form-container {
|
|
|
- font-size: 0.85rem;
|
|
|
max-width: 640px;
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
@@ -1651,20 +1535,23 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
.inline-danger {
|
|
|
color: #f33;
|
|
|
font-weight: 600;
|
|
|
- overflow: hidden;
|
|
|
- max-width: 500px;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
+
|
|
|
+ & .fas {
|
|
|
+ margin-right: 3px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.inline-success {
|
|
|
color: #53ba55;
|
|
|
font-weight: 600;
|
|
|
- overflow: hidden;
|
|
|
- max-width: 500px;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
- font-size: 0.8rem;
|
|
|
+
|
|
|
+ & .fas {
|
|
|
+ margin-right: 3px;
|
|
|
+ }
|
|
|
|
|
|
& a {
|
|
|
color: #326b9b;
|
|
|
@@ -1679,11 +1566,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.l-unit-toolbar__buttonstrip .inline-success,
|
|
|
-.l-unit-toolbar__buttonstrip .inline-danger {
|
|
|
- margin-right: 20px;
|
|
|
-}
|
|
|
-
|
|
|
.form-label {
|
|
|
margin-bottom: 5px;
|
|
|
display: inline-block;
|
|
|
@@ -1848,7 +1730,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
opacity: 0.4;
|
|
|
}
|
|
|
|
|
|
-.ftp-path-value,
|
|
|
.hint {
|
|
|
color: #777;
|
|
|
font-size: 0.8rem;
|
|
|
@@ -1856,10 +1737,9 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
-.ftp-path-prefix {
|
|
|
- padding-top: 12px;
|
|
|
- font-size: 0.8rem;
|
|
|
+.hint-prefix {
|
|
|
color: #555;
|
|
|
+ font-size: 0.8rem;
|
|
|
}
|
|
|
|
|
|
.dialog {
|
|
|
@@ -2054,12 +1934,11 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
|
|
|
.optional {
|
|
|
font-size: 0.8rem;
|
|
|
- padding: 0 0 0 6px;
|
|
|
+ margin-left: 6px;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
.mail-infoblock {
|
|
|
- font-size: 0.85rem;
|
|
|
color: #777;
|
|
|
border: 1px solid #d9d9d9;
|
|
|
padding: 20px;
|
|
|
@@ -2073,14 +1952,13 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
color: #c36;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-.mail-infoblock td {
|
|
|
- color: #505050;
|
|
|
- font-size: 0.75rem;
|
|
|
- height: 20px;
|
|
|
- font-weight: normal;
|
|
|
- padding-bottom: 4px;
|
|
|
+ & td {
|
|
|
+ color: #505050;
|
|
|
+ font-size: 0.75rem;
|
|
|
+ font-weight: normal;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.mail-infoblock td:first-child {
|
|
|
@@ -2131,7 +2009,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
}
|
|
|
|
|
|
.login {
|
|
|
- font-size: 0.85rem;
|
|
|
padding: 70px 50px;
|
|
|
min-width: 320px;
|
|
|
margin-bottom: 20%;
|
|
|
@@ -2196,10 +2073,6 @@ body.mobile .l-unit-toolbar__col--right {
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
}
|
|
|
|
|
|
-.section-toggle-icon {
|
|
|
- font-size: 13.6px;
|
|
|
-}
|
|
|
-
|
|
|
.qr-code {
|
|
|
border: 1px solid #cfcfcf;
|
|
|
border-radius: 4px;
|
|
|
@@ -2533,10 +2406,10 @@ form#vstobjects.suspended {
|
|
|
|
|
|
.footer-banner.alpha a {
|
|
|
color: #fff;
|
|
|
-}
|
|
|
|
|
|
-.footer-banner.alpha a:hover {
|
|
|
- color: #fff;
|
|
|
+ &:hover {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.footer-banner.beta {
|
|
|
@@ -2586,7 +2459,6 @@ form#vstobjects.suspended {
|
|
|
background: rgb(50 50 50 / 93%);
|
|
|
color: #eee;
|
|
|
border: 1px solid rgb(255 255 255 / 70%);
|
|
|
- font-size: 0.8rem;
|
|
|
border-radius: 6px;
|
|
|
box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
|
|
|
}
|
|
|
@@ -2602,7 +2474,6 @@ form#vstobjects.suspended {
|
|
|
.shortcuts-title {
|
|
|
text-transform: uppercase;
|
|
|
color: #ff3478;
|
|
|
- font-size: 0.85rem;
|
|
|
letter-spacing: -0.01em;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
@@ -2643,7 +2514,7 @@ form#vstobjects.suspended {
|
|
|
}
|
|
|
|
|
|
.shortcuts .key.bigger {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 1.1rem;
|
|
|
}
|
|
|
|
|
|
.ui-dialog {
|
|
|
@@ -2666,7 +2537,7 @@ form#vstobjects.suspended {
|
|
|
.ui-dialog .ui-dialog-title {
|
|
|
margin: 0;
|
|
|
color: #305ba9;
|
|
|
- font-size: 1.2em;
|
|
|
+ font-size: 1rem;
|
|
|
text-transform: none;
|
|
|
letter-spacing: -0.01em;
|
|
|
text-align: center;
|
|
|
@@ -2674,10 +2545,6 @@ form#vstobjects.suspended {
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
-.ui-widget {
|
|
|
- font-size: 0.85rem;
|
|
|
-}
|
|
|
-
|
|
|
.ui-widget-overlay {
|
|
|
background-color: rgb(0 0 0 / 60%);
|
|
|
}
|
|
|
@@ -2722,7 +2589,6 @@ form#vstobjects.suspended {
|
|
|
|
|
|
.cron-helper-tabs a {
|
|
|
color: #777;
|
|
|
- font-size: 0.8rem;
|
|
|
font-weight: 600;
|
|
|
line-height: 30px;
|
|
|
padding: 0 12px;
|
|
|
@@ -2742,11 +2608,6 @@ li[aria-expanded="true"] a {
|
|
|
color: #c36;
|
|
|
}
|
|
|
|
|
|
-.cron-helper-tabs p {
|
|
|
- color: #777;
|
|
|
- font-size: 0.8rem;
|
|
|
-}
|
|
|
-
|
|
|
.cron-helper-tabs .form-label {
|
|
|
padding-right: 15px;
|
|
|
padding-left: 25px;
|
|
|
@@ -2784,11 +2645,15 @@ li[aria-expanded="true"] a {
|
|
|
.server-info-data {
|
|
|
margin-left: 100px;
|
|
|
margin-top: -20px;
|
|
|
+
|
|
|
+ & table {
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.server-info-name {
|
|
|
margin-top: 8px;
|
|
|
- margin-bottom: 24px;
|
|
|
+ margin-bottom: 22px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
@@ -2799,7 +2664,7 @@ li[aria-expanded="true"] a {
|
|
|
}
|
|
|
|
|
|
.icon-server-info {
|
|
|
- font-size: 5.4em;
|
|
|
+ font-size: 4.6rem;
|
|
|
float: left;
|
|
|
margin-right: 32px;
|
|
|
margin-left: 2px;
|
|
|
@@ -2812,15 +2677,10 @@ li[aria-expanded="true"] a {
|
|
|
}
|
|
|
|
|
|
.userlist-username {
|
|
|
- font-size: 1em;
|
|
|
margin-top: -2px;
|
|
|
line-height: 1.2rem;
|
|
|
}
|
|
|
|
|
|
-.lang-es .userlist-email {
|
|
|
- width: 270px;
|
|
|
-}
|
|
|
-
|
|
|
.debug-panel-header {
|
|
|
text-align: center;
|
|
|
border-bottom: 1px solid rgb(255 255 255 / 25%);
|
|
|
@@ -2841,7 +2701,7 @@ li[aria-expanded="true"] a {
|
|
|
|
|
|
.debug-panel-contents {
|
|
|
background-color: #fff;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 0.75rem;
|
|
|
padding: 18px;
|
|
|
position: absolute;
|
|
|
top: 0;
|