1/******************************************************************************
2 ********************************  ATTENTION  *********************************
3         DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
4 ******************************************************************************
5  If you want to add some own screen CSS, have a look at the README of this
6  template and "/user/screen.css". You have been warned!
7 *****************************************************************************/
8
9/* This file get loaded by a conditional comment. The style.ini is not used as
10   DokuWiki's internal CSS handling stumbles upon most of these Internet
11   Explorer specific browser hacks and corrections. */
12
13/* buttons */
14div.dokuwiki input.button,
15div.dokuwiki button.button {
16  #line-height: 1em; /* fix MSIE 6, 7 */
17}
18div.dokuwiki button.toolbutton {
19  height: 22px\9; /* fix MSIE 6, 7, 8 */
20}
21/* media manager popup */
22* html.popup #media__manager {
23  height: 465px; /* fix MSIE 6 */
24}
25/* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
26textarea,
27.dokuwiki #dw__editform textarea.edit {
28  /* fix scrollbar flickers in IE8 standards mode, see
29     http://j.mp/bHExde and http://j.mp/ad7Abj for details */
30  width: 450px\9;
31  max-width: 100%\9;
32  min-width: 100%\9;
33  /* overwrite original vector with fixes for IE6/7 */
34  #width: 100% !important;
35  border: auto;
36}
37/* MSIE 7: media manager */
38*:first-child+html #mediamanager__page .panelContent li {
39  list-style: none !important;
40  list-style-image: none !important;
41}
42/* ajax quicksearch: MSIE 6/7 */
43* html #qsearch__out {
44  width: 206px;
45}
46#qsearch__out ul {
47  #list-style: none !important;
48  #list-style-image: none !important;
49}
50#qsearch__out li {
51  #width: 206px;
52}
53/* admin menu icons: MSIE 6/7 */
54.dokuwiki ul.admin_tasks li div.li {
55  #border-left: 1px dashed #fff; /* invisible border triggers IE to render the stuff */
56}
57/* list style: MSIE 6/7 */
58div#panel div.portal div.body ul {
59  #list-style: none outside none !important;
60}
61form#page__revisions ul, /* old, until 2012-01-25 */
62form#dw__recent ul,      /* old, until 2012-01-25 */
63form.changes {           /* new, since 2012-09-10 */
64  #list-style: none outside none !important;
65}
66