aboutsummaryrefslogtreecommitdiff
path: root/war/esieequest.css
diff options
context:
space:
mode:
Diffstat (limited to 'war/esieequest.css')
-rw-r--r--war/esieequest.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/war/esieequest.css b/war/esieequest.css
new file mode 100644
index 0000000..043fd86
--- /dev/null
+++ b/war/esieequest.css
@@ -0,0 +1,53 @@
1/** Add css rules here for your application. */
2
3body {
4 -webkit-touch-callout: none;
5 -webkit-user-select: none;
6 -khtml-user-select: none;
7 -moz-user-select: none;
8 -ms-user-select: none;
9 user-select: none;
10}
11
12button {
13 border: 1px solid #ccc !important;
14}
15
16.toolbar div.gwt-Label {
17 margin-top: 0.35em;
18}
19
20.toolbar button {
21 width: 100%;
22 height: 100%;
23}
24
25.controls button {
26 width: 3.5em;
27 height: 3.5em;
28}
29
30.gwt-Frame {
31 border: none !important;
32}
33
34.console {
35 margin-left: 4px;
36 margin-right: 1px;
37 margin-top: 3px;
38 margin-bottom: 2px;
39}
40
41.console .gwt-TabLayoutPanelContentContainer {
42 margin-bottom: 2px;
43 border: 1px solid #ccc !important;
44}
45
46.console .gwt-TabLayoutPanelContent {
47 border: none !important;
48}
49
50.gwt-TextBox {
51 width: calc(100% - 5px);
52 border: 1px solid #ccc;
53}