Commit 82cae538 authored by unknown's avatar unknown

upgraded Choisir app

parent 46e4d409
...@@ -136,7 +136,7 @@ body{ ...@@ -136,7 +136,7 @@ body{
padding: 3px; padding: 3px;
margin-left: 10px; margin-left: 10px;
margin-bottom: 10px; margin-bottom: 10px;
width: 100%; width: 95%;
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;
...@@ -177,17 +177,17 @@ body{ ...@@ -177,17 +177,17 @@ body{
float: left; float: left;
width: 100%; width: 100%;
margin: 3px; margin: 3px;
-webkit-border-radius: 5px;
border-radius: 5px;
} }
.ansSpan{ .ansSpan{
border: none; border: none;
background: url(../images/point.png) -0px -0px no-repeat;
background-color: white; background-color: white;
background-position: 0 50%;
color: #00C6FF; color: #00C6FF;
font-size: 14px; font-size: 14px;
float: left; float: left;
padding-left: 35px; margin: 0 3px;
width: 20px; width: 20px;
} }
...@@ -213,22 +213,25 @@ body{ ...@@ -213,22 +213,25 @@ body{
} }
.ansContentDisplay{ .ansContentDisplay{
padding: 1px 3px 3px 3px; padding: 1px 3px 3px 3px;
margin-left: 5px; margin-left: 5px;
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: small; font-size: small;
width: 90%; width: 90%;
float: left; float: left;
-webkit-border-radius: 5px;
border-radius: 5px;
} }
.ansDelete{ .ansDelete{
float: right; float: left;
border: none; border: none;
background-image: url(../images/boldGreyClose.png); background-image: url(../images/boldGreyClose.png);
background-color: white; background-color: white;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 50%; background-position: 0 50%;
cursor: pointer; cursor: pointer;
margin: 0 5px;
} }
.qstOptChoice{ .qstOptChoice{
......
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