From a8e9a9721231422465d1e3cc3716c2fbdd3ffe97 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 19 Mar 2014 13:24:23 +0000 Subject: [PATCH] some formatting of dialogHeader for idots, removing of width:98% from popupMainDiv, as it seems unneeded and forces to give all popups a width (to get ride of scrollbars) and overflow: hidden for sidebox --- phpgwapi/templates/idots/css/idots.css | 2 +- phpgwapi/templates/idots/css/traditional.css | 23 ++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/phpgwapi/templates/idots/css/idots.css b/phpgwapi/templates/idots/css/idots.css index 8ab791fa20..7e2e7fd7ac 100644 --- a/phpgwapi/templates/idots/css/idots.css +++ b/phpgwapi/templates/idots/css/idots.css @@ -24,7 +24,7 @@ .divSidebox,.textSidebox { border: none; - overflow: visible; + overflow: hidden; } .textSidebox { diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index e6f0aa998e..4c6d0048eb 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -209,7 +209,7 @@ input[type=image] { position:relative; border: #9c9c9c 1px solid; - overflow:auto; + overflow:hidden; } .divSideboxHeader,.divLoginboxHeader @@ -291,7 +291,6 @@ body { margin: 8px; border: solid 1px #7e7e7e; padding-bottom: 0px; - width:98%; } #divLogo @@ -566,6 +565,26 @@ div.prompt, table.prompt { .th { color: black; background-color: #D3DCE3; } +.dialogHeader { + border-left: 1px solid silver; + border-top: 1px solid silver; + border-right: 1px solid gray; + border-bottom: 1px solid gray; + background-color: gray; + background-image: url(../../default/images/egw_action/header_overlay.png); + background-position: center; + background-repeat: repeat-x; +} +.dialogHeader, .dialogHeader td { + font-size: 120% !important; + font-weight: bold; +} +.dialogHeader td { + font-weight: normal; +} +.dialogHeader1, .dialogHeader2 { + font-size: 120%; +} .row_on { color: black;