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:
83
components/editorControls/PrevalueEditor.css
Normal file
83
components/editorControls/PrevalueEditor.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user