Code

We're html5, right?
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 May 2010 11:25:16 +0000 (11:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 May 2010 11:25:16 +0000 (11:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18600 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/style.css
gosa-core/ihtml/themes/default/headers.tpl

index bf8c3bba8ebc1e493bbf71d4d9b8e76ae46e7a9a..eb61adba3d6fdad141d6978ca4c804d81df89373 100644 (file)
@@ -1322,6 +1322,7 @@ button.search-filter {
   padding:4px 2px 3px 2px;;
   margin:0;
   text-align:middle;
+  height:25px;
 }
 
 
@@ -1336,6 +1337,7 @@ table.filter-wrapper {
 table.filter-wrapper tr, table.filter-wrapper td{
   padding:0;
   margin:0;
+  vertical-align:top;
 }
 
 #filtermenu {
index c267e9596f9e1f56167952ba7d8d5e6f2393f9b4..8893287a5b216fa0182c97696c37ca8ef1532ca5 100644 (file)
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-       "http://www.w3.org/TR/html4/transitional.dtd">
+<!DOCTYPE html>
 <html>
   <head>
     <title>{if isset($title)}{$title}{else}GOsa{/if}</title>