Changeset 23417 for branches/version-2_13-dev/html
- Timestamp:
- 2014/05/14 13:54:39 (12 years ago)
- Location:
- branches/version-2_13-dev/html
- Files:
-
- 21 added
- 1 deleted
- 1 edited
-
js/jquery.tipsy.js (deleted)
-
js/jquery.ui/jquery.ui.position.min.js (added)
-
js/jquery.ui/jquery.ui.tooltip.min.js (added)
-
js/jquery.ui/theme (added)
-
js/jquery.ui/theme/images (added)
-
js/jquery.ui/theme/images/animated-overlay.gif (added)
-
js/jquery.ui/theme/images/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
js/jquery.ui/theme/images/ui-bg_flat_75_ffffff_40x100.png (added)
-
js/jquery.ui/theme/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
js/jquery.ui/theme/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
js/jquery.ui/theme/images/ui-bg_glass_75_dadada_1x400.png (added)
-
js/jquery.ui/theme/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
js/jquery.ui/theme/images/ui-bg_glass_95_fef1ec_1x400.png (added)
-
js/jquery.ui/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
js/jquery.ui/theme/images/ui-icons_222222_256x240.png (added)
-
js/jquery.ui/theme/images/ui-icons_2e83ff_256x240.png (added)
-
js/jquery.ui/theme/images/ui-icons_454545_256x240.png (added)
-
js/jquery.ui/theme/images/ui-icons_888888_256x240.png (added)
-
js/jquery.ui/theme/images/ui-icons_cd0a0a_256x240.png (added)
-
js/jquery.ui/theme/jquery.ui.core.css (added)
-
js/jquery.ui/theme/jquery.ui.theme.css (added)
-
js/jquery.ui/theme/jquery.ui.tooltip.css (added)
-
user_data/packages/default/css/common.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/user_data/packages/default/css/common.css
r22949 r23417 413 413 font-size: 140%; 414 414 } 415 416 417 /* Tipsy418 ----------------------------------------------- */419 .tipsy {420 padding: 5px;421 font-size: 10px;422 position: absolute;423 z-index: 100000;424 }425 .tipsy-inner {426 padding: 5px 8px 4px 8px;427 background-color: black;428 color: white;429 max-width: 200px;430 text-align: center;431 }432 .tipsy-inner {433 border-radius: 3px;434 -moz-border-radius: 3px;435 -webkit-border-radius: 3px;436 }437 .tipsy-arrow {438 position: absolute;439 background: url('../img/ajax/tipsy.gif') no-repeat top left;440 width: 9px;441 height: 5px;442 }443 .tipsy-n .tipsy-arrow {444 top: 0;445 left: 50%;446 margin-left: -4px;447 }448 .tipsy-nw .tipsy-arrow {449 top: 0;450 left: 10px;451 }452 .tipsy-ne .tipsy-arrow {453 top: 0;454 right: 10px;455 }456 .tipsy-s .tipsy-arrow {457 bottom: 0;458 left: 50%;459 margin-left: -4px;460 background-position: bottom left;461 }462 .tipsy-sw .tipsy-arrow {463 bottom: 0;464 left: 10px;465 background-position: bottom left;466 }467 .tipsy-se .tipsy-arrow {468 bottom: 0;469 right: 10px;470 background-position: bottom left;471 }472 .tipsy-e .tipsy-arrow {473 top: 50%;474 margin-top: -4px;475 right: 0;476 width: 5px;477 height: 9px;478 background-position: top right;479 }480 .tipsy-w .tipsy-arrow {481 top: 50%;482 margin-top: -4px;483 left: 0;484 width: 5px;485 height: 9px;486 }
Note: See TracChangeset
for help on using the changeset viewer.
