Changeset 2069048
- Timestamp:
- 04/15/2019 08:49:46 PM (7 years ago)
- Location:
- eyelaser-savings-calculator-by-ostheimer
- Files:
-
- 4 edited
- 4 copied
-
tags/1.5 (copied) (copied from eyelaser-savings-calculator-by-ostheimer/trunk)
-
tags/1.5/eyelaser-savings.js (copied) (copied from eyelaser-savings-calculator-by-ostheimer/trunk/eyelaser-savings.js)
-
tags/1.5/eyelaser-savings.php (copied) (copied from eyelaser-savings-calculator-by-ostheimer/trunk/eyelaser-savings.php) (1 diff)
-
tags/1.5/jquery-ui.css (modified) (8 diffs)
-
tags/1.5/readme.txt (copied) (copied from eyelaser-savings-calculator-by-ostheimer/trunk/readme.txt) (2 diffs)
-
trunk/eyelaser-savings.php (modified) (1 diff)
-
trunk/jquery-ui.css (modified) (8 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eyelaser-savings-calculator-by-ostheimer/tags/1.5/eyelaser-savings.php
r2069010 r2069048 5 5 Description: The Wordpress Eyelaser Savings Calculator by Ostheimer tells you how much money you can save with laser eye treatments until you are 60. 6 6 Author: Ostheimer.at 7 Version: 1. 47 Version: 1.5 8 8 Author URI: http://www.ostheimer.at 9 9 -
eyelaser-savings-calculator-by-ostheimer/tags/1.5/jquery-ui.css
r742209 r2069048 80 80 81 81 /* Overlays */ 82 .ui-widget-overlay {82 #eyelaser .ui-widget-overlay { 83 83 position: fixed; 84 84 top: 0; … … 730 730 background-position: -65px -16px; 731 731 } 732 .ui-tabs { 733 position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 734 padding: .2em; 735 } 736 .ui-tabs .ui-tabs-nav { 737 margin: 0; 738 padding: .2em .2em 0; 739 } 740 .ui-tabs .ui-tabs-nav li { 741 list-style: none; 742 float: left; 743 position: relative; 744 top: 0; 745 margin: 1px .2em 0 0; 746 border-bottom-width: 0; 747 padding: 0; 748 white-space: nowrap; 749 } 750 .ui-tabs .ui-tabs-nav li a { 751 float: left; 752 padding: .5em 1em; 753 text-decoration: none; 754 } 755 .ui-tabs .ui-tabs-nav li.ui-tabs-active { 756 margin-bottom: -1px; 757 padding-bottom: 1px; 758 } 759 .ui-tabs .ui-tabs-nav li.ui-tabs-active a, 760 .ui-tabs .ui-tabs-nav li.ui-state-disabled a, 761 .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { 762 cursor: text; 763 } 764 .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 765 .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { 766 cursor: pointer; 767 } 768 .ui-tabs .ui-tabs-panel { 769 display: block; 770 border-width: 0; 771 padding: 1em 1.4em; 772 background: none; 773 } 732 774 733 .ui-tooltip { 775 734 padding: 8px; … … 786 745 /* Component containers 787 746 ----------------------------------*/ 788 .ui-widget {747 #eyelaser .ui-widget { 789 748 font-family: Verdana,Arial,sans-serif; 790 749 font-size: 1.1em; 791 750 } 792 .ui-widget .ui-widget {751 #eyelaser .ui-widget .ui-widget { 793 752 font-size: 1em; 794 753 } 795 .ui-widget input,796 .ui-widget select,797 .ui-widget textarea,798 .ui-widget button {754 #eyelaser .ui-widget input, 755 #eyelaser .ui-widget select, 756 #eyelaser .ui-widget textarea, 757 #eyelaser .ui-widget button { 799 758 font-family: Verdana,Arial,sans-serif; 800 759 font-size: 1em; 801 760 } 802 .ui-widget-content {761 #eyelaser .ui-widget-content { 803 762 border: 1px solid #aaaaaa; 804 763 background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; 805 764 color: #222222; 806 765 } 807 .ui-widget-content a {766 #eyelaser .ui-widget-content a { 808 767 color: #222222; 809 768 } 810 .ui-widget-header {769 #eyelaser .ui-widget-header { 811 770 border: 1px solid #aaaaaa; 812 771 background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; … … 814 773 font-weight: bold; 815 774 } 816 .ui-widget-header a {775 #eyelaser .ui-widget-header a { 817 776 color: #222222; 818 777 } … … 821 780 ----------------------------------*/ 822 781 .ui-state-default, 823 .ui-widget-content .ui-state-default,824 .ui-widget-header .ui-state-default {782 #eyelaser .ui-widget-content .ui-state-default, 783 #eyelaser .ui-widget-header .ui-state-default { 825 784 border: 1px solid #d3d3d3; 826 785 background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; … … 852 811 text-decoration: none; 853 812 } 854 .ui-state-active,855 .ui-widget-content .ui-state-active,856 .ui-widget-header .ui-state-active {813 #eyelaser .ui-state-active, 814 #eyelaser .ui-widget-content .ui-state-active, 815 #eyelaser .ui-widget-header .ui-state-active { 857 816 border: 1px solid #aaaaaa; 858 817 background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; … … 860 819 color: #212121; 861 820 } 862 .ui-state-active a,863 .ui-state-active a:link,864 .ui-state-active a:visited {821 #eyelaser .ui-state-active a, 822 #eyelaser .ui-state-active a:link, 823 #eyelaser .ui-state-active a:visited { 865 824 color: #212121; 866 825 text-decoration: none; … … 1163 1122 1164 1123 /* Overlays */ 1165 .ui-widget-overlay {1124 #eyelaser .ui-widget-overlay { 1166 1125 background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; 1167 1126 opacity: .3; 1168 1127 filter: Alpha(Opacity=30); 1169 1128 } 1170 .ui-widget-shadow {1129 #eyelaser .ui-widget-shadow { 1171 1130 margin: -8px 0 0 -8px; 1172 1131 padding: 8px; -
eyelaser-savings-calculator-by-ostheimer/tags/1.5/readme.txt
r2069010 r2069048 4 4 Requires at least: 3.0 5 5 Tested up to: 5.1 6 Stable tag: 1. 46 Stable tag: 1.5 7 7 8 8 Our savings calculator tells you how much money you can save with laser eye treatments until you are 60. … … 45 45 == Changelog == 46 46 47 = 1.5 = 48 * CSS fix 49 47 50 = 1.4 = 48 51 * Description change -
eyelaser-savings-calculator-by-ostheimer/trunk/eyelaser-savings.php
r2069010 r2069048 5 5 Description: The Wordpress Eyelaser Savings Calculator by Ostheimer tells you how much money you can save with laser eye treatments until you are 60. 6 6 Author: Ostheimer.at 7 Version: 1. 47 Version: 1.5 8 8 Author URI: http://www.ostheimer.at 9 9 -
eyelaser-savings-calculator-by-ostheimer/trunk/jquery-ui.css
r742209 r2069048 80 80 81 81 /* Overlays */ 82 .ui-widget-overlay {82 #eyelaser .ui-widget-overlay { 83 83 position: fixed; 84 84 top: 0; … … 730 730 background-position: -65px -16px; 731 731 } 732 .ui-tabs { 733 position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 734 padding: .2em; 735 } 736 .ui-tabs .ui-tabs-nav { 737 margin: 0; 738 padding: .2em .2em 0; 739 } 740 .ui-tabs .ui-tabs-nav li { 741 list-style: none; 742 float: left; 743 position: relative; 744 top: 0; 745 margin: 1px .2em 0 0; 746 border-bottom-width: 0; 747 padding: 0; 748 white-space: nowrap; 749 } 750 .ui-tabs .ui-tabs-nav li a { 751 float: left; 752 padding: .5em 1em; 753 text-decoration: none; 754 } 755 .ui-tabs .ui-tabs-nav li.ui-tabs-active { 756 margin-bottom: -1px; 757 padding-bottom: 1px; 758 } 759 .ui-tabs .ui-tabs-nav li.ui-tabs-active a, 760 .ui-tabs .ui-tabs-nav li.ui-state-disabled a, 761 .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { 762 cursor: text; 763 } 764 .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 765 .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { 766 cursor: pointer; 767 } 768 .ui-tabs .ui-tabs-panel { 769 display: block; 770 border-width: 0; 771 padding: 1em 1.4em; 772 background: none; 773 } 732 774 733 .ui-tooltip { 775 734 padding: 8px; … … 786 745 /* Component containers 787 746 ----------------------------------*/ 788 .ui-widget {747 #eyelaser .ui-widget { 789 748 font-family: Verdana,Arial,sans-serif; 790 749 font-size: 1.1em; 791 750 } 792 .ui-widget .ui-widget {751 #eyelaser .ui-widget .ui-widget { 793 752 font-size: 1em; 794 753 } 795 .ui-widget input,796 .ui-widget select,797 .ui-widget textarea,798 .ui-widget button {754 #eyelaser .ui-widget input, 755 #eyelaser .ui-widget select, 756 #eyelaser .ui-widget textarea, 757 #eyelaser .ui-widget button { 799 758 font-family: Verdana,Arial,sans-serif; 800 759 font-size: 1em; 801 760 } 802 .ui-widget-content {761 #eyelaser .ui-widget-content { 803 762 border: 1px solid #aaaaaa; 804 763 background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; 805 764 color: #222222; 806 765 } 807 .ui-widget-content a {766 #eyelaser .ui-widget-content a { 808 767 color: #222222; 809 768 } 810 .ui-widget-header {769 #eyelaser .ui-widget-header { 811 770 border: 1px solid #aaaaaa; 812 771 background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; … … 814 773 font-weight: bold; 815 774 } 816 .ui-widget-header a {775 #eyelaser .ui-widget-header a { 817 776 color: #222222; 818 777 } … … 821 780 ----------------------------------*/ 822 781 .ui-state-default, 823 .ui-widget-content .ui-state-default,824 .ui-widget-header .ui-state-default {782 #eyelaser .ui-widget-content .ui-state-default, 783 #eyelaser .ui-widget-header .ui-state-default { 825 784 border: 1px solid #d3d3d3; 826 785 background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; … … 852 811 text-decoration: none; 853 812 } 854 .ui-state-active,855 .ui-widget-content .ui-state-active,856 .ui-widget-header .ui-state-active {813 #eyelaser .ui-state-active, 814 #eyelaser .ui-widget-content .ui-state-active, 815 #eyelaser .ui-widget-header .ui-state-active { 857 816 border: 1px solid #aaaaaa; 858 817 background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; … … 860 819 color: #212121; 861 820 } 862 .ui-state-active a,863 .ui-state-active a:link,864 .ui-state-active a:visited {821 #eyelaser .ui-state-active a, 822 #eyelaser .ui-state-active a:link, 823 #eyelaser .ui-state-active a:visited { 865 824 color: #212121; 866 825 text-decoration: none; … … 1163 1122 1164 1123 /* Overlays */ 1165 .ui-widget-overlay {1124 #eyelaser .ui-widget-overlay { 1166 1125 background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; 1167 1126 opacity: .3; 1168 1127 filter: Alpha(Opacity=30); 1169 1128 } 1170 .ui-widget-shadow {1129 #eyelaser .ui-widget-shadow { 1171 1130 margin: -8px 0 0 -8px; 1172 1131 padding: 8px; -
eyelaser-savings-calculator-by-ostheimer/trunk/readme.txt
r2069010 r2069048 4 4 Requires at least: 3.0 5 5 Tested up to: 5.1 6 Stable tag: 1. 46 Stable tag: 1.5 7 7 8 8 Our savings calculator tells you how much money you can save with laser eye treatments until you are 60. … … 45 45 == Changelog == 46 46 47 = 1.5 = 48 * CSS fix 49 47 50 = 1.4 = 48 51 * Description change
Note: See TracChangeset
for help on using the changeset viewer.