Relocated the uComponents data-type base classes to from 'cms' to 'editorControls' - better to keep them self-contained, (at this time).

This commit is contained in:
leekelleher
2012-04-29 19:05:59 -01:00
parent c2c4bb7413
commit f20712209d
13 changed files with 465 additions and 306 deletions

View File

@@ -0,0 +1,83 @@
/* Standard clearfix */
.clearfix:after
{
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix
{
display: inline-block;
}
html[xmlns] .clearfix
{
display: block;
}
* html .clearfix
{
height: 1%;
}
.PrevalueEditor
{
background: transparent url('<%= WebResource("uComponents.Core.Shared.Resources.Images.ucomponents-logo-small.png")%>') no-repeat right 8px;
padding-top: 40px;
}
.PrevalueEditor div.row
{
margin-top: 5px;
margin-bottom: 5px;
}
.PrevalueEditor div.label
{
float: left;
width: 120px;
margin-right: 10px;
}
.PrevalueEditor div.field
{
float: left;
}
.PrevalueEditor div.description
{
clear: left;
color: #666;
float: left;
font-style: italic;
margin: 3px 0 10px 130px;
}
/* validation */
.PrevalueEditor .validator
{
color: red;
display: block;
font-size: 11px;
margin-bottom: 3px;
margin-top: 3px;
visibility: visible;
}
/* headers */
.PrevalueEditor h3
{
clear: left;
color: #666;
float: left;
font-style: italic;
font-weight: bold;
margin: 3px 10px 10px 0;
}
/* Tables */
.PrevalueEditor td
{
font-weight: bold;
}