فهرست منبع

Merge pull request #170 from Hutchy68/css-fix-drop-icon

fix css for all browsers
Tom Hutchison 10 سال پیش
والد
کامیت
226dd6464d
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      assets/stylesheets/foreground.css

+ 2 - 1
assets/stylesheets/foreground.css

@@ -25,6 +25,7 @@ body.action-formedit .row.hide-on-form-edit { display: none;}
 .mw-notification-area {
   margin-top: 2em;
 }
+
 /* Also adjust z-index of action menu to force it on top */
 #p-cactions #drop1 {
   z-index: 100000;
@@ -44,7 +45,7 @@ body.action-formedit .row.hide-on-form-edit { display: none;}
 }
 
 /* Dropdown Icon Alignment */
-div.drop-icon {
+#drop-icon {
   display: inline;
   margin-right: 4px;
 }