Files
Umbraco-CMS/src/umbraco.editorControls/MultipleTextstring/MultipleTextstring.css
2012-06-22 20:39:48 +04:00

34 lines
574 B
CSS

.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;
}