source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/static/highlight_error.html@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<!html>
2<html>
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5 <title>Themeroller CSS Framework Demo</title>
6 <link rel="stylesheet" href="../../themes/base/ui.base.css" type="text/css" />
7 <link rel="stylesheet" href="../../themes/base/ui.theme.css" type="text/css" title="ui-theme" />
8 <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
9 <script type="text/javascript" src="static.js"></script>
10 <style type="text/css">
11 body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;}
12 h1 {font-size: 1.5em; margin: 1em 0;}
13 h2 {font-size: 1.3em; margin: 2em 0 .5em;}
14 h2 a {font-size: .8em;}
15 p {font-size: 1em; margin: 0; }
16 form {margin: 4em 0;}
17 div {padding: .2em .5em;}
18 .ui-icon {float: left; margin-right: .5em;}
19 form div.ui-state-error-text {background: none; border: 0;}
20 </style>
21</head>
22<body>
23
24<div class="ui-widget">
25 <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
26 <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
27 <strong>Alert:</strong> Sample ui-state-error style.</p>
28 </div>
29
30
31 <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
32 <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
33 <strong>Tip!</strong> Sample ui-state-highlight style.</p>
34 </div>
35</div>
36</body>
37</html>
Note: See TracBrowser for help on using the repository browser.