source: other-projects/nz-flag-design/trunk/similarity-2d/style.css@ 29633

Last change on this file since 29633 was 29622, checked in by davidb, 9 years ago

Further restructuring of the display flags JSP page. Improved progress-bar loading

File size: 234 bytes
Line 
1div {
2 font-family: Sans-serif;
3}
4
5img {
6 padding: 4px;
7}
8
9.ui-progressbar-value {
10 background: #a8cb45; /* Fieldays Green */
11}
12
13#progressArea {
14 padding: 8px;
15}
16
17#loadingLabel {
18 padding: 4px;
19 font-size: 120%;
20}
21
22
Note: See TracBrowser for help on using the repository browser.