Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / reset_profile_settings_overlay.css
index 3614e0a..1228697 100644 (file)
 }
 
 #expand-feedback {
-  background: center bottom no-repeat;
-  background-image: url('chrome://theme/IDR_QUESTION_MARK');
+  background: url('chrome://theme/IDR_QUESTION_MARK') no-repeat center;
   display: inline-block;
   height: 14px;
   opacity: 0.33;
-  vertical-align: text-top;
   width: 14px;
 }
 
 #expand-feedback:hover {
   opacity: 1;
-}
\ No newline at end of file
+}