Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: block.html

Issue 5766275812818944: Issue 2173 - Fixed: "Block element" dialog isn't moved to correct position when dragging (Closed)
Patch Set: Created March 19, 2015, 2:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | block.js » ('j') | block.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: block.html
===================================================================
--- a/block.html
+++ b/block.html
@@ -29,11 +29,14 @@
<script type="text/javascript" src="i18n.js" charset="utf-8"></script>
<script type="text/javascript" src="block.js" charset="utf-8"></script>
<style type="text/css">
+ html, body /* The background color of the <html> and <body> */
+ { /* element must be set. Otherwise Safari renders */
+ background: #ffffff; /* the frame transparent while it is dragged. */
+ }
body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
- background: #ffffff;
margin: 0px;
padding: 5px;
display: inline-block;
« no previous file with comments | « no previous file | block.js » ('j') | block.js » ('J')

Powered by Google App Engine
This is Rietveld