diff --git a/css/lexiconga.css b/css/lexiconga.css index 6051b98..4819c6d 100644 --- a/css/lexiconga.css +++ b/css/lexiconga.css @@ -109,7 +109,8 @@ input, textarea, select, option, button { border-color: #d09b84 #915237 #915237 #d09b84; } -#dictionaryDescription, .management, #settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage { +#dictionaryDescription, .management, #settingsOptions, #infoPage, #loadAfterDeletePage, +#accountSettingsPage, #fullScreenTextboxPage { background: #f2d5b2; } diff --git a/css/styles.css b/css/styles.css index 4a8ee2a..35cf283 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,6 +63,10 @@ and (max-device-width : 480px) { #formLockButton { display: none; } + + #showFullScreenTextbox { + display: none; + } } #leftColumn { @@ -329,7 +333,8 @@ searchTerm { margin: 10px; } -#settingsBackgroundFade, #infoBackgroundFade, #loadAfterDeleteFade, #accountSettingsBackgroundFade { +#settingsBackgroundFade, #infoBackgroundFade, #loadAfterDeleteFade, +#accountSettingsBackgroundFade, #fullScreenTextboxBackgroundFade { position: fixed; top: 0; left: 0; @@ -339,7 +344,8 @@ searchTerm { opacity: 0.75; } -#settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage { +#settingsOptions, #infoPage, #loadAfterDeletePage, +#accountSettingsPage, #fullScreenTextboxPage { position: fixed; top: 6%; left: 6%; @@ -358,11 +364,23 @@ searchTerm { #announcementCloseButton, #notificationCloseButton, #settingsButton, #settingsScreenCloseButton, -#settingsSaveButtons button, #infoScreenCloseButton { +#settingsSaveButtons button, #infoScreenCloseButton, +#fullScreenTextboxScreenCloseButton { float: right; font-size: 12px; } +#fullScreenTextboxPage { + padding: 5px 3% 4%; + overflow-y: hidden; +} + +#fullScreenTextbox { + position: relative; + width: 100%; + height: 100%; +} + #settingsForm { width: 100%; padding: 0; diff --git a/index.php b/index.php index e93afa6..e3a6751 100644 --- a/index.php +++ b/index.php @@ -141,9 +141,10 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php'); Dictionary Name -