ENHANCEMENT Better visual hierarchy in CMS for translated objects.

This should really be taken care of in CMS by default styling for CompositeFields, but this will do for now.
This commit is contained in:
Simon Elvery 2012-11-13 16:03:23 +10:00
parent 1bb392c8dc
commit a713764833
1 changed files with 18 additions and 0 deletions

View File

@ -24,4 +24,22 @@ ul.tree span.untranslated a:visited {
/* Language dropdown has its own spacing */
.cms-content-toolbar {
margin-bottom: 7px;
}
.originallang_holder {
border-bottom: 1px solid rgba(201, 205, 206, 0.8);
box-shadow: 0 1px 0 rgba(244, 245, 245, 0.8);
margin: 0 0 8px;
padding: 0 0 7px;
}
.originallang_holder .field {
border-bottom: none;
box-shadow: none;
margin-bottom: 0;
padding-bottom: 0;
}
.originallang_holder .originallang {
font-size: 90%;
}