Commit eec9ffdfec91db7a8d655e6397c50cafe74df202
1 parent
da8c2d31
KTS-
"" Updated. Location of error_01.gif and error.css changed. Committed By:Yusuf Davids Reviewed By: git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7797 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
43 additions
and
0 deletions
resources/css/error_01.gif
0 → 100644
2.09 KB
resources/css/errors.css
0 → 100644
| 1 | +div#error-container { | |
| 2 | + width: 500px; | |
| 3 | + color: #555; | |
| 4 | + font-size: 11px; | |
| 5 | + font-family: Verdana, Arial, sans-serif; | |
| 6 | +} | |
| 7 | +div#error-container div { | |
| 8 | + height: 140px; | |
| 9 | +} | |
| 10 | +div#error-container h1 { | |
| 11 | + font-weight: lighter; | |
| 12 | + font-size: 22px; | |
| 13 | + margin-left: 100px; | |
| 14 | +} | |
| 15 | +div#error-container p { | |
| 16 | + margin-left: 100px; | |
| 17 | +} | |
| 18 | + | |
| 19 | + div#acc-error { | |
| 20 | + background: transparent url(error_01.gif) no-repeat top left; | |
| 21 | + } | |
| 22 | + div#acc-suspend { | |
| 23 | + background: transparent url(error_02.gif) no-repeat top left; | |
| 24 | + } | |
| 25 | + div#acc-maint { | |
| 26 | + background: transparent url(error_03.gif) no-repeat top left; | |
| 27 | + } | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 0 | 44 | \ No newline at end of file | ... | ... |