Difference between revisions of "User:Olessan/vector.css"

Jump to navigation Jump to search
m
seeing if this is causing the maddening window jumping around effect in table editing
m
m (seeing if this is causing the maddening window jumping around effect in table editing)
 
(7 intermediate revisions by the same user not shown)
Line 306: Line 306:
   background-color:#eaeaea;
   background-color:#eaeaea;
   color:#e3e3e3;
   color:#e3e3e3;
}
/*This makes the editor big enough to actually see properly*/
.oo-ui-window-frame {
width:900px;
height:90%;
}
}


Line 356: Line 350:
   -webkit-filter: blur(0px);
   -webkit-filter: blur(0px);
}
}
/*resizes the visual editor window*/
.oo-ui-textInputWidget-autosized {
resize: both !important;
}
.oo-ui-window-frame {
width: 45% !important;
height:50%!important;
min-width:480px;
}
/*fixes a problem with the popup widget*/
.oo-ui-popupWidget-anchored-top {
  min-height: 300px;
}
.oo-ui-popupWidget-anchored-top > content {
  min-height:300px;
  overflow:scroll;
}
.oo-ui-popupWidget-popup {
  min-height:300px;
  height:300px;
}
/*End CSS by Olessan*/
/*End CSS by Olessan*/
606

edits

Navigation menu