|
|
@@ -196,6 +196,18 @@ body {
|
|
|
background: radial-gradient(circle, rgb(102 158 231 / 100%) 0%, rgb(43 86 177 / 100%) 100%) !important;
|
|
|
}
|
|
|
|
|
|
+p,
|
|
|
+pre {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+ol,
|
|
|
+ul {
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
color: #7c7c7c;
|
|
|
@@ -394,7 +406,6 @@ a {
|
|
|
.notification-container {
|
|
|
background-color: rgb(255 255 255 / 95%);
|
|
|
box-shadow: 0 3px 20px 0 rgb(0 0 0 / 40%);
|
|
|
- list-style-type: none;
|
|
|
margin: 0 18px;
|
|
|
max-height: 90%;
|
|
|
overflow-y: auto;
|
|
|
@@ -403,7 +414,6 @@ a {
|
|
|
width: 390px;
|
|
|
z-index: 300;
|
|
|
font-size: 0.8rem;
|
|
|
- padding: 0;
|
|
|
color: #6f6f6f;
|
|
|
border-bottom-left-radius: 6px;
|
|
|
border-bottom-right-radius: 6px;
|
|
|
@@ -606,11 +616,10 @@ form#vstobjects .alert {
|
|
|
}
|
|
|
|
|
|
.card {
|
|
|
- float: left;
|
|
|
+ box-sizing: border-box;
|
|
|
overflow: hidden;
|
|
|
background-color: #f5f5f5;
|
|
|
border: 1px solid #d3d3d3;
|
|
|
- box-sizing: border-box;
|
|
|
width: 200px;
|
|
|
min-height: 260px;
|
|
|
margin: 1em;
|
|
|
@@ -648,22 +657,19 @@ form#vstobjects .alert {
|
|
|
}
|
|
|
|
|
|
.card .card-thumb {
|
|
|
+ box-sizing: border-box;
|
|
|
background-color: #fff;
|
|
|
- display: block;
|
|
|
- height: 180px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
width: 200px;
|
|
|
- text-align: center;
|
|
|
+ height: 180px;
|
|
|
+ padding: 20px;
|
|
|
}
|
|
|
|
|
|
.card .card-thumb img {
|
|
|
- max-height: 180px;
|
|
|
- max-width: 200px;
|
|
|
- height: auto;
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-
|
|
|
-.card button {
|
|
|
- margin: 0.3em;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
}
|
|
|
|
|
|
.l-stat {
|
|
|
@@ -728,7 +734,6 @@ form#vstobjects .alert {
|
|
|
}
|
|
|
|
|
|
.l-stat__col ul {
|
|
|
- list-style-type: none;
|
|
|
font-size: 0.75rem;
|
|
|
padding-left: 0;
|
|
|
line-height: 14px;
|
|
|
@@ -849,15 +854,12 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|
|
position: absolute;
|
|
|
z-index: 3;
|
|
|
left: 397px;
|
|
|
- margin: 0;
|
|
|
overflow: hidden;
|
|
|
top: 42px;
|
|
|
background-color: rgb(255 255 255 / 95%);
|
|
|
- list-style-type: none;
|
|
|
box-shadow: 0 2px 14px 0 rgb(20 20 20 / 35%);
|
|
|
border-radius: 4px;
|
|
|
border: 1px solid rgb(255 255 255 / 100%);
|
|
|
- padding: 0;
|
|
|
}
|
|
|
|
|
|
.context-menu.sort-order li {
|
|
|
@@ -2534,19 +2536,29 @@ td.hint {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+/* Hide the default close button in dialog header */
|
|
|
+.ui-dialog-titlebar-close {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* Set high z-index for dialog to override .l-header */
|
|
|
+.ui-front {
|
|
|
+ z-index: 1000;
|
|
|
+}
|
|
|
+
|
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
|
margin-bottom: 4px;
|
|
|
box-shadow:
|
|
|
0 1px 4px rgb(0 0 0 / 20%),
|
|
|
inset 0 0 1px #fff,
|
|
|
- inset 0 0 3px rgb(255 255 255 / 50%) !important;
|
|
|
+ inset 0 0 3px rgb(255 255 255 / 50%);
|
|
|
}
|
|
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
|
- border-color: #fff !important;
|
|
|
+ border-color: #fff;
|
|
|
box-shadow: inset 0 0 2px rgb(0 0 0 / 25%);
|
|
|
- margin-top: 0 !important;
|
|
|
- padding: 0 !important;
|
|
|
+ margin-top: 0;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
.ui-button,
|
|
|
@@ -3434,7 +3446,6 @@ form#vstobjects.suspended {
|
|
|
}
|
|
|
|
|
|
.shortcuts ul {
|
|
|
- list-style-type: none;
|
|
|
padding: 30px 20px;
|
|
|
float: left;
|
|
|
width: 360px;
|
|
|
@@ -3465,7 +3476,6 @@ form#vstobjects.suspended {
|
|
|
|
|
|
.description ul {
|
|
|
margin-top: 15px;
|
|
|
- list-style: none;
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
@@ -3529,30 +3539,30 @@ form#vstobjects.suspended {
|
|
|
}
|
|
|
|
|
|
.ui-dialog {
|
|
|
- font-family: Exo, Arial, Helvetica, sans-serif !important;
|
|
|
- font-weight: 500 !important;
|
|
|
- background-color: rgb(255 255 255 / 90%) !important;
|
|
|
+ font-family: Exo, Arial, Helvetica, sans-serif;
|
|
|
+ font-weight: 500;
|
|
|
+ background-color: rgb(255 255 255 / 90%);
|
|
|
box-shadow:
|
|
|
inset 0 1px 3px rgb(0 0 0 / 25%),
|
|
|
- 0 8px 40px 0 rgb(0 0 0 / 35%) !important;
|
|
|
- border-radius: 6px !important;
|
|
|
- border: 1px solid rgb(255 255 255 / 98%) !important;
|
|
|
- text-align: center !important;
|
|
|
+ 0 8px 40px 0 rgb(0 0 0 / 35%);
|
|
|
+ border-radius: 6px;
|
|
|
+ border: 1px solid rgb(255 255 255 / 98%);
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
|
- color: #535353 !important;
|
|
|
- padding: 10px 26px 30px !important;
|
|
|
+ color: #535353;
|
|
|
+ padding: 20px 26px 30px;
|
|
|
}
|
|
|
|
|
|
.ui-dialog .ui-dialog-title {
|
|
|
- margin: 0 !important;
|
|
|
- color: #305ba9 !important;
|
|
|
- font-size: 1.2em !important;
|
|
|
- text-transform: none !important;
|
|
|
- letter-spacing: -0.01em !important;
|
|
|
- text-align: center !important;
|
|
|
- float: none !important;
|
|
|
+ margin: 0;
|
|
|
+ color: #305ba9;
|
|
|
+ font-size: 1.2em;
|
|
|
+ text-transform: none;
|
|
|
+ letter-spacing: -0.01em;
|
|
|
+ text-align: center;
|
|
|
+ float: none;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
@@ -3903,6 +3913,11 @@ li[aria-expanded="true"] a {
|
|
|
align-items: center !important;
|
|
|
}
|
|
|
|
|
|
+.u-list-bulleted {
|
|
|
+ list-style: disc !important;
|
|
|
+ padding-left: 40px !important;
|
|
|
+}
|
|
|
+
|
|
|
.u-flex-align-center {
|
|
|
display: flex !important;
|
|
|
justify-content: center !important;
|