openrat-cms

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

commit 5b8ff45d01f779a583eb4d503c0fe1a46c6793c3
parent f606831de948027a9b52c8ae01824c1f6837e256
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 25 Sep 2012 20:54:09 +0200

Modales Fenster richtig zentrieren, mit Schatten.

Diffstat:
themes/default/css/layout.css | 22+++++++++++-----------
themes/default/layout/perspective/login.ini.php | 5+----
2 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/themes/default/css/layout.css b/themes/default/css/layout.css @@ -1264,18 +1264,19 @@ div#filler opacity: 0.5; } -div.modaldialog +div#workbench > div.bar.modaldialog { - xxxxdisplay: block; + width:60%; position:absolute; + top:0; + left:0; z-index: 101; - top: 0; - left: 0; opacity: 1; - xxxxmargin:10%; - xxxxheight:60% !important; - width:60% !important; - border:5px solid black !important; + border:3px solid black !important; background-color:white !important; - margin:0px auto !important; -}- \ No newline at end of file + margin:5% 20% !important; + -webkit-box-shadow: 20px 20px 20px black; + -moz-box-shadow: 20px 20px 20px black; + box-shadow: 20px 20px 20px black; +} + diff --git a/themes/default/layout/perspective/login.ini.php b/themes/default/layout/perspective/login.ini.php @@ -5,10 +5,7 @@ views= [content] -views=login,openid,register -action=login -refreshable=false -default=login +views= [side] views=license