mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
tests/static: whitespace only
This commit is contained in:
parent
3831866f4a
commit
73713183f8
@ -8,7 +8,6 @@
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
|
||||
<div class="ui-accordion ui-widget ui-helper-reset">
|
||||
<div class="ui-accordion-group selected">
|
||||
<h3 class="ui-accordion-header ui-helper-reset ui-state-active ui-corner-top" tabindex="0"><span class="ui-icon ui-icon-triangle-1-s"></span><a href="#">Test 1</a></h3>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,6 @@
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
|
||||
<div class="ui-dialog ui-widget ui-widget-content ui-corner-all" role="dialog" aria-labelledby="ui-dialog-title-1">
|
||||
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
|
||||
<span class="ui-dialog-title" id="ui-dialog-title-1">This is my title</span>
|
||||
|
@ -1,28 +1,24 @@
|
||||
<!html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Themeroller CSS Framework Demo</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
||||
<script type="text/javascript" src="static_helpers.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: 1.2em; }
|
||||
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>
|
||||
|
||||
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Themeroller CSS Framework Demo</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
||||
<script type="text/javascript" src="static_helpers.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: 1.2em; }
|
||||
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>
|
||||
|
||||
<h2>Error State</h2>
|
||||
|
||||
@ -83,7 +79,6 @@
|
||||
</fieldset>
|
||||
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -1,37 +1,38 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Themeroller CSS Framework Demo</title>
|
||||
<script src="http://ui.jquery.com/js/jquery.js"></script>
|
||||
<script src="http://www.filamentgroup.com/examples/preloadImages/scripts/preloadCssImages.jQuery_v5.js"></script>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Themeroller CSS Framework Demo</title>
|
||||
<script src="http://ui.jquery.com/js/jquery.js"></script>
|
||||
<script src="http://www.filamentgroup.com/examples/preloadImages/scripts/preloadCssImages.jQuery_v5.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.core.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.core.css" type="text/css" media="screen" />
|
||||
|
||||
<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: 1.2em; }
|
||||
ul {margin: 0; padding: 0;}
|
||||
li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
|
||||
span.ui-icon {float: left; margin: 0 4px;}
|
||||
span.text {float: left; width: 180px;}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
$('.ui-state-default').hover(
|
||||
function(){ $(this).addClass('ui-state-hover'); },
|
||||
function(){ $(this).removeClass('ui-state-hover'); }
|
||||
);
|
||||
$('.ui-state-default').click(function(){ $(this).toggleClass('ui-state-active'); });
|
||||
$('.icons').append(' <a href="#">Toggle text</a>').find('a').click(function(){ $('.icon-collection li span.text').toggle(); }).trigger('click');
|
||||
$.preloadCssImages();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<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: 1.2em; }
|
||||
ul {margin: 0; padding: 0;}
|
||||
li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
|
||||
span.ui-icon {float: left; margin: 0 4px;}
|
||||
span.text {float: left; width: 180px;}
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
$('.ui-state-default').hover(
|
||||
function(){ $(this).addClass('ui-state-hover'); },
|
||||
function(){ $(this).removeClass('ui-state-hover'); }
|
||||
);
|
||||
$('.ui-state-default').click(function(){ $(this).toggleClass('ui-state-active'); });
|
||||
$('.icons').append(' <a href="#">Toggle text</a>').find('a').click(function(){ $('.icon-collection li span.text').toggle(); }).trigger('click');
|
||||
$.preloadCssImages();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="icons"></p>
|
||||
|
||||
@ -228,7 +229,5 @@
|
||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-diagonal-se"><span class="ui-icon ui-icon-grip-diagonal-se"></span><span class="text">.ui-icon-grip-diagonal-se</span></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -7,7 +7,6 @@
|
||||
<script type="text/javascript" src="static_helpers.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
//overlay sample plugin ( to become part of positionTo )
|
||||
$.fn.overlay = function(){
|
||||
var that = this;
|
||||
@ -38,10 +37,6 @@
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ui-dialog -->
|
||||
<div class="ui-dialog ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 300px; top: 200px; width: 300px; ">
|
||||
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
|
||||
|
@ -8,13 +8,9 @@
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
|
||||
|
||||
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
|
||||
<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:13%;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -11,23 +11,18 @@
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
|
||||
<div class="ui-slider ui-widget ui-widget-content ui-corner-all">
|
||||
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 15%;"></a>
|
||||
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 30%;"></a>
|
||||
<div class="ui-slider-range ui-state-default" style="left: 15%; width: 15%;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- vertical -->
|
||||
|
||||
|
||||
<!-- vertical -->
|
||||
<div class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all" style="height: 100px;">
|
||||
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 15%;"></a>
|
||||
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 60%;"></a>
|
||||
<div class="ui-slider-range ui-state-default" style="top: 15%; height: 45%;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,12 +3,11 @@
|
||||
<head>
|
||||
<title>jQuery UI Tabs Static Markup Test Page</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
||||
<script type="text/javascript" src="static_helpers.js"></script>
|
||||
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
||||
<script type="text/javascript" src="static_helpers.js"></script>
|
||||
</head>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
|
||||
<div class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
||||
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
||||
<li class="ui-tabs-selected ui-state-active ui-corner-top"><a href="#fragment-1">First Section</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user