diff options
author | Pacien TRAN-GIRARD | 2014-03-12 11:36:17 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-12 11:36:17 +0100 |
commit | 21eac8ba17d8e64146abeed4e260d202542f6441 (patch) | |
tree | 0641a4b6d53727d02365a72855116169133b18db /war/assets | |
parent | 5422416c98bbeacb13bcb1ebacc2d9760e3d362d (diff) | |
download | esieequest-21eac8ba17d8e64146abeed4e260d202542f6441.tar.gz |
Replace icons
Diffstat (limited to 'war/assets')
-rw-r--r-- | war/assets/css/esieequest.css | 57 | ||||
-rw-r--r-- | war/assets/css/font-awesome.css | 1338 | ||||
-rw-r--r-- | war/assets/css/font-awesome.min.css | 4 | ||||
-rw-r--r-- | war/assets/fonts/FontAwesome.otf | bin | 0 -> 62856 bytes | |||
-rwxr-xr-x | war/assets/fonts/fontawesome-webfont.eot | bin | 0 -> 38205 bytes | |||
-rwxr-xr-x | war/assets/fonts/fontawesome-webfont.svg | 414 | ||||
-rwxr-xr-x | war/assets/fonts/fontawesome-webfont.ttf | bin | 0 -> 80652 bytes | |||
-rwxr-xr-x | war/assets/fonts/fontawesome-webfont.woff | bin | 0 -> 44432 bytes |
8 files changed, 1813 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 | |||
3 | body { | ||
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 | |||
12 | button { | ||
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 | } | ||
diff --git a/war/assets/css/font-awesome.css b/war/assets/css/font-awesome.css new file mode 100644 index 0000000..048cff9 --- /dev/null +++ b/war/assets/css/font-awesome.css | |||
@@ -0,0 +1,1338 @@ | |||
1 | /*! | ||
2 | * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome | ||
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | ||
4 | */ | ||
5 | /* FONT PATH | ||
6 | * -------------------------- */ | ||
7 | @font-face { | ||
8 | font-family: 'FontAwesome'; | ||
9 | src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); | ||
10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); | ||
11 | font-weight: normal; | ||
12 | font-style: normal; | ||
13 | } | ||
14 | .fa { | ||
15 | display: inline-block; | ||
16 | font-family: FontAwesome; | ||
17 | font-style: normal; | ||
18 | font-weight: normal; | ||
19 | line-height: 1; | ||
20 | -webkit-font-smoothing: antialiased; | ||
21 | -moz-osx-font-smoothing: grayscale; | ||
22 | } | ||
23 | /* makes the font 33% larger relative to the icon container */ | ||
24 | .fa-lg { | ||
25 | font-size: 1.3333333333333333em; | ||
26 | line-height: 0.75em; | ||
27 | vertical-align: -15%; | ||
28 | } | ||
29 | .fa-2x { | ||
30 | font-size: 2em; | ||
31 | } | ||
32 | .fa-3x { | ||
33 | font-size: 3em; | ||
34 | } | ||
35 | .fa-4x { | ||
36 | font-size: 4em; | ||
37 | } | ||
38 | .fa-5x { | ||
39 | font-size: 5em; | ||
40 | } | ||
41 | .fa-fw { | ||
42 | width: 1.2857142857142858em; | ||
43 | text-align: center; | ||
44 | } | ||
45 | .fa-ul { | ||
46 | padding-left: 0; | ||
47 | margin-left: 2.142857142857143em; | ||
48 | list-style-type: none; | ||
49 | } | ||
50 | .fa-ul > li { | ||
51 | position: relative; | ||
52 | } | ||
53 | .fa-li { | ||
54 | position: absolute; | ||
55 | left: -2.142857142857143em; | ||
56 | width: 2.142857142857143em; | ||
57 | top: 0.14285714285714285em; | ||
58 | text-align: center; | ||
59 | } | ||
60 | .fa-li.fa-lg { | ||
61 | left: -1.8571428571428572em; | ||
62 | } | ||
63 | .fa-border { | ||
64 | padding: .2em .25em .15em; | ||
65 | border: solid 0.08em #eeeeee; | ||
66 | border-radius: .1em; | ||
67 | } | ||
68 | .pull-right { | ||
69 | float: right; | ||
70 | } | ||
71 | .pull-left { | ||
72 | float: left; | ||
73 | } | ||
74 | .fa.pull-left { | ||
75 | margin-right: .3em; | ||
76 | } | ||
77 | .fa.pull-right { | ||
78 | margin-left: .3em; | ||
79 | } | ||
80 | .fa-spin { | ||
81 | -webkit-animation: spin 2s infinite linear; | ||
82 | -moz-animation: spin 2s infinite linear; | ||
83 | -o-animation: spin 2s infinite linear; | ||
84 | animation: spin 2s infinite linear; | ||
85 | } | ||
86 | @-moz-keyframes spin { | ||
87 | 0% { | ||
88 | -moz-transform: rotate(0deg); | ||
89 | } | ||
90 | 100% { | ||
91 | -moz-transform: rotate(359deg); | ||
92 | } | ||
93 | } | ||
94 | @-webkit-keyframes spin { | ||
95 | 0% { | ||
96 | -webkit-transform: rotate(0deg); | ||
97 | } | ||
98 | 100% { | ||
99 | -webkit-transform: rotate(359deg); | ||
100 | } | ||
101 | } | ||
102 | @-o-keyframes spin { | ||
103 | 0% { | ||
104 | -o-transform: rotate(0deg); | ||
105 | } | ||
106 | 100% { | ||
107 | -o-transform: rotate(359deg); | ||
108 | } | ||
109 | } | ||
110 | @-ms-keyframes spin { | ||
111 | 0% { | ||
112 | -ms-transform: rotate(0deg); | ||
113 | } | ||
114 | 100% { | ||
115 | -ms-transform: rotate(359deg); | ||
116 | } | ||
117 | } | ||
118 | @keyframes spin { | ||
119 | 0% { | ||
120 | transform: rotate(0deg); | ||
121 | } | ||
122 | 100% { | ||
123 | transform: rotate(359deg); | ||
124 | } | ||
125 | } | ||
126 | .fa-rotate-90 { | ||
127 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); | ||
128 | -webkit-transform: rotate(90deg); | ||
129 | -moz-transform: rotate(90deg); | ||
130 | -ms-transform: rotate(90deg); | ||
131 | -o-transform: rotate(90deg); | ||
132 | transform: rotate(90deg); | ||
133 | } | ||
134 | .fa-rotate-180 { | ||
135 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); | ||
136 | -webkit-transform: rotate(180deg); | ||
137 | -moz-transform: rotate(180deg); | ||
138 | -ms-transform: rotate(180deg); | ||
139 | -o-transform: rotate(180deg); | ||
140 | transform: rotate(180deg); | ||
141 | } | ||
142 | .fa-rotate-270 { | ||
143 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); | ||
144 | -webkit-transform: rotate(270deg); | ||
145 | -moz-transform: rotate(270deg); | ||
146 | -ms-transform: rotate(270deg); | ||
147 | -o-transform: rotate(270deg); | ||
148 | transform: rotate(270deg); | ||
149 | } | ||
150 | .fa-flip-horizontal { | ||
151 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); | ||
152 | -webkit-transform: scale(-1, 1); | ||
153 | -moz-transform: scale(-1, 1); | ||
154 | -ms-transform: scale(-1, 1); | ||
155 | -o-transform: scale(-1, 1); | ||
156 | transform: scale(-1, 1); | ||
157 | } | ||
158 | .fa-flip-vertical { | ||
159 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); | ||
160 | -webkit-transform: scale(1, -1); | ||
161 | -moz-transform: scale(1, -1); | ||
162 | -ms-transform: scale(1, -1); | ||
163 | -o-transform: scale(1, -1); | ||
164 | transform: scale(1, -1); | ||
165 | } | ||
166 | .fa-stack { | ||
167 | position: relative; | ||
168 | display: inline-block; | ||
169 | width: 2em; | ||
170 | height: 2em; | ||
171 | line-height: 2em; | ||
172 | vertical-align: middle; | ||
173 | } | ||
174 | .fa-stack-1x, | ||
175 | .fa-stack-2x { | ||
176 | position: absolute; | ||