diff --git a/lib/gollum/frontend/public/css/dialog.css b/lib/gollum/frontend/public/css/dialog.css old mode 100644 new mode 100755 index 78171c08..a383f4c3 --- a/lib/gollum/frontend/public/css/dialog.css +++ b/lib/gollum/frontend/public/css/dialog.css @@ -4,7 +4,9 @@ display: none; top: 50%; left: 50%; + overflow: visible; position: absolute; + z-index: 1000; } #gollum-dialog-dialog.active { @@ -14,10 +16,11 @@ #gollum-dialog-dialog-inner { background: transparent; margin: 0 0 0 -225px; - overflow: hidden; position: relative; width: 450px; + z-index: 1000; + border: 7px solid #999; border: 7px solid rgba(0, 0, 0, 0.3); border-radius: 5px; -moz-border-radius: 5px; diff --git a/lib/gollum/frontend/public/css/editor.css b/lib/gollum/frontend/public/css/editor.css old mode 100644 new mode 100755 index 18086ed3..604e5c62 --- a/lib/gollum/frontend/public/css/editor.css +++ b/lib/gollum/frontend/public/css/editor.css @@ -503,4 +503,10 @@ a#function-help:hover span { background-position: -405px -28px; } #gollum-editor-help-content p { margin: 0 0 1em 0; padding: 0; - } \ No newline at end of file + } + +/* IE */ +.ie #gollum-editor .singleline input { + padding-top: 0.25em; + padding-bottom: 0.75em; +} diff --git a/lib/gollum/frontend/public/css/gollum.css b/lib/gollum/frontend/public/css/gollum.css old mode 100644 new mode 100755 index 5a22566b..55eb4523 --- a/lib/gollum/frontend/public/css/gollum.css +++ b/lib/gollum/frontend/public/css/gollum.css @@ -527,6 +527,10 @@ ul.actions { background: -moz-linear-gradient(top, #599bdc, #3072b3); } +.minibutton a:visited { + text-decoration: none; +} + /* @special error */ #wiki-wrapper.error { diff --git a/lib/gollum/frontend/public/css/ie7.css b/lib/gollum/frontend/public/css/ie7.css new file mode 100755 index 00000000..71b938b5 --- /dev/null +++ b/lib/gollum/frontend/public/css/ie7.css @@ -0,0 +1,51 @@ +/* IE7-specific styles */ + +#head #searchbar #searchbar-fauxtext input#search-query { + float: left; +} + +#head #searchbar, +#head ul.actions { + margin: 1em 0 0 0; +} + +ul.actions { + margin-left: 0; +} + +.compare #footer ul.actions { + margin-top: 1em; +} + +.history #version-form { + margin: -0.5em 0 -0.5em !important; +} + +#gollum-editor-help-parent li a, +#gollum-editor-help-list li a { + height: auto; +} + +#gollum-editor #gollum-editor-format-selector { + margin-top: 6px; +} + +#gollum-editor .singleline input { + padding-top: 0.25em; +} + +#gollum-editor .collapsed { + padding-bottom: 1.1em; +} + +#gollum-editor #gollum-editor-submit { + padding: 0.5em 1em 0.3em !important; +} + +#gollum-editor #gollum-editor-preview { + line-height: 1.3em; +} + +#gollum-editor #gollum-editor-format-selector label { + padding-top: 0.1em !important; +} \ No newline at end of file diff --git a/lib/gollum/frontend/templates/layout.mustache b/lib/gollum/frontend/templates/layout.mustache old mode 100644 new mode 100755 index f117c0e7..a02ec805 --- a/lib/gollum/frontend/templates/layout.mustache +++ b/lib/gollum/frontend/templates/layout.mustache @@ -7,12 +7,16 @@ + + - + {{title}} diff --git a/scratch/TODO b/scratch/TODO old mode 100644 new mode 100755 index b789b739..d5033f93 --- a/scratch/TODO +++ b/scratch/TODO @@ -1,10 +1,8 @@ * Editor - * Create rest of markup lang definitions - * Finish RDoc - * Finish rst - * Org-mode - * Create inline help for langs - * Create mathjax inline help + * Get MathJax running +* IE7 Styles +* Fix how text selections occur in IE7/8 so we actually get the right text +* Figure out why Dialogs won't fire in IE7 (likely a css issue) * Write Editor/Sidebar implementation notes for Rick * Find some clever way to represent page hierarchy.