מדיה ויקי:Common.js: הבדלים בין גרסאות בדף

החלפת הדף בתוכן "@media screen and (max-width: 800px) { div.memorybox { width:100%; float:left; } }"
אין תקציר עריכה
(החלפת הדף בתוכן "@media screen and (max-width: 800px) { div.memorybox { width:100%; float:left; } }")
תגית: החלפה
 
(3 גרסאות ביניים של אותו משתמש אינן מוצגות)
שורה 1: שורה 1:
if (mwCustomEditButtons) {
@media screen and (max-width: 800px) {
     div.memorybox  {
  mwCustomEditButtons[mwCustomEditButtons.length] = {
         width:100%;
    "imageFile": "http://images.wikia.com/central/images/7/74/Button_comment.png",
        float:left;
    "speedTip": "Comment visible only for editors",
     }
    "tagOpen": "<!-- ",
}
    "tagClose": " -->",
    "sampleText": "Insert comment here"}
  }
 
$(document).ready( function() {
     $('#tree').bind('fancytreeinit', function(event, data) {
         data.tree.makeTitleVisible();
     });
});