Changeset 1733835
- Timestamp:
- 09/21/2017 04:20:14 PM (9 years ago)
- File:
-
- 1 edited
-
book-now/trunk/book-now.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
book-now/trunk/book-now.php
r1733824 r1733835 2 2 /** 3 3 * @package Book_Now 4 * @version 1.3. 44 * @version 1.3.5 5 5 */ 6 6 /* … … 9 9 Description: This plugin adds a fixed call to action button to your site, with text and link to anywhere you want. 10 10 Author: RianGraphics 11 Version: 1.3. 411 Version: 1.3.5 12 12 Author URI: http://www.riangraphics.com/book-now/ 13 13 */ … … 111 111 $txtcolor = get_option('rg_text_color'); 112 112 $lor = get_option('rg_left_right'); 113 $numberofchars = strlen(get_option('rg_book_text')); 114 $totalW = 25 * $numberofchars; 115 $distance = 10 * $numberofchars; 113 116 $deg = ''; 114 117 if($lor == 'right') { … … 176 179 #rg-book { 177 180 transform: rotate('.$deg.'); 178 '.$lor.': - 80px;181 '.$lor.': -'.$distance.'px; 179 182 bottom: 40%; 180 width: 200px;183 width: '.$totalW.'px; 181 184 } 182 185 }
Note: See TracChangeset
for help on using the changeset viewer.