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/esieequest.css | 57 ------------------------------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 war/esieequest.css (limited to 'war/esieequest.css') diff --git a/war/esieequest.css b/war/esieequest.css deleted file mode 100644 index 1236080..0000000 --- a/war/esieequest.css +++ /dev/null @@ -1,57 +0,0 @@ -/** 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