~ubuntu-branches/ubuntu/lucid/loggerhead/lucid-security

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/slider/assets/slider-core.css

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Roland Mas, Jelmer Vernooij, James Westby
  • Date: 2009-08-26 13:18:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826131803-0ce1fhaetci8b0c5
Tags: 1.17-0ubuntu1
[ Roland Mas ]
* Use the YUI library provided by libjs-yui. (Closes: #511286)

[ Jelmer Vernooij ]
* Use my debian.org address in Uploaders field.
* Add ${misc:Depends} to please lintian.
* Suggest recent version of paste, which doesn't expose internal port
  numbers in links. (Closes: #507000)
* Bump standards version to 3.8.1.

[ James Westby ]
* New upstream release.
* Drop get-orig-source rule in favour of debian/watch.
* Add python-pkg-resources and python-paste to Build-Depends,
  python-pkg-resources to Depends and python-simplejson to
  Recommends due to dependency changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 
3
Code licensed under the BSD License:
 
4
http://developer.yahoo.net/yui/license.txt
 
5
version: 3.0.0pr2
 
6
*/
 
7
.yui-slider {
 
8
    /* xbrowser inline-block styles */
 
9
    display: -moz-inline-stack; /* FF2 */
 
10
    display: inline-block;
 
11
    *display: inline; /* IE 7- (with zoom) */
 
12
    zoom: 1;
 
13
    vertical-align: middle;
 
14
}
 
15
 
 
16
.yui-slider-content {
 
17
    position: relative;
 
18
}
 
19
 
 
20
.yui-slider-rail {
 
21
    position: relative;
 
22
}
 
23
 
 
24
.yui-slider-thumb {
 
25
    position: absolute;
 
26
}
 
27
.yui-slider-thumb-image {
 
28
    /* to collapse vertical space around short thumbs in tall line-height */
 
29
    display: block;
 
30
}
 
31
 
 
32
.yui-slider-image-error .yui-slider-thumb {
 
33
    height: 10px;
 
34
    width: 10px;
 
35
    background: #000;
 
36
    color: #000;
 
37
    overflow: hidden;
 
38
}
 
39
.yui-slider-image-error .yui-slider-thumb-image {
 
40
    display: none;
 
41
}