aboutsummaryrefslogtreecommitdiff
path: root/war/assets/css/esieequest.css
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-12 11:36:17 +0100
committerPacien TRAN-GIRARD2014-03-12 11:36:17 +0100
commit21eac8ba17d8e64146abeed4e260d202542f6441 (patch)
tree0641a4b6d53727d02365a72855116169133b18db /war/assets/css/esieequest.css
parent5422416c98bbeacb13bcb1ebacc2d9760e3d362d (diff)
downloadesieequest-21eac8ba17d8e64146abeed4e260d202542f6441.tar.gz
Replace icons
Diffstat (limited to 'war/assets/css/esieequest.css')
-rw-r--r--war/assets/css/esieequest.css57
1 files changed, 57 insertions, 0 deletions
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 @@
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 white-space: pre-line;
40}
41
42.console .gwt-TabLayoutPanelContentContainer {
43 margin-bottom: 2px;
44 border: 1px solid #ccc !important;
45}
46
47.console .gwt-TabLayoutPanelContent {
48 border: none !important;
49}
50
51.gwt-TextBox {
52 white-space: pre;
53 width: 100%;
54 box-sizing: border-box;
55 -moz-box-sizing: border-box;
56 border: 1px solid #ccc;
57}