Skip to content
Snippets Groups Projects
Commit 10dc665f authored by Anika Henke's avatar Anika Henke
Browse files

fix for footnotes and toolbar pickers

darcs-hash:20060226104314-d5083-5b13dc5c5d356ca4a86241b1e5b428be36a8d940.gz
parent 8ed45f3a
No related branches found
No related tags found
No related merge requests found
......@@ -609,7 +609,7 @@ div.dokuwiki a.fn_bot{
}
/* insitu-footnotes */
div.dokuwiki div.insitu-footnote {
div.insitu-footnote {
font-size: 80%;
line-height: 1.2em;
border: 1px solid __dark__;
......@@ -620,7 +620,7 @@ div.dokuwiki div.insitu-footnote {
}
/* overcome IE issue with one line code or file boxes which require h. scrolling */
* html div.dokuwiki .insitu-footnote pre.code, * html div.dokuwiki .insitu-footnote pre.file {
* html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
padding-bottom: 18px;
}
......@@ -699,27 +699,27 @@ div.dokuwiki div.ajax_qsearch {
}
/* --------- Toolbar -------------------- */
div.dokuwiki button.toolbutton{
button.toolbutton{
background-color: __white__;
padding: 0px;
margin: 0 1px 0 0;
border: 1px solid __dark__;
cursor: pointer;
border: 1px solid __dark__;
cursor: pointer;
}
div.dokuwiki div.picker {
div.picker {
width: 250px;
border: 1px solid __dark__;
background: __light__;
}
div.dokuwiki button.pickerbutton {
button.pickerbutton {
padding: 0px;
margin: 0 1px 1px 0;
border: 0;
background-color: transparent;
font-size: 80%;
cursor: pointer;
cursor: pointer;
}
/* ---------- Spellchecking ------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment