uComponents: MultipleTextstring - Added CSS/JS as embedded resources.

This commit is contained in:
leekelleher
2012-04-29 20:17:30 -01:00
parent 44b45d797d
commit 08d78e9c1e
3 changed files with 300 additions and 145 deletions

View File

@@ -0,0 +1,33 @@
.MultipleTextstring
{
float: left;
padding-bottom: 5px;
}
.MultipleTextstring .textstring-row
{
clear: both;
float: left;
margin-bottom: 5px;
width: 451px;
}
.MultipleTextstring .textstring-row .textstring-row-field
{
float: left;
width: 435px;
}
.MultipleTextstring .textstring-row .textstring-row-sort
{
float: right;
cursor: move;
padding-top: 2px;
height: 18px;
width: 16px;
}
.MultipleTextstring .textstring-row-placeholder
{
clear: both;
float: left;
background-color: #FFEE99;
margin-bottom: 5px;
width: 451px;
}