From 8fab1500a6fd2aa7fd0113c3961b0e1a967975cc Mon Sep 17 00:00:00 2001 From: Eugeny Loy Date: Wed, 5 Feb 2014 10:46:26 +0200 Subject: [PATCH] CRUD buttons changed to be more compact and use glyphicons instead of vanilla famfamfam icons --- .../WEB-INF/tags/form/fields/reference.tagx | 8 +++---- .../WEB-INF/tags/form/fields/table.tagx | 22 +++++++++---------- src/main/webapp/WEB-INF/tags/form/show.tagx | 20 ++++++++--------- src/main/webapp/styles/roostrap.css | 2 +- 4 files changed, 24 insertions(+), 28 deletions(-) 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;}