From 3cb7417028acc736dbc89705727a3fe3d026f5ff Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 25 Apr 2012 09:18:10 +0200 Subject: [PATCH] Minor CSS fixes. --- openslides/static/styles/base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index bc3aebc76..052f6c275 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -8,7 +8,7 @@ body { font-family:'Lucida Grande',"Trebuchet MS",Verdana,sans-serif; font-size:12px; position:relative; - width:100% + width:100%; overflow:hidden; } @@ -528,7 +528,6 @@ ul.results { line-height: 100%; width: 96%; cursor: pointer; - cursor: hand; } .notification .close { color: #990000;