* adjust colorbox padding-bottom.

This commit is contained in:
wangyidong
2013-01-24 07:33:22 +00:00
parent ec98a9dec0
commit 54e99a39d3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ $(function()
{
$(this).sparkline('html', {height:'25px'});
})
if(flow) $.colorbox({href:createLink('admin', 'setFlow'), open:true, width:800, height:275, transition:'none', iframe:true});
if(flow) $.colorbox({href:createLink('admin', 'setFlow'), open:true, width:800, height:277, transition:'none', iframe:true});
});
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -19,7 +19,7 @@
order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#111;}
#colorbox{box-shadow:5px 5px 2px #555; -webkit-box-shadow:5px 5px 2px #555; -moz-box-shadow:5px 5px 2px #555}
#colorbox{box-shadow:5px 5px 2px #555; -webkit-box-shadow:5px 5px 2px #555; -moz-box-shadow:5px 5px 2px #555; padding-bottom:10px;}
#cboxContent{background:#fff; padding:25px 25px 0px;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}