mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
bfojcapell: Added some css used in multilingual support stuff
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42131 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d1dafb9ff1
commit
6871db7212
@ -43,6 +43,18 @@
|
|||||||
float: left;
|
float: left;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
#LangSelector_holder {
|
||||||
|
float: none;
|
||||||
|
background-color: #EEEEEE;
|
||||||
|
border-bottom: 1px solid #CCCCCC;
|
||||||
|
border-top: 1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
#LangSelector_holder select {
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
#LangSelector_holder.onelang {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#left form.actionparms input.action {
|
#left form.actionparms input.action {
|
||||||
width: 5%;
|
width: 5%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -375,6 +387,11 @@ ul.tree span.a.MailType span.c, ul.tree span.a.last.MailType span.c, ul.tree spa
|
|||||||
background-color: #B6BDD2;
|
background-color: #B6BDD2;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.tree li.untranslated a:link, ul.tree li.untranslated a:hover, ul.tree li.untranslated a:visited {
|
||||||
|
color: #CCCCCC
|
||||||
|
}
|
||||||
|
|
||||||
#left form.actionparams .SearchCriteria {
|
#left form.actionparams .SearchCriteria {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -821,6 +821,57 @@ div.CommentFilter {
|
|||||||
width: 30em !important;
|
width: 30em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Original lang fields
|
||||||
|
*/
|
||||||
|
|
||||||
|
div.originallang_holder.field.CompositeField.nolabel {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-left: 0px;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.originallang {
|
||||||
|
color: #666666;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.originallang span.readonly{
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hack */
|
||||||
|
#Form_EditForm_URLSegment_original {
|
||||||
|
color: #666666;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right form div.languageDropdown {
|
||||||
|
clear: right;
|
||||||
|
padding-right: 4pt;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right form div.createTranslationButton {
|
||||||
|
clear: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.translatingMessage {
|
||||||
|
background-color: #F9F9E3;
|
||||||
|
border: 1px solid #CCCC99;
|
||||||
|
font-size: 1.2em;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nonTranslating {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SecurityAdmin
|
* SecurityAdmin
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user