lib/gollum/frontend/public/gollum/css/editor.css in gollum-2.0.0 vs lib/gollum/frontend/public/gollum/css/editor.css in gollum-2.1.0

- old
+ new

@@ -62,10 +62,16 @@ #gollum-editor .singleline input.ph { color: #999; } +#gollum-editor .path_note { + text-align: right; + font-size: small; + padding-right: 5px; +} + #gollum-editor-title-field input#gollum-editor-page-title { font-weight: bold; margin-top: 0; } @@ -224,25 +230,25 @@ line-height: 1.6em; padding: .3em 0.5em 0 0; } #gollum-editor #gollum-editor-function-bar - #gollum-editor-format-selector label:after { +#gollum-editor-format-selector label:after { content: ':'; } /* @section form-fields */ -#gollum-editor textarea#gollum-editor-body { +#gollum-editor textarea { background: #fff; border: 1px solid #ddd; font-size: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.4em; margin: 1em 0 0.4em; - padding: 0.5em; /* I don't really like mixing pct & em hereā€¦ */ + padding: 0.5em; width: 98%; height: 20em; } #gollum-editor input#gollum-editor-submit { @@ -292,11 +298,11 @@ #gollum-editor .collapsed, #gollum-editor .expanded { border-bottom: 1px solid #ddd; display: block; overflow: hidden; - padding: 1em 0 0.5em; + padding: 0.5em 0 0; } #gollum-editor #gollum-editor-body + .collapsed, #gollum-editor #gollum-editor-body + .expanded { border-top: 1px solid #ddd; @@ -328,16 +334,19 @@ #gollum-editor .collapsed h4, #gollum-editor .expanded h4 { font-size: 1.6em; float: left; margin: 0; - padding: 0.4em 0 0 0.3em; + padding: 0.15em 0 0 0.3em; text-shadow: 0 -1px 0 #fff; } +#gollum-editor .collapsed h4 { + color: #bbb; +} #gollum-editor .collapsed a.button:hover, -#gollum-editor .expanded h4 a.button:hover { +#gollum-editor .expanded a.button:hover { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); text-decoration: none; filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#599bdc', endColorstr='#3072b3'); @@ -376,13 +385,13 @@ #gollum-editor .expanded textarea { background-color: #fff; border: 1px solid #ddd; clear: both; display: block; - font-size: 1.3em; + font-size: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; height: 7em; - line-height: 1.8em; + line-height: 1.4em; margin: 0.7em 0; padding: 0.5em; width: 98%; }