Commit c1449646 authored by unknown's avatar unknown

some 'widget loading' fixes

parent b57e0193
...@@ -9,9 +9,19 @@ ...@@ -9,9 +9,19 @@
width: 100%; width: 100%;
} }
div{ #freezed{
text-align: center; text-align: center;
border: 5px #ccc outset; border: 5px solid #ccc;
border-radius: 80px;
box-shadow: inset 0 0 30px rgba(66,66,66,0.5);
}
.loading{
color: #999;
font-weight: bold;
font-size: large;
margin-top: 5px;
margin-left: 5px;
} }
</style> </style>
<script type="text/javascript"> <script type="text/javascript">
...@@ -42,6 +52,6 @@ ...@@ -42,6 +52,6 @@
</script> </script>
</head> </head>
<body> <body>
<div id="freezed">Widget freezed.</div> <div id="freezed"><img src="img/loading.gif"/><div class="loading">Loading ...</div></div>
</body> </body>
</html> </html>
\ No newline at end of file
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