This commit is contained in:
Sanj 2011-07-04 22:02:42 +05:30
commit d6a13224e9
2 changed files with 14 additions and 0 deletions

View File

@ -140,6 +140,10 @@ text-align:left;}
.editTitle
{float:left;}
.itemFormLabel titleLabel {
display:block;
}
.itemTitle
{width:180px;}
@ -166,6 +170,10 @@ float:right;
width:190px;
}
.itemFormLabel descriptionLabel {
display:block;
}
.submitInput
{clear:both;
float:right;

View File

@ -6,5 +6,11 @@
overflow: hidden;
text-align: right;
background:#848484;
}
ul {
list-style-type:none;
}