|
@@ -1539,26 +1539,22 @@ a:hover {
|
|
|
.sidebar-popup {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
- left: 250px;
|
|
|
bottom: 0;
|
|
|
width: 250px;
|
|
|
color: #62a29c;
|
|
|
background-color: #eff6f5;
|
|
|
- z-index: 3;
|
|
|
overflow-y: auto; }
|
|
|
.sidebar-popup-container {
|
|
|
- display: none; }
|
|
|
- .sidebar-popup-item {
|
|
|
- display: none; }
|
|
|
- .sidebar-popup-background {
|
|
|
+ display: none;
|
|
|
+ background-color: rgba(0, 0, 0, 0.5);
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 250px;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
- background-color: black;
|
|
|
- opacity: 0.5;
|
|
|
z-index: 2; }
|
|
|
+ .sidebar-popup-item {
|
|
|
+ display: none; }
|
|
|
.sidebar-popup-title {
|
|
|
font-size: 12px;
|
|
|
font-weight: bold;
|
|
@@ -3362,6 +3358,7 @@ table#change-history {
|
|
|
float: none;
|
|
|
display: inline; }
|
|
|
.module .form-row .help {
|
|
|
+ clear: left;
|
|
|
color: #cceae4;
|
|
|
margin: 12px 0 0 160px; }
|
|
|
.module .form-row .checkbox-row .help {
|
|
@@ -3396,9 +3393,8 @@ table#change-history {
|
|
|
.module .form-row .add-another img {
|
|
|
display: none; }
|
|
|
.module .form-row .field-box {
|
|
|
- padding-top: 6px; }
|
|
|
- .module .form-row .field-box:first-child {
|
|
|
- padding-top: 0; }
|
|
|
+ margin-right: 20px;
|
|
|
+ float: left; }
|
|
|
.module .form-row .file-upload {
|
|
|
background: #f5fdfa;
|
|
|
display: inline-block;
|
|
@@ -3637,6 +3633,9 @@ table#change-history {
|
|
|
font-weight: normal;
|
|
|
font-size: 12px; }
|
|
|
|
|
|
+.related-widget-wrapper {
|
|
|
+ float: left; }
|
|
|
+
|
|
|
/*
|
|
|
* General
|
|
|
*/
|
|
@@ -4307,7 +4306,8 @@ table#change-history {
|
|
|
margin-top: 20px; }
|
|
|
|
|
|
.login-form .form-row {
|
|
|
- padding: 6px 0; }
|
|
|
+ padding: 6px 0;
|
|
|
+ clear: both; }
|
|
|
.login-form .form-row label {
|
|
|
display: block;
|
|
|
padding: 6px 10px 0 0;
|