mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 08:17:12 +02:00
CSS adjustment in AdminThemeDefault to improve appearance of language tabs in file/image fields. Also, remove an extra unnecessary margin on language-tabbed text Inputfields.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -507,9 +507,7 @@ $ui-tabs-container-bg: transparentize($subtle-bg, 0.3); /* note same as item nes
|
|||||||
|
|
||||||
.Inputfields .langTabsContainer,
|
.Inputfields .langTabsContainer,
|
||||||
#content .Inputfields .langTabsContainer {
|
#content .Inputfields .langTabsContainer {
|
||||||
padding-top: 0;
|
padding: 0;
|
||||||
padding-left: 0;
|
|
||||||
padding-right: 0;
|
|
||||||
|
|
||||||
p.description {
|
p.description {
|
||||||
background: $ui-tabs-container-bg;
|
background: $ui-tabs-container-bg;
|
||||||
@@ -591,6 +589,17 @@ $ui-tabs-container-bg: transparentize($subtle-bg, 0.3); /* note same as item nes
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.InputfieldFile .ui-tabs,
|
||||||
|
.InputfieldImage .ui-tabs,
|
||||||
|
#content .InputfieldFile .ui-tabs,
|
||||||
|
#content .InputfieldImage .ui-tabs {
|
||||||
|
border: 1px solid $subtle-border;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.InputfieldFile .langTabsContainer + .InputfieldFileTags,
|
||||||
|
.InputfieldImage .langTabsContainer + .InputfieldFileTags {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-tabs-panel,
|
.ui-tabs-panel,
|
||||||
#content .ui-tabs-panel {
|
#content .ui-tabs-panel {
|
||||||
@@ -605,3 +614,4 @@ $ui-tabs-container-bg: transparentize($subtle-bg, 0.3); /* note same as item nes
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user