badeendjuh / dokubootstrap-simplified

A simple Dokuwiki template based on Bootstrap
https://www.dokuwiki.org/template:dokubootstrapsimplified
GNU General Public License v2.0
29 stars 15 forks source link

Image upload page broken #29

Open ghost opened 9 years ago

ghost commented 9 years ago

cssbroken

Can't upload new media, appears CSS is broken?

badeendjuh commented 9 years ago

I've never adjusted this page for this view, hence it doesn't look like anything indeed. I have no plans of addressing this in the near future

psuter80 commented 6 years ago

just create a file called style.ini in the root directory of this template with this content:

css/_media_popup.css      = screen
css/_media_fullscreen.css = screen
css/_fileuploader.css     = screen

[replacements]
; highlighted text (e.g. search snippets)
__highlight__       = "#ff9"            ; @ini_highlight

then copy the three css files mentioned in there from the dokuwiki default template to the css folder of this template. It won't be pretty but at least it's usable