Changeset 756
- Timestamp:
- 12/09/2012 03:09:02 AM (6 months ago)
- Location:
- trunk/WordPress/plugin/transposh
- Files:
-
- 4 edited
-
css/transposh.css (modified) (1 diff)
-
widgets/flags/tpw_flags.css (modified) (1 diff)
-
widgets/flags/tpw_flags_css.css (modified) (1 diff)
-
wp/transposh_widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/css/transposh.css
r727 r756 19 19 text-indent:-99999px; 20 20 display:inline-block; 21 cursor: pointer; 21 cursor:pointer; 22 box-shadow:0; 22 23 } 23 24 .tr-icon-yellow { -
trunk/WordPress/plugin/transposh/widgets/flags/tpw_flags.css
r435 r756 18 18 19 19 .transposh_flags a span, .transposh_flags a img { 20 border -color:transparent;20 border:transparent; 21 21 border-style:solid; 22 22 border-width:1px 3px; 23 padding: 0; 23 box-shadow:0 0; 24 padding:0; 24 25 } 25 26 -
trunk/WordPress/plugin/transposh/widgets/flags/tpw_flags_css.css
r728 r756 21 21 border-style:solid; 22 22 border-width:1px 3px; 23 box-shadow:0 0; 23 24 padding: 0; 24 25 } -
trunk/WordPress/plugin/transposh/wp/transposh_widget.php
r754 r756 341 341 if (!$this->transposh->options->widget_remove_logo) { 342 342 echo 'by <a href="http://tran' . 'sposh.org/' . $extralang . '"><img height="16" width="16" src="' . 343 $plugpath . '/img/tplog' . 'o.png" style="padding:1px;border:0px " title="' . $tagline . '" alt="' . $tagline . '"/></a>';343 $plugpath . '/img/tplog' . 'o.png" style="padding:1px;border:0px;box-shadow:0 0" title="' . $tagline . '" alt="' . $tagline . '"/></a>'; 344 344 } 345 345 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.
