Browse Source

Merge branch 'unstable' into feature/moderation

bastien 13 years ago
parent
commit
8bd17fbee5
1 changed files with 13 additions and 3 deletions
  1. 13 3
      web/bundles/muzichcore/css/main.css

+ 13 - 3
web/bundles/muzichcore/css/main.css View File

@@ -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;