Merge "Use lower memory limits"
[mediawiki.git] / resources / jquery / jquery.arrowSteps.css
blobf8f6e9515f1905040d611152329e0877266e0c05
1 .arrowSteps {
2 list-style-type: none;
3 list-style-image: none;
4 border: 1px solid #666666;
5 position: relative;
8 .arrowSteps li {
9 float: left;
10 padding: 0px;
11 margin: 0px;
12 border: 0 none;
15 .arrowSteps li div {
16 padding: 0.5em;
17 text-align: center;
18 white-space: nowrap;
19 overflow: hidden;
22 .arrowSteps li.arrow div {
23 /* @embed */
24 background: url(images/jquery.arrowSteps.divider-ltr.png) no-repeat right center;
27 /* applied to the element preceding the highlighted step */
28 .arrowSteps li.arrow.tail div {
29 /* @embed */
30 background: url(images/jquery.arrowSteps.tail-ltr.png) no-repeat right center;
33 /* this applies to all highlighted, including the last */
34 .arrowSteps li.head div {
35 /* @embed */
36 background: url(images/jquery.arrowSteps.head-ltr.png) no-repeat left center;
37 font-weight: bold;
40 /* this applies to all highlighted arrows except the last */
41 .arrowSteps li.arrow.head div {
42 /* TODO: eliminate duplication of jquery.arrowSteps.head.png embedding */
43 /* @embed */
44 background: url(images/jquery.arrowSteps.head-ltr.png) no-repeat right center;