|
@@ -793,11 +793,21 @@ div.question {
|
793
|
793
|
display: inline;
|
794
|
794
|
text-align: center;
|
795
|
795
|
width: 174px;
|
796
|
|
- height: 78px;
|
|
796
|
+
|
797
|
797
|
font-size: 13px;
|
798
|
798
|
line-height: 1.5em;
|
799
|
|
- background: url('/js/jConfirmAction/images/bubble.png') left top no-repeat;
|
800
|
|
- padding: 10px 0 0 0;
|
|
799
|
+
|
|
800
|
+ background-color: #e6e6e6;
|
|
801
|
+
|
|
802
|
+ border-radius: 7px;
|
|
803
|
+ -moz-border-radius: 7px;
|
|
804
|
+ -webkit-border-radius: 7px;
|
|
805
|
+
|
|
806
|
+ -webkit-box-shadow: #666 0px 2px 3px;
|
|
807
|
+ -moz-box-shadow: #666 0px 2px 3px;
|
|
808
|
+ box-shadow: #666 0px 2px 3px;
|
|
809
|
+
|
|
810
|
+ padding: 10px 10px 10px 10px;
|
801
|
811
|
text-shadow: 0px 1px 0px #fff;
|
802
|
812
|
margin-left: -7em;
|
803
|
813
|
margin-top: -6em;
|