diff --git a/lib/gollum/frontend/public/css/editor.css b/lib/gollum/frontend/public/css/editor.css index fc186164..11af4464 100755 --- a/lib/gollum/frontend/public/css/editor.css +++ b/lib/gollum/frontend/public/css/editor.css @@ -23,13 +23,17 @@ a { background: #f9f9f9; margin: 1em 0 5em; overflow: hidden; - padding: 1em; + padding: 1em 1em 0.4em; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } +.ie #gollum-editor { + padding-bottom: 1em; +} + #gollum-editor form fieldset { border: 0; margin: 0; @@ -272,6 +276,14 @@ a#function-help:hover span { background-position: -405px -28px; } -webkit-border-radius: 3px; } +.webkit #gollum-editor input#gollum-editor-submit { + padding: 0.5em 1em 0.45em; +} + +.ie #gollum-editor input#gollum-editor-submit { + padding: 0.4em 1em 0.5em; +} + #gollum-editor input#gollum-editor-submit:hover { background: #3072b3; border-color: #518cc6 #518cc6 #2a65a0; diff --git a/lib/gollum/frontend/public/css/ie7.css b/lib/gollum/frontend/public/css/ie7.css index 551edb20..31bf7e49 100755 --- a/lib/gollum/frontend/public/css/ie7.css +++ b/lib/gollum/frontend/public/css/ie7.css @@ -31,6 +31,10 @@ ul.actions { margin: -0.5em 0 -0.5em !important; } +#gollum-editor { + padding-bottom: 0; +} + #gollum-editor-help-parent li a, #gollum-editor-help-list li a { height: auto; @@ -56,6 +60,10 @@ ul.actions { line-height: 1.3em; } +#gollum-editor form { + margin: 0; +} + #gollum-editor #gollum-editor-format-selector label { padding-top: 0.1em !important; } \ No newline at end of file