From a4833b4581c3f43701475884ab272f9e2b6210c5 Mon Sep 17 00:00:00 2001
From: "Matteo Nastasi (mop)" <nastasi@alternativeoutput.it>
Date: Mon, 21 Apr 2008 08:45:29 +0000
Subject: [PATCH] correct scroll for standup area and top position of proxhr
 class adjusted

---
 web/room.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/web/room.css b/web/room.css
index acc3c45..d92e2dc 100644
--- a/web/room.css
+++ b/web/room.css
@@ -185,6 +185,9 @@ div.room_standup {
     height: 80px;
     padding: 0px;
     margin: 0px;
+    /* background-color: orange; */
+    overflow: auto;
+    clip: auto;
 }
 
 table.room_standup {
@@ -214,7 +217,7 @@ div.room_ex_standup {
 }
 
 table.table_standup {
-    /*	background-color: red;  */
+    /* background-color: red; */
 
     border-spacing: 0px;
     width: 100%; 
@@ -262,7 +265,7 @@ div.esco {
 
 .proxhr { 
     position: relative;
-    top:  8px;
+    top:  10px;
     width: 100%;
     align: center;
     text-align: center;
-- 
2.17.1