Permalink
Please sign in to comment.
Browse files
css updates to abstract left, right, bottom, top values into CSS
- Loading branch information...
Showing
with
21 additions
and 33 deletions.
| @@ -0,0 +1,18 @@ | ||
| +<!doctype html> | ||
| +<html> | ||
| +<head> | ||
| + <title>Slider Static Test : Default vertical</title> | ||
| + <link rel="stylesheet" href="../static.css" type="text/css" /> | ||
| + <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" /> | ||
| + <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> | ||
| + <script type="text/javascript" src="../../../jquery-1.3.1.js"></script> | ||
| + <script type="text/javascript" src="../static.js"></script> | ||
| +</head> | ||
| +<body> | ||
| + | ||
| +<div class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all"> | ||
| + <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="bottom: 0%;"></a> | ||
| +</div> | ||
| + | ||
| +</body> | ||
| +</html> |
| @@ -1,30 +0,0 @@ | ||
| -<!doctype html> | ||
| -<html> | ||
| -<head> | ||
| - <title>jQuery UI Slider Static Markup Test Page</title> | ||
| - <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" /> | ||
| - <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> | ||
| - <script type="text/javascript" src="../../../jquery-1.3.1.js"></script> | ||
| - <script type="text/javascript" src="../static.js"></script> | ||
| - <style type="text/css"> | ||
| - .ui-slider {margin: 2em 0;} | ||
| - </style> | ||
| -</head> | ||
| -<body style="font-size: 62.5%;"> | ||
| - | ||
| -<!-- Slider: horizontal --> | ||
| -<div class="ui-slider ui-slider-horizontal 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-widget-header" style="left: 15%; width: 15%;"></div> | ||
| -</div> | ||
| - | ||
| -<!-- Slider: 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-widget-header" style="top: 15%; height: 45%;"></div> | ||
| -</div> | ||
| - | ||
| -</body> | ||
| -</html> |
0 comments on commit
a0d600c