diff --git a/css/styles.css b/css/styles.css index 0c3d784..5811dd4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -2,6 +2,7 @@ padding: 0; margin: 0; border: none; + font-family: Georgia, 'Times New Roman', Times, serif; } footer { @@ -38,11 +39,25 @@ label span { font-weight: bold; } +label label { + margin-left: 20px; +} + +label span.checkboxlabel { + display: inline; + margin-left: 10px; +} + input, textarea { display: block; padding-left: 5px; } +input[type=checkbox] { + display: inline; + margin: 5px; +} + #longDefinition { width: 350px; height: 200px; @@ -69,6 +84,15 @@ input, textarea { margin: 0 0 5px; } +#dictionaryDescription { + width: 100%; + max-height: 400px; + overflow-y: auto; + padding: 15px; + border: 1px solid #cacaca; + margin: 10px; +} + .clickable { font-weight: bold; cursor: pointer; @@ -98,6 +122,7 @@ entry { word { font-weight: bold; + font-size: 20px; } partofspeech { @@ -105,8 +130,9 @@ partofspeech { font-size: 10px; } -shortdefinition { +simpledefinition { display: block; + font-style: italic; } longdefinition { @@ -167,6 +193,7 @@ longDefinition p { .deleteConfirm { display: block; font-size: 10px; + margin: 10px; } #settingsBackgroundFade, #aboutBackgroundFade { diff --git a/index.html b/index.html index 4b331e6..1d68df0 100644 --- a/index.html +++ b/index.html @@ -76,8 +76,9 @@