diff --git a/css/styles.css b/css/styles.css index 836aea0..d8af747 100644 --- a/css/styles.css +++ b/css/styles.css @@ -40,7 +40,7 @@ input, textarea { padding-left: 5px; } -label textarea { +#longDefinition { width: 350px; height: 200px; } @@ -123,7 +123,11 @@ longdefinition { left: 10%; right: 10%; bottom: 10%; - padding: 5%; + min-width: 350px; + min-height: 500px; + padding: 5px 5% 5%; + overflow-y: auto; + overflow-x: hidden; background: #ffffff; border-radius: 5px; border: 1px solid black; @@ -138,6 +142,13 @@ longdefinition { #settingsForm { width: 100%; + padding: 0; + margin: 0; +} + +#dictionaryDescriptionEdit { + width: 280px; + height: 130px; } #settingsErrorMessage { @@ -154,4 +165,5 @@ longdefinition { display: block; float: left; width: 300px; + margin: 0 30px 0 0; } diff --git a/index.html b/index.html index 66b26d0..a393422 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,9 @@ Dictionary name +