mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
set body font size to 62.5% on demos to make things a bit more pleasing to look at
removed h1's on demo pages
This commit is contained in:
parent
09e49212a0
commit
e495104345
@ -4,9 +4,8 @@
|
||||
<title>jQuery UI Accordion Static Markup Test Page</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
<h1>jQuery UI Accordion Static Markup Test Page</h1>
|
||||
|
||||
<div class="ui-accordion ui-widget ui-helper-reset">
|
||||
<div class="ui-accordion-group selected">
|
||||
|
@ -8,7 +8,7 @@
|
||||
dd.plugin { margin-top: 0.3em; margin-bottom: 1em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
<dl id="plugins">
|
||||
|
||||
|
@ -4,9 +4,8 @@
|
||||
<title>jQuery UI Dialog Static Markup Test Page</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
<h1>jQuery UI Dialog Static Markup Test Page</h1>
|
||||
|
||||
<div class="ui-dialog ui-widget ui-widget-content ui-corner-all">
|
||||
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
|
||||
|
@ -7,20 +7,19 @@
|
||||
h2 { margin:1.5em 0 .5em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
<h1>jQuery UI Progressbar Static Markup Test Page</h1>
|
||||
|
||||
<h2>Flexible width:</h2>
|
||||
<!-- Flexible width: -->
|
||||
|
||||
<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-label">13% Completed</div>
|
||||
<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:13%;"><div class="ui-progressbar-label">13% Completed</div></div>
|
||||
</div>
|
||||
|
||||
<br /><br/>
|
||||
|
||||
<!-- users can set a left offset in px, %, ems, whatever to move the label along the axis -->
|
||||
|
||||
<!-- users can set a left offset in px, %, ems, whatever to move the label along the axis
|
||||
|
||||
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="55">
|
||||
<div class="ui-progressbar-label" style="left:350px;">55% Completed</div>
|
||||
@ -42,5 +41,6 @@
|
||||
<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:78%"><div class="ui-progressbar-label">78% Completed</div></div>
|
||||
</div>
|
||||
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
|
@ -4,9 +4,8 @@
|
||||
<title>jQuery UI Slider Static Markup Test Page</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
<h1>jQuery UI Slider Static Markup Test Page</h1>
|
||||
|
||||
<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>
|
||||
|
@ -4,9 +4,8 @@
|
||||
<title>jQuery UI Tabs Static Markup Test Page</title>
|
||||
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-size: 62.5%;">
|
||||
|
||||
<h1>jQuery UI Tabs Static Markup Test Page</h1>
|
||||
|
||||
<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">
|
||||
|
Loading…
Reference in New Issue
Block a user