Commit aeb3c344 authored by unknown's avatar unknown

some fixes in text typing

parent 8c3fd430
...@@ -64,7 +64,7 @@ body{ ...@@ -64,7 +64,7 @@ body{
.sub_cont{ .sub_cont{
width: 100%; width: 100%;
padding: 0; padding: 0;
margin: 20px 0 0 0; margin: 20px 0 5px 0;
min-height: 60px; min-height: 60px;
} }
...@@ -114,11 +114,12 @@ body{ ...@@ -114,11 +114,12 @@ body{
min-height: 40px; min-height: 40px;
max-height: 60px; max-height: 60px;
float: right; float: right;
overflow: auto; overflow-x: hidden;
background-color: #ccc; background-color: #ccc;
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
padding-left: 10px; padding-left: 10px;
word-break: break-all;
} }
.close_cont{ .close_cont{
......
...@@ -218,6 +218,7 @@ body{ ...@@ -218,6 +218,7 @@ body{
overflow-x: hidden; overflow-x: hidden;
float: right; float: right;
margin-left: 20px; margin-left: 20px;
word-break: break-all;
} }
.play, .stop{ .play, .stop{
......
...@@ -149,12 +149,10 @@ body{ ...@@ -149,12 +149,10 @@ body{
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: small; font-size: small;
border: 3px solid #ccc; border: 3px solid #ccc;
-webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
-moz-box-shadow: #dadada -1px 0 4px;
-webkit-box-shadow: #dadada -1px 0 4px;
box-shadow: #dadada -1px 0 4px; box-shadow: #dadada -1px 0 4px;
color: white; color: white;
word-break: break-all;
} }
.qstContentDisplay{ .qstContentDisplay{
...@@ -169,6 +167,7 @@ body{ ...@@ -169,6 +167,7 @@ body{
border: 1px solid #DFDFDE; border: 1px solid #DFDFDE;
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
word-break: break-all;
} }
.ansDiv{ .ansDiv{
...@@ -222,12 +221,10 @@ body{ ...@@ -222,12 +221,10 @@ body{
overflow-x: hidden; overflow-x: hidden;
float: left; float: left;
border: 3px solid #ccc; border: 3px solid #ccc;
-webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
-moz-box-shadow: #dadada -1px 0 4px;
-webkit-box-shadow: #dadada -1px 0 4px;
box-shadow: #dadada -1px 0 4px; box-shadow: #dadada -1px 0 4px;
color: white; color: white;
word-break: break-all;
} }
.ansContentDisplay{ .ansContentDisplay{
...@@ -244,6 +241,7 @@ body{ ...@@ -244,6 +241,7 @@ body{
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
color: white; color: white;
word-break: break-all;
} }
.ansDelete{ .ansDelete{
......
...@@ -60,7 +60,7 @@ body{ ...@@ -60,7 +60,7 @@ body{
.sub_cont{ .sub_cont{
width: 100%; width: 100%;
padding: 0; padding: 0;
margin: 20px 0 0 0; margin: 20px 0 5px 0;
min-height: 60px; min-height: 60px;
} }
...@@ -93,6 +93,7 @@ body{ ...@@ -93,6 +93,7 @@ body{
border-top-left-radius: 10px; border-top-left-radius: 10px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
padding-left: 10px; padding-left: 10px;
word-break: break-all;
} }
.close_cont{ .close_cont{
......
...@@ -172,6 +172,7 @@ body{ ...@@ -172,6 +172,7 @@ body{
overflow-x: hidden; overflow-x: hidden;
float: right; float: right;
margin-left: 20px; margin-left: 20px;
word-break: break-all;
} }
.play, .stop{ .play, .stop{
......
...@@ -94,6 +94,7 @@ body{ ...@@ -94,6 +94,7 @@ body{
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
padding-left: 10px; padding-left: 10px;
display: block; display: block;
word-break: break-all;
} }
.close_cont{ .close_cont{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment