openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a806ab58720e66816cc5ce7a4bdc9ce424d84fc3
parent fca2d7fab1ad8f9578d72e5e34e529d391b0da44
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 11 Aug 2012 04:05:32 +0200

Fix: Vollbildfunktion

Diffstat:
Mthemes/default/css/layout.css | 13+++++++++----
Mthemes/default/images/icon/window/maximize.gif | 0
2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/themes/default/css/layout.css b/themes/default/css/layout.css @@ -977,21 +977,26 @@ div.progress /* V o l l b i l d */ -div.window.fullscreen +div#workbench div.bar > div.frame > div.window.fullscreen { display:block; z-index:109; /*set the div in the top-left corner of the screen*/ - xposition:absolute; position:fixed; top:0; left:0; background-color:silver; + margin:0px; /*set the width and height to 100% of the screen*/ - width:100%; - height:100%; + width:100% !important; + height:100% !important; +} +div#workbench div.bar > div.frame > div.window.fullscreen > div.content +{ + width:100% !important; + height:100% !important; } .invisible diff --git a/themes/default/images/icon/window/maximize.gif b/themes/default/images/icon/window/maximize.gif Binary files differ.