Commit 5ce06bfa authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Center start loader

parent 4612ce58
...@@ -62,17 +62,9 @@ ...@@ -62,17 +62,9 @@
data-gadget-sandbox="public"></div> data-gadget-sandbox="public"></div>
<div role="main" class="ui-content gadget-content"> <div role="main" class="ui-content gadget-content">
<div width="100%" align="center"> <div class="ui-icon-spinner ui-btn-icon-notext first-loader"></div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<font size="20"><div class="ui-icon-spinner ui-btn-icon-notext"></div></font>
</div>
</div> </div>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>955.55192.19343.33109</string> </value> <value> <string>956.14408.38027.58965</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1482240206.37</float> <float>1482764698.23</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1252,6 +1252,16 @@ div[data-gadget-scope='notification'] button { ...@@ -1252,6 +1252,16 @@ div[data-gadget-scope='notification'] button {
display: none; display: none;
} }
/********************************************** /**********************************************
* First loader
**********************************************/
.first-loader {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 300%;
}
/**********************************************
* Keyframes * Keyframes
**********************************************/ **********************************************/
@keyframes spin { @keyframes spin {
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>956.4331.30558.53367</string> </value> <value> <string>956.14405.28282.34542</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1482165005.75</float> <float>1482764582.12</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -586,7 +586,7 @@ ...@@ -586,7 +586,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>955.51162.4768.35123</string> </value> <value> <string>956.14341.54322.61030</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -604,7 +604,7 @@ ...@@ -604,7 +604,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1482249905.69</float> <float>1482764019.59</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1454,6 +1454,17 @@ div[data-gadget-scope='notification'] { ...@@ -1454,6 +1454,17 @@ div[data-gadget-scope='notification'] {
display: none; display: none;
} }
/**********************************************
* First loader
**********************************************/
.first-loader {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 300%;
}
/********************************************** /**********************************************
* Keyframes * Keyframes
**********************************************/ **********************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment