updated etxlink, ctools, colorbox, computed_field

This commit is contained in:
2019-05-13 17:51:14 +02:00
parent 33210e10f2
commit 2ffad14939
309 changed files with 4930 additions and 2655 deletions

View File

@@ -1,4 +1,3 @@
.ctools-button-processed {
border-style: solid;
border-width: 1px;
@@ -17,8 +16,7 @@
.ctools-no-js .ctools-content ul,
.ctools-button-processed .ctools-content ul {
list-style-image: none;
list-style-type: none;
list-style: none none;
margin-left: 0;
}

View File

@@ -1,12 +1,9 @@
.ctools-collapsible-container .ctools-toggle {
float: left;
width: 21px;
height: 21px;
cursor: pointer;
background-position: 7px 7px;
background-repeat: no-repeat;
background-image: url(../images/collapsible-expanded.png);
background: url(../images/collapsible-expanded.png) no-repeat 7px 7px;
}
.ctools-collapsible-container .ctools-collapsible-handle {

View File

@@ -5,8 +5,8 @@
}
.ctools-owns-lock {
background: #FFFFDD none repeat scroll 0 0;
border: 1px solid #F0C020;
background: #ffffdd none repeat scroll 0 0;
border: 1px solid #f0c020;
padding: 1em;
}

View File

@@ -1,4 +1,3 @@
.ctools-dropbutton-processed {
padding-right: 18px;
position: relative;
@@ -20,7 +19,6 @@
height: auto;
position: absolute;
right: 0;
text-indent: -9999px; /* LTR */
top: 0;
width: 17px;
}
@@ -51,6 +49,7 @@
right: 6px;
position: absolute;
top: 0.75em;
white-space: nowrap;
}
.ctools-dropbutton-processed.open .ctools-twisty {

View File

@@ -49,14 +49,14 @@ html.js div.ctools-dropdown div.ctools-dropdown-container {
html.js div.ctools-dropdown div.ctools-dropdown-container ul li li a {
padding-left: 25px;
width: 150px;
color: #027AC6;
color: #027ac6;
}
html.js div.ctools-dropdown div.ctools-dropdown-container ul li a {
text-decoration: none;
padding-left: 5px;
width: 170px;
color: #027AC6;
color: #027ac6;
}
html.js div.ctools-dropdown div.ctools-dropdown-container ul li span {
@@ -69,5 +69,5 @@ html.js div.ctools-dropdown div.ctools-dropdown-container ul li span.text {
}
html.js .ctools-dropdown-hover {
background-color: #ECECEC;
background-color: #ececec;
}

View File

@@ -79,7 +79,7 @@ div.ctools-modal-content .no-float .form-item * {
float: none;
}
div.ctools-modal-content .modal-form .no-float label {
div.ctools-modal-content .modal-form .no-float label {
width: auto;
}

View File

@@ -1,4 +1,3 @@
/* Farbtastic placement */
.color-form {
max-width: 50em;
@@ -32,7 +31,8 @@
clear: left; /* LTR */
width: 14em;
}
.color-form .form-text, .color-form .form-select {
.color-form .form-text,
.color-form .form-select {
float: left; /* LTR */
}
.color-form .form-text {
@@ -84,7 +84,7 @@
cursor: default;
}
.ctools-style-icons .form-item {
.ctools-style-icons .form-item {
width: 100px;
float: left;
margin: 0 3px !important;

View File

@@ -1,4 +1,3 @@
.wizard-trail {
font-size: 120%;
}