]> source.dussan.org Git - redmine.git/commitdiff
Adds a shadow to modal boxes.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 14 Feb 2012 15:25:38 +0000 (15:25 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 14 Feb 2012 15:25:38 +0000 (15:25 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8872 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index f861bf56e3f41b4d3a4db80e40b1e63541c3e043..2048ab7c4a6586e07f95819bb9d40017c63deef2 100644 (file)
@@ -93,7 +93,7 @@ html>body #content { min-height: 600px; }
 
 #modalbg {position:absolute; top:0; left:0; width:100%; height:100%; background:#ccc; z-index:49; opacity:0.5;}
 html>body #modalbg {position:fixed;}
-div.modal { border-radius:5px; position:absolute; top:25%; background:#fff; border:2px solid #759FCF; z-index:50; padding:0px; padding:8px;}
+div.modal { border-radius:5px; position:absolute; top:25%; background:#fff; border:2px solid #759FCF; z-index:50; padding:0px; padding:8px; box-shadow: 1px 1px 8px #888; }
 div.modal h3.title {background:#759FCF; color:#fff; border:0; padding-left:8px; margin:-8px; margin-bottom: 1em; border-top-left-radius:2px;border-top-right-radius:2px;}
 div.modal p.buttons {text-align:right; margin-bottom:0;}
 html>body div.modal {position:fixed;}