uComponents: MNTP - Resolved various ClientDependency concerns.
Removed the Extension class, as wasn't needed. Included MNTP's CSS/JS as embedded resources. Added icons (for delete & info) to '/umbraco/images' and 'jquery.tooltip' script to 'umbraco_client/ui'
This commit is contained in:
@@ -1,83 +1,81 @@
|
||||
/* Standard clearfix */
|
||||
.clearfix:after
|
||||
{
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.clearfix
|
||||
{
|
||||
display: inline-block;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html[xmlns] .clearfix
|
||||
{
|
||||
display: block;
|
||||
display: block;
|
||||
}
|
||||
|
||||
* html .clearfix
|
||||
{
|
||||
height: 1%;
|
||||
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;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.PrevalueEditor div.label
|
||||
{
|
||||
float: left;
|
||||
width: 120px;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
width: 120px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.PrevalueEditor div.field
|
||||
{
|
||||
float: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.PrevalueEditor div.description
|
||||
{
|
||||
clear: left;
|
||||
color: #666;
|
||||
float: left;
|
||||
font-style: italic;
|
||||
margin: 3px 0 10px 130px;
|
||||
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;
|
||||
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;
|
||||
clear: left;
|
||||
color: #666;
|
||||
float: left;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
margin: 3px 10px 10px 0;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.PrevalueEditor td
|
||||
{
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user