summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c251d00)
raw | patch | inline | side by side (parent: c251d00)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 13:47:29 +0000 (13:47 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 13:47:29 +0000 (13:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18692 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/default/style.css | patch | blob | history | |
gosa-core/ihtml/themes/default/framework.tpl | patch | blob | history |
index 90fc271d06c2d30868351ef4766ca8243eca551e..c337af699ee8e79d26f58c2873b3626277220904 100644 (file)
}
+div.scrollContainer {
+ border:1px solid #CCC;
+ padding:1px;
+ overflow-x:hidden;
+ overflow-y:auto;
+}
+
+
+
/* Image with migration color */
input[type=submit].img{
diff --git a/gosa-core/ihtml/themes/default/framework.tpl b/gosa-core/ihtml/themes/default/framework.tpl
index 95b6afc30a48d7cd12355ccfc57121b121f7b84e..835591644b79917c7f8251da5084d9fd3b8cbb9f 100644 (file)
</li>
<li class='right table-wrapper'>
<div class='logout-label'>
- <canvas id="sTimeout" width="22" height="22" title="{$sessionLifetime}|{t}Session expires in %d minutes!{/t}"></canvas>
+ <canvas id="sTimeout" width="22" height="22" title="{$sessionLifetime}|{t}Session expires in %d!{/t}"></canvas>
</div>
</li>
</ul>