diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-03-23 10:14:29 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-23 10:14:29 -0400 |
commit | aa235d42b348496bf08b8a7bb60f8e3afe953122 (patch) | |
tree | 12cd792f67934b25ce46ac2b0217686acf5fd2a3 /tests/static/highlight_error.html | |
parent | e562ef76d9fbc63468782d5137fab47a46d03877 (diff) | |
download | jquery-ui-aa235d42b348496bf08b8a7bb60f8e3afe953122.tar.gz jquery-ui-aa235d42b348496bf08b8a7bb60f8e3afe953122.zip |
Static tests: Removed highlight/error, overlay and index pages.
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html deleted file mode 100644 index 423e65e69..000000000 --- a/tests/static/highlight_error.html +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8" /> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>Themeroller CSS Framework Demo</title> - <link rel="stylesheet" href="../../themes/base/jquery.ui.base.css" type="text/css" /> - <link rel="stylesheet" href="../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" /> - <script type="text/javascript" src="../../jquery-1.5.1.js"></script> - <script type="text/javascript" src="static.js"></script> - <style type="text/css"> - body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} - h1 {font-size: 1.5em; margin: 1em 0;} - h2 {font-size: 1.3em; margin: 2em 0 .5em;} - h2 a {font-size: .8em;} - p {font-size: 1em; margin: 0; } - form {margin: 4em 0;} - div {padding: .2em .5em;} - .ui-icon {float: left; margin-right: .5em;} - form div.ui-state-error-text {background: none; border: 0;} - </style> -</head> -<body> - -<div class="ui-widget"> - <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;"> - <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> - <strong>Alert:</strong> Sample ui-state-error style.</p> - </div> - - - <div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;"> - <p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span> - <strong>Tip!</strong> Sample ui-state-highlight style.</p> - </div> -</div> -</body> -</html> |