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 .editTitle
{float:left;} {float:left;}
.itemFormLabel titleLabel {
display:block;
}
.itemTitle .itemTitle
{width:180px;} {width:180px;}
@ -166,6 +170,10 @@ float:right;
width:190px; width:190px;
} }
.itemFormLabel descriptionLabel {
display:block;
}
.submitInput .submitInput
{clear:both; {clear:both;
float:right; float:right;

View File

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