summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cdf6b61)
raw | patch | inline | side by side (parent: cdf6b61)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 28 Feb 2010 19:32:59 +0000 (19:32 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 28 Feb 2010 19:32:59 +0000 (19:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15773 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history | |
gosa-core/ihtml/themes/modern/headers.tpl | patch | blob | history |
index 5270487ec7444004103ff2667c602fafb05088c1..2d27fd94a2cb5f1fcf2a1204dec69a9104050536 100644 (file)
}
-/* Images */
-div.img{
- background-color:transparent;
- background-repeat:no-repeat;
- position:relative
-}
-
-div.img div {
- background-color:transparent;
- background-repeat:no-repeat;
- bottom:0;
- right:0;
- position:absolute;
-}
-
-
/* Icon menu */
.icon-menu-item{
index 5e5fac0fd87b54cb33b7905823100edacfce5db0..b741938e7f891af2a711e0ee9642e1f8a5cfc22f 100644 (file)
<!--[if IE]>
<style type="text/css">
- div.listContainer { height: 121px; overflow-x:hidden; overflow-y:auto; }
+ div.listContainer { height: 121px; overflow-x:hidden; overflow-y:auto; }
</style>
<![endif]-->
+ <!-- Include correct theme icon sets -->
+ <style type="text/css">
+ div.img{
+ background:transparent url(themes/modern/img.png) no-repeat;
+ position:relative
+ }
+
+ div.img div {
+ background:transparent url(themes/modern/img.png) no-repeat;
+ bottom:0;
+ right:0;
+ position:absolute;
+ }
+ </style>
+
<link rel="shortcut icon" href="favicon.ico">
{if $iePngWorkaround}