merged
This commit is contained in:
commit
d6a13224e9
|
@ -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;
|
||||||
|
|
|
@ -6,5 +6,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background:#848484;
|
background:#848484;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user