| Index: chrome/skin/survey.css |
| =================================================================== |
| --- a/chrome/skin/survey.css |
| +++ b/chrome/skin/survey.css |
| @@ -1,27 +1,26 @@ |
| -panel |
| +#url-fixer-survey |
| { |
| - width: 600px; |
| - height: 250px; |
| + width: 600px; |
|
Wladimir Palant
2012/09/28 09:29:34
Is it necessary to specify the width multiple time
|
| } |
| -#icon |
| +#url-fixer-survey #icon |
| { |
| - padding: 20px; |
| + padding: 20px; |
| } |
| -#question_container |
| +#url-fixer-survey #question_container |
| { |
| - align: center; |
| - width: 480px; |
| - padding: 20px; |
| + align: center; |
| + width: 450px; |
| + padding: 20px; |
| } |
| -#question |
| +#url-fixer-survey #question |
| { |
| - padding-bottom: 10px; |
| + padding-bottom: 10px; |
| } |
| -#actions |
| +#url-fixer-survey #actions |
| { |
| - padding: 0px 20px; |
| + padding: 0px 20px; |
| } |