This patch removes firefox specific lines in the css which were breaking the
display
---
.../intranet-tmpl/prog/en/css/staff-global.css | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index ef01648..e145158 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -2076,18 +2076,11 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;}
}
#clearscreen {
- margin-right: 0;
position: absolute;
top:0;
right:0;
}
-/* CSS Hack to target Firefox */
-@-moz-document url-prefix() {
- #clearscreen {
- margin-right : 1em;
- top: -1em;
- }
-}
+
#clearscreen a {
display:block;
-moz-border-radius: 0 0 0 5px;
--
1.7.5.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/