line-height bug seems really fixed - removed inconsistencies

This commit is contained in:
Sanj 2012-03-03 20:17:27 +05:30
parent 0e5571c432
commit f0f161045c
2 changed files with 15 additions and 4 deletions

View File

@ -17,6 +17,12 @@ p {
margin: 0px; margin: 0px;
} }
p span {
padding: 0px;
margin: 0px;
line-height: 100%;
}
#ajaxBusy { #ajaxBusy {
position: fixed; position: fixed;
top: 16px; top: 16px;
@ -310,19 +316,21 @@ p {
text-decoration:none; text-decoration:none;
} }
/*
.textbox_canvas { .textbox_canvas {
width:100%; width:100%;
height:100%; height:100%;
} }
*/
.imagebox_canvas { .imagebox_canvas {
} }
/*
.textbox_canvas_content { .textbox_canvas_content {
height:100%; height:100%;
} }
*/
/*
.textbox_canvas_content { .textbox_canvas_content {
margin-top:0px; margin-top:0px;
} }
@ -334,6 +342,7 @@ margin-top:0px;
.textbox_canvas_text * { .textbox_canvas_text * {
margin-top: 0px; margin-top: 0px;
} }
*/
.save_text{ .save_text{
margin-top:30px; margin-top:30px;

View File

@ -10,7 +10,7 @@
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" /> <link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />
<style type="text/css"> <style type="text/css">
.style1 {font-size: 16px} .style1 {font-size: 16px;}
body, html { body, html {
font-size: {{ "14px"|make_really_big:m }}; font-size: {{ "14px"|make_really_big:m }};
@ -32,6 +32,7 @@ p {
width: {{width}}; width: {{width}};
} }
/*
.textbox_canvas_text * { .textbox_canvas_text * {
margin-top: 0px; margin-top: 0px;
} }
@ -39,6 +40,7 @@ p {
.textbox_canvas_text { .textbox_canvas_text {
margin-top: 0px; margin-top: 0px;
} }
*/
.box { .box {
position: absolute; position: absolute;