Skip to content

Commit 3ed031e

Browse files
committed
Some display tweaks, looks a little better now
1 parent eede922 commit 3ed031e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

dojo/colormix.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
article, aside, figure, footer, header, hgroup,
44
menu, nav, section { display: block; }
55

6-
body {
6+
body.claro {
77
background-color: #73B4FF;
8+
font-size: 14px;
9+
font-family: Verdana, Arial, sans-serif;
810
}
911

1012
h1, h2, h3, h4, h5, h6 {
@@ -30,6 +32,12 @@ h1 { font-size: 3em; font-weight: bolder; }
3032
padding: 10px;
3133
}
3234

35+
#loading {
36+
font-size: 36px;
37+
font-weight: bold;
38+
text-align: center;
39+
}
40+
3341
.colorwrap {
3442
/* Clears floats, I hear */
3543
overflow: hidden;

dojo/colormix.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ <h1>Color Mixer</h1>
2222
</ul>
2323
</section>
2424
<section id="loading">
25-
Loading, please wait...
25+
<strong>Loading, please wait...</strong>
26+
<img src="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dijit/themes/claro/images/loadingAnimation.gif" alt="Loading..." />
27+
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dijit/themes/claro/claro.css">
2628
</section>
2729
<section id="content" style="display: none;">
2830
<div id="colors" class="colorwrap">

0 commit comments

Comments
 (0)