Skip to content

Commit

Permalink
#108 closed: 'Remove the "Add New" header for categories'
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 5, 2011
1 parent 8ee9c51 commit ece6406
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
12 changes: 10 additions & 2 deletions src/main/scala/scala/tools/colladoc/model/mapper/User.scala
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,17 @@ object User extends User with KeyedMetaMapper[Long, User] {
<lift:form class="category">
<fieldset>
<p>
<category:name class="text required ui-widget-content ui-corner-all" />
<table id="category_add_line">
<tr>
<td>
<category:name class="text required ui-widget-content ui-corner-all" />
</td>
<td>
<category:save />
</td>
</tr>
</table>
</p>
<category:save />
<category:submit />
</fieldset>
</lift:form>
Expand Down
21 changes: 19 additions & 2 deletions src/main/webapp/cosettings.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

.category input.text {
width: 95%;
padding: .4em;
padding: 5px;
}

.submit {
Expand Down Expand Up @@ -189,6 +189,23 @@
margin: 50px;
}

#category_add_line {
width: 652px;
}

#category_add_line td {
padding: 10px;
}

#category_add_line th {
font-weight: bold;
padding: 10px;
}

#category_add_line tr {
margin: 50px;
}

.test {margin: 5px;}

#discussions_settings h3 {
Expand Down Expand Up @@ -231,4 +248,4 @@
#user_settings input.text {
width: 588px;
padding: 5px;
}
}

0 comments on commit ece6406

Please sign in to comment.