Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashaerter committed Oct 13, 2012
1 parent 8289266 commit 6004e62
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mediamanager.php
Expand Up @@ -24,7 +24,7 @@

?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo hsc($conf["lang"]); ?>" lang="<?php echo hsc($conf["lang"]); ?>" dir="<?php echo hsc($lang["direction"]); ?>">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo hsc($conf["lang"]); ?>" lang="<?php echo hsc($conf["lang"]); ?>" dir="<?php echo hsc($lang["direction"]); ?>" class="popup">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo hsc($lang["mediaselect"]); echo " - ".hsc($conf["title"]); ?></title>
Expand Down
14 changes: 14 additions & 0 deletions static/css/print.css
Expand Up @@ -13,6 +13,20 @@
display: none;
}

/* special pages background: media/cite etc. */
.ns-2 #content,
.ns-2 #p-cactions li,
.ns-2 #p-cactions li a {
background: transparent none;
}

/* special pages background: discussion */
.ns-1 #content,
.ns-1 #p-cactions li,
.ns-1 #p-cactions li a {
background: transparent none;
}

/* remove interwiki link icons */
div.dokuwiki a.interwiki {
background: transparent none;
Expand Down
8 changes: 6 additions & 2 deletions static/css/screen.css
Expand Up @@ -938,8 +938,11 @@ div#column-one .portlet .pBody a:hover {
text-decoration: underline !important;
}
/* QR Code */
div#column-one #p-qrcode .pBody {
padding-right: 0.3em;
}
div#column-one #p-qrcode img {
margin: 0.5em 0 0.3em 0.1em;
margin: 0.55em 0 0.3em 0.2em;
}
div#column-one #p-qrcode a,
div#column-one #p-qrcode a:link,
Expand Down Expand Up @@ -1025,6 +1028,7 @@ div.dokuwiki div.toc {
width: 200px;
font-size: 80%;
clear: both;
background-color: transparent;
}

div.dokuwiki div.toc div.tocheader {
Expand Down Expand Up @@ -1175,7 +1179,7 @@ html.popup {
background-color: #fff;
}
html.popup body {
font: 13px/17px sans-serif;
font: 13px sans-serif;
background-image: none;
background-color: #fff;
}
Expand Down

0 comments on commit 6004e62

Please sign in to comment.