diff --git a/src/main/webapp/WEB-INF/tags/form/fields/reference.tagx b/src/main/webapp/WEB-INF/tags/form/fields/reference.tagx index 8c58014..c808e0e 100644 --- a/src/main/webapp/WEB-INF/tags/form/fields/reference.tagx +++ b/src/main/webapp/WEB-INF/tags/form/fields/reference.tagx @@ -25,10 +25,10 @@ -
- - - ${fn:escapeXml(add_message)} +
+ + + diff --git a/src/main/webapp/WEB-INF/tags/form/fields/table.tagx b/src/main/webapp/WEB-INF/tags/form/fields/table.tagx index b56cecf..15cba7c 100644 --- a/src/main/webapp/WEB-INF/tags/form/fields/table.tagx +++ b/src/main/webapp/WEB-INF/tags/form/fields/table.tagx @@ -94,10 +94,9 @@ - - - ${fn:escapeXml(show_label)} + + @@ -105,17 +104,15 @@ - - - ${fn:escapeXml(update_label)} + + - @@ -123,7 +120,9 @@ - + @@ -142,10 +141,9 @@ - - - - ${fn:escapeXml(add_message)} + + + diff --git a/src/main/webapp/WEB-INF/tags/form/show.tagx b/src/main/webapp/WEB-INF/tags/form/show.tagx index be1b144..0cae788 100644 --- a/src/main/webapp/WEB-INF/tags/form/show.tagx +++ b/src/main/webapp/WEB-INF/tags/form/show.tagx @@ -46,7 +46,6 @@ - @@ -54,7 +53,9 @@ - + @@ -63,10 +64,9 @@ - - - ${fn:escapeXml(update_label)} + + @@ -75,20 +75,18 @@ - - - ${fn:escapeXml(create_label)} + + - - - ${fn:escapeXml(list_label)} + + diff --git a/src/main/webapp/styles/roostrap.css b/src/main/webapp/styles/roostrap.css index 6dab217..a28ae71 100644 --- a/src/main/webapp/styles/roostrap.css +++ b/src/main/webapp/styles/roostrap.css @@ -1,4 +1,4 @@ -.utilbox {width: 48px;} +.utilbox {width: 32px;} body{ padding-top: 62px;}