From 21eac8ba17d8e64146abeed4e260d202542f6441 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 12 Mar 2014 11:36:17 +0100 Subject: Replace icons --- war/assets/css/esieequest.css | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 war/assets/css/esieequest.css (limited to 'war/assets/css/esieequest.css') diff --git a/war/assets/css/esieequest.css b/war/assets/css/esieequest.css new file mode 100644 index 0000000..1236080 --- /dev/null +++ b/war/assets/css/esieequest.css @@ -0,0 +1,57 @@ +/** Add css rules here for your application. */ + +body { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +button { + border: 1px solid #ccc !important; +} + +.toolbar div.gwt-Label { + margin-top: 0.35em; +} + +.toolbar button { + width: 100%; + height: 100%; +} + +.controls button { + width: 3.5em; + height: 3.5em; +} + +.gwt-Frame { + border: none !important; +} + +.console { + margin-left: 4px; + margin-right: 1px; + margin-top: 3px; + margin-bottom: 2px; + white-space: pre-line; +} + +.console .gwt-TabLayoutPanelContentContainer { + margin-bottom: 2px; + border: 1px solid #ccc !important; +} + +.console .gwt-TabLayoutPanelContent { + border: none !important; +} + +.gwt-TextBox { + white-space: pre; + width: 100%; + box-sizing: border-box; + -moz-box-sizing: border-box; + border: 1px solid #ccc; +} -- cgit v1.2.3