PageRenderTime 29ms CodeModel.GetById 20ms app.highlight 7ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/docs/source/RangeMenu.css.html

https://bitbucket.org/srogerf/javascript
HTML | 39 lines | 35 code | 4 blank | 0 comment | 0 complexity | f84061979ca2fe1a44e9f2b94ac57ec1 MD5 | raw file
 1<!DOCTYPE html>
 2<html>
 3<head>
 4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 5  <title>The source code</title>
 6  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
 7  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
 8  <style type="text/css">
 9    .highlight { display: block; background-color: #ddd; }
10  </style>
11  <script type="text/javascript">
12    function highlight() {
13      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
14    }
15  </script>
16</head>
17<body onload="prettyPrint(); highlight();">
18  <pre class="prettyprint lang-js">/*
19 * RangeMenu Styles
20 */
21
22.ux-rangemenu-icon {
23    margin-top: 0;
24}
25
26.ux-rangemenu-gt {
27    background-image: url(../images/greater_than.png) !important;
28}
29
30.ux-rangemenu-lt {
31    background-image: url(../images/less_than.png) !important;
32}
33
34.ux-rangemenu-eq {
35    background-image: url(../images/equals.png) !important;
36}
37</pre>
38</body>
39</html>