aboutsummaryrefslogtreecommitdiff
path: root/war
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-04 22:24:08 +0100
committerPacien TRAN-GIRARD2014-03-04 22:24:08 +0100
commit9101135b992cd4f1c6e163f9ebe0f1be4e6cf5e6 (patch)
tree7c6e3946fb30b98c8c944aef69e55bd0aebf855e /war
parent63ffbdc66e7c0721618165b7a2d635db35953c8b (diff)
downloadesieequest-9101135b992cd4f1c6e163f9ebe0f1be4e6cf5e6.tar.gz
Fix text field size
Diffstat (limited to 'war')
-rw-r--r--war/esieequest.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/war/esieequest.css b/war/esieequest.css
index 043fd86..f9dc55c 100644
--- a/war/esieequest.css
+++ b/war/esieequest.css
@@ -48,6 +48,8 @@ button {
48} 48}
49 49
50.gwt-TextBox { 50.gwt-TextBox {
51 width: calc(100% - 5px); 51 width: 100%;
52 box-sizing: border-box;
53 -moz-box-sizing: border-box;
52 border: 1px solid #ccc; 54 border: 1px solid #ccc;
53} 55}