aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-06 19:35:20 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-06 19:35:20 +0900
commit01d8b12d12cbea2d0b462f5879763f16860781ea (patch)
tree9cf9398fc607dae05f4eb4b2f8ced3dce8c55786
parent27fb8ad43d962f226a2ff62e79e73c932e5ec655 (diff)
downloadpoe-01d8b12d12cbea2d0b462f5879763f16860781ea.tar.gz
frontend: ぽえぽえした
-rw-r--r--frontend/index.html2
-rw-r--r--frontend/poe.scss12
2 files changed, 13 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 600a420..d2d3331 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -11,7 +11,7 @@
<script src="dist/zone.min.js"></script>
</head>
<body>
- <my-app>Loading...</my-app>
+ <my-app><div class="app-loading">ぽえー</div></my-app>
<script src="bootstrap.js"></script>
</body>
</html>
diff --git a/frontend/poe.scss b/frontend/poe.scss
index ef92031..aa4200f 100644
--- a/frontend/poe.scss
+++ b/frontend/poe.scss
@@ -79,6 +79,18 @@ pre {
.panel-running, .panel-running .panel-heading { border-color: #dddddd; }
.panel-running .panel-heading { color: #333333; background-color: #f5f5f5; }
+.app-loading {
+ width: 100px;
+ height: 1em;
+ text-align: center;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ margin: auto;
+ position: absolute;
+}
+
/* EDITOR *************************************************/
#editor {
#editor-editor {