mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 11:14:12 +02:00
Inconsequential SCSS to CSS recompiles from phpstorm
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,6 @@ $gridMargin: 0 0.6em 0.6em 0;
|
||||
$itemPadding: 0.4em;
|
||||
$focusPointCircleSize: 40px;
|
||||
|
||||
|
||||
.InputfieldImage {
|
||||
.InputfieldHeader {
|
||||
.InputfieldImageListToggle {
|
||||
|
@@ -1,84 +1 @@
|
||||
.pw-content .InputfieldPageAutocomplete p {
|
||||
margin: 0; }
|
||||
.pw-content .InputfieldPageAutocomplete ol {
|
||||
margin: 0;
|
||||
list-style: none; }
|
||||
.pw-content .InputfieldPageAutocomplete ol li {
|
||||
/* li item from the html list above */
|
||||
position: relative;
|
||||
margin: 0 0 1px 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
width: 100%;
|
||||
line-height: 1em;
|
||||
display: block;
|
||||
cursor: move; }
|
||||
.pw-content .InputfieldPageAutocomplete ol li i.fa-sort {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin-right: 7px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
opacity: 0.7; }
|
||||
.pw-content .InputfieldPageAutocomplete ol li .ui-icon-arrowthick-2-n-s {
|
||||
float: left;
|
||||
margin-top: 1px; }
|
||||
.pw-content .InputfieldPageAutocomplete ol li:last-child {
|
||||
margin-bottom: 0.5em; }
|
||||
.pw-content .InputfieldPageAutocomplete input.no_list {
|
||||
/* some right padding for remove icon placement */
|
||||
padding-right: 22px; }
|
||||
|
||||
.InputfieldPageAutocomplete ol li .itemLabel {
|
||||
/* this is a span that surrounds the text in the item, except for the remove link */
|
||||
display: block;
|
||||
padding: 3px 0 3px 5px;
|
||||
cursor: move; }
|
||||
.InputfieldPageAutocomplete ol li .itemRemove {
|
||||
/* the remove link in each list item */
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0; }
|
||||
.InputfieldPageAutocomplete ol li .itemValue {
|
||||
display: none; }
|
||||
.InputfieldPageAutocomplete ol li i.fa-trash {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
right: 3px; }
|
||||
.InputfieldPageAutocomplete ol li.itemTemplate {
|
||||
display: none !important; }
|
||||
.InputfieldPageAutocomplete input[type=text] {
|
||||
/* some left padding for icon placement */
|
||||
width: 100%;
|
||||
padding-left: 18px; }
|
||||
.InputfieldPageAutocomplete p {
|
||||
position: relative;
|
||||
margin-bottom: 0; }
|
||||
.InputfieldPageAutocomplete p i.fa {
|
||||
/* icon placement */
|
||||
position: absolute;
|
||||
top: 0.5em;
|
||||
left: 1px;
|
||||
opacity: 0.5; }
|
||||
.InputfieldPageAutocomplete p i.fa.InputfieldPageAutocompleteRemove {
|
||||
/* remove icon, for no_list mode */
|
||||
left: auto;
|
||||
right: 3px;
|
||||
cursor: pointer; }
|
||||
.InputfieldPageAutocomplete p i.fa.InputfieldPageAutocompleteRemove:hover {
|
||||
opacity: 1.0; }
|
||||
.InputfieldPageAutocomplete .InputfieldPageAdd {
|
||||
/* hide .InputfieldPageAdd since autocomplete uses it's own input for this */
|
||||
display: none; }
|
||||
|
||||
.ui-autocomplete {
|
||||
/* enforce scrolling, plus add a little shadow for better distinction from background */
|
||||
max-height: 230px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.InputfieldPageAutocompleteNote {
|
||||
/* Optional note with contextual helper tips */
|
||||
display: none; }
|
||||
.pw-content .InputfieldPageAutocomplete p{margin:0}.pw-content .InputfieldPageAutocomplete ol{margin:0;list-style:none}.pw-content .InputfieldPageAutocomplete ol li{position:relative;margin:0 0 1px 0;padding-left:0;list-style:none;width:100%;line-height:1em;display:block;cursor:move}.pw-content .InputfieldPageAutocomplete ol li i.fa-sort{display:inline;float:left;margin-right:7px;position:relative;top:3px;left:3px;opacity:.7}.pw-content .InputfieldPageAutocomplete ol li .ui-icon-arrowthick-2-n-s{float:left;margin-top:1px}.pw-content .InputfieldPageAutocomplete ol li:last-child{margin-bottom:.5em}.pw-content .InputfieldPageAutocomplete input.no_list{padding-right:22px}.InputfieldPageAutocomplete ol li .itemLabel{display:block;padding:3px 0 3px 5px;cursor:move}.InputfieldPageAutocomplete ol li .itemRemove{position:absolute;right:3px;top:0}.InputfieldPageAutocomplete ol li .itemValue{display:none}.InputfieldPageAutocomplete ol li i.fa-trash{position:relative;top:2px;right:3px}.InputfieldPageAutocomplete ol li.itemTemplate{display:none !important}.InputfieldPageAutocomplete input[type=text]{width:100%;padding-left:18px}.InputfieldPageAutocomplete p{position:relative;margin-bottom:0}.InputfieldPageAutocomplete p i.fa{position:absolute;top:.5em;left:1px;opacity:.5}.InputfieldPageAutocomplete p i.fa.InputfieldPageAutocompleteRemove{left:auto;right:3px;cursor:pointer}.InputfieldPageAutocomplete p i.fa.InputfieldPageAutocompleteRemove:hover{opacity:1}.InputfieldPageAutocomplete .InputfieldPageAdd{display:none}.ui-autocomplete{max-height:230px;overflow-y:auto;overflow-x:hidden;box-shadow:0 1px 2px 2px rgba(0,0,0,.2)}.InputfieldPageAutocompleteNote{display:none}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
.pw-content .InputfieldPageAutocomplete {
|
||||
p {
|
||||
margin: 0;
|
||||
|
@@ -1,168 +1 @@
|
||||
.body.LanguageTabsJqueryUI .pw-content .langTabsContainer .InputfieldError,
|
||||
.body.LanguageTabsJqueryUI #content .langTabsContainer .InputfieldError {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.langTabs.ui-tabs {
|
||||
position: relative;
|
||||
padding: 0; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav {
|
||||
margin-bottom: 0; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav.ui-widget-header {
|
||||
padding: 2px 3px 0;
|
||||
border-bottom: none; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav li {
|
||||
margin: 0 4px 0 0; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav li a {
|
||||
padding: 0.3em 0.7em;
|
||||
font-weight: bold;
|
||||
outline: none;
|
||||
font-size: 0.846153846153846em; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-default {
|
||||
border: 1px solid #fff;
|
||||
padding-bottom: 0; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active {
|
||||
background: #fff; }
|
||||
.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
|
||||
cursor: default;
|
||||
background: #fff;
|
||||
margin: 0; }
|
||||
.langTabs.ui-tabs .ui-tabs-panel {
|
||||
padding: 0.9em;
|
||||
border-top: none; }
|
||||
.langTabs.ui-tabs .ui-tabs-panel .LanguageSupportLabel {
|
||||
display: none; }
|
||||
|
||||
.langTabsToggle {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
cursor: pointer; }
|
||||
|
||||
.InputfieldStateCollapsed .langTabsToggle {
|
||||
display: none; }
|
||||
|
||||
.langTabEmpty a {
|
||||
opacity: 0.7;
|
||||
font-weight: normal !important; }
|
||||
|
||||
.langTabs > ul.ui-tabs {
|
||||
display: none; }
|
||||
|
||||
.hasLangTabs .langTabs > ul.ui-tabs {
|
||||
display: block; }
|
||||
|
||||
.InputfieldImage .InputfieldFileLink + .langTabsContainer {
|
||||
margin-top: 0.5em; }
|
||||
|
||||
.hadLanguageSupport > .InputfieldContent > .LanguageSupport {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.langTabsHidden,
|
||||
.hadLanguageSupport .LanguageSupportLabel {
|
||||
display: none; }
|
||||
|
||||
.langTabsNote {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 1em;
|
||||
display: none; }
|
||||
|
||||
/*
|
||||
.langTabs {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body.LanguageTabsJqueryUI {
|
||||
.langTabs > ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hasLangTabs .langTabs > ul {
|
||||
display: block;
|
||||
}
|
||||
.pw-content .langTabsContainer,
|
||||
#content .langTabsContainer {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.pw-content .langTabsContainer .InputfieldError,
|
||||
#content .langTabsContainer .InputfieldError {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.langTabs .ui-tabs-nav.ui-widget-header {
|
||||
padding: 2px 3px 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.langTabs .ui-tabs-panel {
|
||||
padding: 0.9em;
|
||||
border-top: none;
|
||||
}
|
||||
.langTabs .ui-tabs-panel .LanguageSupportLabel {
|
||||
display: none;
|
||||
|
||||
}
|
||||
.langTabs.ui-tabs .ui-tabs-nav {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.langTabs.ui-tabs .ui-tabs-nav li {
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
.langTabs.ui-tabs .ui-tabs-nav li a {
|
||||
padding: 0.3em 0.7em;
|
||||
font-weight: bold;
|
||||
outline: none;
|
||||
font-size: 0.846153846153846em;
|
||||
}
|
||||
.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-default {
|
||||
border: 1px solid #fff;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active {
|
||||
background: #fff;
|
||||
}
|
||||
.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
|
||||
cursor: default;
|
||||
background: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
.langTabEmpty a {
|
||||
opacity: 0.7;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.InputfieldImage .InputfieldFileLink + .langTabsContainer {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.hadLanguageSupport > .InputfieldContent > .LanguageSupport {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.langTabsToggle {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.InputfieldStateCollapsed .langTabsToggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.langTabsHidden,
|
||||
.hadLanguageSupport .LanguageSupportLabel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.langTabsNote {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 1em;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.langTabs > ul > li {
|
||||
cursor: pointer;
|
||||
}
|
||||
*/
|
||||
.body.LanguageTabsJqueryUI .pw-content .langTabsContainer .InputfieldError,.body.LanguageTabsJqueryUI #content .langTabsContainer .InputfieldError{margin-bottom:0}.langTabs.ui-tabs{position:relative;padding:0}.langTabs.ui-tabs .ui-tabs-nav{margin-bottom:0}.langTabs.ui-tabs .ui-tabs-nav.ui-widget-header{padding:2px 3px 0;border-bottom:none}.langTabs.ui-tabs .ui-tabs-nav li{margin:0 4px 0 0}.langTabs.ui-tabs .ui-tabs-nav li a{padding:.3em .7em;font-weight:bold;outline:none;font-size:.8461538462em}.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-default{border:1px solid #fff;padding-bottom:0}.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active{background:#fff}.langTabs.ui-tabs .ui-tabs-nav li.ui-state-active a{cursor:default;background:#fff;margin:0}.langTabs.ui-tabs .ui-tabs-panel{padding:.9em;border-top:none}.langTabs.ui-tabs .ui-tabs-panel .LanguageSupportLabel{display:none}.langTabsToggle{float:right;margin-right:1em;cursor:pointer}.InputfieldStateCollapsed .langTabsToggle{display:none}.langTabEmpty a{opacity:.7;font-weight:normal !important}.langTabs>ul.ui-tabs{display:none}.hasLangTabs .langTabs>ul.ui-tabs{display:block}.InputfieldImage .InputfieldFileLink+.langTabsContainer{margin-top:.5em}.hadLanguageSupport>.InputfieldContent>.LanguageSupport{margin-bottom:0}.langTabsHidden,.hadLanguageSupport .LanguageSupportLabel{display:none}.langTabsNote{position:absolute;top:5px;right:1em;display:none}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
.body.LanguageTabsJqueryUI {
|
||||
.pw-content .langTabsContainer,
|
||||
#content .langTabsContainer {
|
||||
|
File diff suppressed because one or more lines are too long
@@ -5,7 +5,6 @@ $light-green: #93BF0D;
|
||||
$white: #fff;
|
||||
$pink: #DB1174;
|
||||
|
||||
|
||||
$subtle-bg: #E4EBEE;
|
||||
$subtle-border: darken($subtle-bg, 4%);
|
||||
$button-bg: $light-green;
|
||||
|
@@ -1,84 +1 @@
|
||||
.ModulesList p.description {
|
||||
margin-top: 0; }
|
||||
.ModulesList select.modules_filter {
|
||||
margin-top: 0.75em; }
|
||||
.ModulesList #Inputfield_new_seconds {
|
||||
margin-bottom: 1em; }
|
||||
.ModulesList .InputfieldFileValidExtensions {
|
||||
display: none; }
|
||||
|
||||
.ModulesList table.AdminDataList {
|
||||
clear: both;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 2em; }
|
||||
.ModulesList table.AdminDataList td, .ModulesList table.AdminDataList th {
|
||||
padding-right: 10px !important; }
|
||||
.ModulesList table.AdminDataList td:first-child, .ModulesList table.AdminDataList th:first-child {
|
||||
width: 30%;
|
||||
vertical-align: top; }
|
||||
.ModulesList table.AdminDataList td:nth-child(2), .ModulesList table.AdminDataList th:nth-child(2) {
|
||||
text-align: center; }
|
||||
.ModulesList table.AdminDataList td:last-child {
|
||||
width: 70%; }
|
||||
.ModulesList table.AdminDataList td p.module-summary {
|
||||
margin: 0; }
|
||||
.ModulesList table.AdminDataList td .requires,
|
||||
.ModulesList table.AdminDataList td .date,
|
||||
.ModulesList table.AdminDataList td .installs {
|
||||
display: block; }
|
||||
.ModulesList table.AdminDataList td .buttons {
|
||||
display: block;
|
||||
margin: 0.25em 0; }
|
||||
|
||||
a span.not_installed {
|
||||
text-decoration: line-through; }
|
||||
|
||||
a:hover span.not_installed {
|
||||
text-decoration: none; }
|
||||
|
||||
a span.PermanentModule {
|
||||
font-weight: normal; }
|
||||
|
||||
#godownload,
|
||||
#install_now,
|
||||
#no_install {
|
||||
float: left; }
|
||||
|
||||
#ModuleInfo table.AdminDataList td:first-child {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
width: 20%;
|
||||
padding-right: 1em; }
|
||||
#ModuleInfo table.AdminDataList tr:last-child td {
|
||||
border-bottom: none; }
|
||||
|
||||
.pw-init #modules_form,
|
||||
.pw-init .WireTab,
|
||||
.pw-init .WireTabs li {
|
||||
display: none; }
|
||||
|
||||
/*
|
||||
* The following appear to no longer be in use, kept here for short term reference
|
||||
*
|
||||
h3.ui-widget-header {
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 0 !important;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
#wrap_reset {
|
||||
margin: 0;
|
||||
float: right;
|
||||
.ui-button {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
button.install {
|
||||
margin: 1px 0 0 1em;
|
||||
float: right;
|
||||
}
|
||||
table.AdminDataList span.ui-icon {
|
||||
position: relative;
|
||||
bottom: -2px;
|
||||
opacity: 0.4;
|
||||
}
|
||||
*/
|
||||
.ModulesList p.description{margin-top:0}.ModulesList select.modules_filter{margin-top:.75em}.ModulesList #Inputfield_new_seconds{margin-bottom:1em}.ModulesList .InputfieldFileValidExtensions{display:none}.ModulesList table.AdminDataList{clear:both;margin-top:.5em;margin-bottom:2em}.ModulesList table.AdminDataList td,.ModulesList table.AdminDataList th{padding-right:10px !important}.ModulesList table.AdminDataList td:first-child,.ModulesList table.AdminDataList th:first-child{width:30%;vertical-align:top}.ModulesList table.AdminDataList td:nth-child(2),.ModulesList table.AdminDataList th:nth-child(2){text-align:center}.ModulesList table.AdminDataList td:last-child{width:70%}.ModulesList table.AdminDataList td p.module-summary{margin:0}.ModulesList table.AdminDataList td .requires,.ModulesList table.AdminDataList td .date,.ModulesList table.AdminDataList td .installs{display:block}.ModulesList table.AdminDataList td .buttons{display:block;margin:.25em 0}a span.not_installed{text-decoration:line-through}a:hover span.not_installed{text-decoration:none}a span.PermanentModule{font-weight:normal}#godownload,#install_now,#no_install{float:left}#ModuleInfo table.AdminDataList td:first-child{font-weight:bold;text-align:right;width:20%;padding-right:1em}#ModuleInfo table.AdminDataList tr:last-child td{border-bottom:none}.pw-init #modules_form,.pw-init .WireTab,.pw-init .WireTabs li{display:none}
|
||||
|
@@ -1,3 +1,4 @@
|
||||
|
||||
// form that surrounds modules lists
|
||||
.ModulesList {
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
// ProcessPageLister CSS
|
||||
|
||||
#ProcessLister {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user