Plugin Directory

Changeset 2069048


Ignore:
Timestamp:
04/15/2019 08:49:46 PM (7 years ago)
Author:
helpstring
Message:

css fix

Location:
eyelaser-savings-calculator-by-ostheimer
Files:
4 edited
4 copied

Legend:

Unmodified
Added
Removed
  • eyelaser-savings-calculator-by-ostheimer/tags/1.5/eyelaser-savings.php

    r2069010 r2069048  
    55Description: The Wordpress Eyelaser Savings Calculator by Ostheimer tells you how much money you can save with laser eye treatments until you are 60.
    66Author: Ostheimer.at
    7 Version: 1.4
     7Version: 1.5
    88Author URI: http://www.ostheimer.at
    99
  • eyelaser-savings-calculator-by-ostheimer/tags/1.5/jquery-ui.css

    r742209 r2069048  
    8080
    8181/* Overlays */
    82 .ui-widget-overlay {
     82#eyelaser .ui-widget-overlay {
    8383    position: fixed;
    8484    top: 0;
     
    730730    background-position: -65px -16px;
    731731}
    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
    774733.ui-tooltip {
    775734    padding: 8px;
     
    786745/* Component containers
    787746----------------------------------*/
    788 .ui-widget {
     747#eyelaser .ui-widget {
    789748    font-family: Verdana,Arial,sans-serif;
    790749    font-size: 1.1em;
    791750}
    792 .ui-widget .ui-widget {
     751#eyelaser .ui-widget .ui-widget {
    793752    font-size: 1em;
    794753}
    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 {
    799758    font-family: Verdana,Arial,sans-serif;
    800759    font-size: 1em;
    801760}
    802 .ui-widget-content {
     761#eyelaser .ui-widget-content {
    803762    border: 1px solid #aaaaaa;
    804763    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    805764    color: #222222;
    806765}
    807 .ui-widget-content a {
     766#eyelaser .ui-widget-content a {
    808767    color: #222222;
    809768}
    810 .ui-widget-header {
     769#eyelaser .ui-widget-header {
    811770    border: 1px solid #aaaaaa;
    812771    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
     
    814773    font-weight: bold;
    815774}
    816 .ui-widget-header a {
     775#eyelaser .ui-widget-header a {
    817776    color: #222222;
    818777}
     
    821780----------------------------------*/
    822781.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 {
    825784    border: 1px solid #d3d3d3;
    826785    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
     
    852811    text-decoration: none;
    853812}
    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 {
    857816    border: 1px solid #aaaaaa;
    858817    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
     
    860819    color: #212121;
    861820}
    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 {
    865824    color: #212121;
    866825    text-decoration: none;
     
    11631122
    11641123/* Overlays */
    1165 .ui-widget-overlay {
     1124#eyelaser .ui-widget-overlay {
    11661125    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    11671126    opacity: .3;
    11681127    filter: Alpha(Opacity=30);
    11691128}
    1170 .ui-widget-shadow {
     1129#eyelaser .ui-widget-shadow {
    11711130    margin: -8px 0 0 -8px;
    11721131    padding: 8px;
  • eyelaser-savings-calculator-by-ostheimer/tags/1.5/readme.txt

    r2069010 r2069048  
    44Requires at least: 3.0
    55Tested up to: 5.1
    6 Stable tag: 1.4
     6Stable tag: 1.5
    77
    88Our savings calculator tells you how much money you can save with laser eye treatments until you are 60.
     
    4545== Changelog ==
    4646
     47= 1.5 =
     48* CSS fix
     49
    4750= 1.4 =
    4851* Description change
  • eyelaser-savings-calculator-by-ostheimer/trunk/eyelaser-savings.php

    r2069010 r2069048  
    55Description: The Wordpress Eyelaser Savings Calculator by Ostheimer tells you how much money you can save with laser eye treatments until you are 60.
    66Author: Ostheimer.at
    7 Version: 1.4
     7Version: 1.5
    88Author URI: http://www.ostheimer.at
    99
  • eyelaser-savings-calculator-by-ostheimer/trunk/jquery-ui.css

    r742209 r2069048  
    8080
    8181/* Overlays */
    82 .ui-widget-overlay {
     82#eyelaser .ui-widget-overlay {
    8383    position: fixed;
    8484    top: 0;
     
    730730    background-position: -65px -16px;
    731731}
    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
    774733.ui-tooltip {
    775734    padding: 8px;
     
    786745/* Component containers
    787746----------------------------------*/
    788 .ui-widget {
     747#eyelaser .ui-widget {
    789748    font-family: Verdana,Arial,sans-serif;
    790749    font-size: 1.1em;
    791750}
    792 .ui-widget .ui-widget {
     751#eyelaser .ui-widget .ui-widget {
    793752    font-size: 1em;
    794753}
    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 {
    799758    font-family: Verdana,Arial,sans-serif;
    800759    font-size: 1em;
    801760}
    802 .ui-widget-content {
     761#eyelaser .ui-widget-content {
    803762    border: 1px solid #aaaaaa;
    804763    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    805764    color: #222222;
    806765}
    807 .ui-widget-content a {
     766#eyelaser .ui-widget-content a {
    808767    color: #222222;
    809768}
    810 .ui-widget-header {
     769#eyelaser .ui-widget-header {
    811770    border: 1px solid #aaaaaa;
    812771    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
     
    814773    font-weight: bold;
    815774}
    816 .ui-widget-header a {
     775#eyelaser .ui-widget-header a {
    817776    color: #222222;
    818777}
     
    821780----------------------------------*/
    822781.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 {
    825784    border: 1px solid #d3d3d3;
    826785    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
     
    852811    text-decoration: none;
    853812}
    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 {
    857816    border: 1px solid #aaaaaa;
    858817    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
     
    860819    color: #212121;
    861820}
    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 {
    865824    color: #212121;
    866825    text-decoration: none;
     
    11631122
    11641123/* Overlays */
    1165 .ui-widget-overlay {
     1124#eyelaser .ui-widget-overlay {
    11661125    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    11671126    opacity: .3;
    11681127    filter: Alpha(Opacity=30);
    11691128}
    1170 .ui-widget-shadow {
     1129#eyelaser .ui-widget-shadow {
    11711130    margin: -8px 0 0 -8px;
    11721131    padding: 8px;
  • eyelaser-savings-calculator-by-ostheimer/trunk/readme.txt

    r2069010 r2069048  
    44Requires at least: 3.0
    55Tested up to: 5.1
    6 Stable tag: 1.4
     6Stable tag: 1.5
    77
    88Our savings calculator tells you how much money you can save with laser eye treatments until you are 60.
     
    4545== Changelog ==
    4646
     47= 1.5 =
     48* CSS fix
     49
    4750= 1.4 =
    4851* Description change
Note: See TracChangeset for help on using the changeset viewer.