diff options
-rw-r--r-- | src/esieequest/view/web/WebInterface.ui.xml | 18 | ||||
-rw-r--r-- | war/assets/css/esieequest.css (renamed from war/esieequest.css) | 0 | ||||
-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 | |||
-rw-r--r-- | war/esieequest.html | 3 |
10 files changed, 1770 insertions, 7 deletions
diff --git a/src/esieequest/view/web/WebInterface.ui.xml b/src/esieequest/view/web/WebInterface.ui.xml index 4ef88a0..4310407 100644 --- a/src/esieequest/view/web/WebInterface.ui.xml +++ b/src/esieequest/view/web/WebInterface.ui.xml | |||
@@ -60,24 +60,30 @@ | |||
60 | <g:Grid addStyleNames="controls"> | 60 | <g:Grid addStyleNames="controls"> |
61 | <g:row> | 61 | <g:row> |
62 | <g:customCell> | 62 | <g:customCell> |
63 | <g:Button text="⇱" ui:field="inventoryButton" enabled="false" /> | 63 | <g:Button addStyleNames="fa fa-briefcase" ui:field="inventoryButton" |
64 | enabled="false" /> | ||
64 | </g:customCell> | 65 | </g:customCell> |
65 | <g:customCell> | 66 | <g:customCell> |
66 | <g:Button text="↥" ui:field="forwardButton" enabled="false" /> | 67 | <g:Button addStyleNames="fa fa-chevron-up" ui:field="forwardButton" |
68 | enabled="false" /> | ||
67 | </g:customCell> | 69 | </g:customCell> |
68 | <g:customCell> | 70 | <g:customCell> |
69 | <g:Button text="⇲" ui:field="actionButton" enabled="false" /> | 71 | <g:Button addStyleNames="fa fa-caret-square-o-up" |
72 | ui:field="actionButton" enabled="false" /> | ||
70 | </g:customCell> | 73 | </g:customCell> |
71 | </g:row> | 74 | </g:row> |
72 | <g:row> | 75 | <g:row> |
73 | <g:customCell> | 76 | <g:customCell> |
74 | <g:Button text="↰" ui:field="leftButton" enabled="false" /> | 77 | <g:Button addStyleNames="fa fa-reply" ui:field="leftButton" |
78 | enabled="false" /> | ||
75 | </g:customCell> | 79 | </g:customCell> |
76 | <g:customCell> | 80 | <g:customCell> |
77 | <g:Button text="↧" ui:field="backButton" enabled="false" /> | 81 | <g:Button addStyleNames="fa fa-chevron-down" ui:field="backButton" |
82 | enabled="false" /> | ||
78 | </g:customCell> | 83 | </g:customCell> |
79 | <g:customCell> | 84 | <g:customCell> |
80 | <g:Button text="↱" ui:field="rightButton" enabled="false" /> | 85 | <g:Button addStyleNames="fa fa-share" ui:field="rightButton" |
86 | enabled="false" /> | ||
81 | </g:customCell> | 87 | </g:customCell> |
82 | </g:row> | 88 | </g:row> |
83 | </g:Grid> | 89 | </g:Grid> |
diff --git a/war/esieequest.css b/war/assets/css/esieequest.css index 1236080..1236080 100644 --- a/war/esieequest.css +++ b/war/assets/css/esieequest.css | |||
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; | ||