2014-10-11 05:22:21 +00:00
|
|
|
.tdg-editscreen-main {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tdg-editscreen-main-helplink {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tdg-editscreen-error-msg {
|
|
|
|
display: block;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
2016-02-19 13:16:29 +00:00
|
|
|
.tdg-templateDataDialog-panels .oo-ui-panelLayout {
|
2014-10-11 05:22:21 +00:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2016-05-19 19:17:39 +00:00
|
|
|
.successbox,
|
|
|
|
.errorbox {
|
|
|
|
padding: 0.5em 1em;
|
2014-10-11 05:22:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tdg-editscreen-input-error input {
|
2016-05-19 19:17:39 +00:00
|
|
|
background-color: #ffa3a3;
|
2014-10-11 05:22:21 +00:00
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget {
|
2016-02-19 13:16:29 +00:00
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget .oo-ui-iconElement-icon {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
2016-02-22 10:55:53 +00:00
|
|
|
/* Hover events sometimes fire while dragging, so limit to highlighted widgets */
|
|
|
|
.tdg-templateDataParamWidget.oo-ui-optionWidget-highlighted .oo-ui-iconElement-icon:hover {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget-param-name,
|
|
|
|
.tdg-templateDataParamWidget-param-aliases,
|
|
|
|
.tdg-templateDataParamWidget-param-description {
|
2014-10-11 05:22:21 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget-param-name {
|
2014-10-11 05:22:21 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget-param-aliases {
|
2014-10-11 05:22:21 +00:00
|
|
|
float: right;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2016-02-20 16:36:44 +00:00
|
|
|
.tdg-templateDataParamWidget-param-description {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget-param-alias {
|
2014-10-11 05:22:21 +00:00
|
|
|
border-radius: 0.3em;
|
|
|
|
padding: 0.125em 0.25em;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
color: #999;
|
|
|
|
background-color: #eee;
|
|
|
|
border: solid 1px #ddd;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget-param-alias:first-child {
|
2014-10-11 05:22:21 +00:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamWidget-paramList-param-description {
|
2014-10-11 05:22:21 +00:00
|
|
|
clear: both;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2016-02-19 17:03:14 +00:00
|
|
|
.tdg-templateDataParamImportWidget {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tdg-templateDataParamImportWidget > .oo-ui-buttonElement-button {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2015-09-13 18:04:17 +00:00
|
|
|
/* mw.TemplateData.LanguageSearchWidget */
|
|
|
|
|
|
|
|
.tdg-languageResultWidget-otherMatch {
|
|
|
|
float: right;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2016-02-19 13:18:04 +00:00
|
|
|
.tdg-languageResultWidget-highlight {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|