Changeset 708521
- Timestamp:
- 05/06/2013 07:05:26 AM (13 years ago)
- Location:
- usernoise/trunk
- Files:
-
- 4 edited
-
css/window.css (modified) (2 diffs)
-
languages/usernoise-de_DE.po (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
usernoise.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
usernoise/trunk/css/window.css
r705432 r708521 87 87 width: 100%; 88 88 max-width: 420px; 89 position: absolute;89 position: fixed; 90 90 top: 50%; 91 91 left: 50%; … … 94 94 @media screen and (max-width: 640px){ 95 95 #window{ 96 position: absolute !important; 97 max-width: none; 96 width: 100%; 97 height: 100%; /* Set a default max height of the modal (adjusted later)*/ 98 position: fixed; /* Display modal in the centre of your screen */ 99 overflow-y: scroll !important; 100 overflow: scroll; /* Ensure that the modal is scroll-able */ 101 -webkit-overflow-scrolling: touch !important; 102 left: 0; 103 top: 0; 104 max-width: none !important; 105 margin: 0 !important; 98 106 } 99 107 } -
usernoise/trunk/languages/usernoise-de_DE.po
r703936 r708521 357 357 #@ default 358 358 msgid "Idea" 359 msgstr " Anregung"359 msgstr "Idee" 360 360 361 361 #: inc/db-upgrade.php:27 -
usernoise/trunk/readme.txt
r705450 r708521 104 104 == Changelog == 105 105 106 = 3.7.4 = 107 * Warning fixed. 108 * CSS fixes. 109 * de_DE translation fix. 110 106 111 = 3.7.3 = 107 112 * Added an option to disable Feedback button and form icons for sake of Bootstrap compatibility. 108 113 * Minor CSS fixes. 109 110 114 111 115 = 3.7.2 = -
usernoise/trunk/usernoise.php
r705450 r708521 29 29 define('UN_FEEDBACK_BUTTON_TEXT_COLOR', 'feedback_button_text_color'); 30 30 define('UN_FEEDBACK_BUTTON_SHOW_BORDER', 'feedback_button_show_border'); 31 define('UN_ BOOTSTRAP_COMPATIBLE', 'boostrap_compatible');31 define('UN_DISABLE_ICONS', 'un_disable_icons'); 32 32 define('UN_SUBMIT_FEEDBACK_BUTTON_TEXT', 'submit_feedback_button_text'); 33 33 define('UN_FEEDBACK_TEXTAREA_PLACEHOLDER', 'feedback_textarea_placeholder');
Note: See TracChangeset
for help on using the changeset viewer.