MDL-26240 theme_anomaly: Fixed small regression with dock

This commit is contained in:
Sam Hemelryk 2011-11-29 16:54:00 +13:00
parent 9ac82391a2
commit f091da528e

View file

@ -1,9 +1,8 @@
/* Docking Module /* Docking Module
-----------------*/ -----------------*/
body.has_dock #page { body.has_dock {
width: 97%; margin:0;
right: 3%;
} }
#dock { #dock {
@ -136,4 +135,4 @@ Docked Item Panel
#dockeditempanel .dockeditempanel_bd { #dockeditempanel .dockeditempanel_bd {
overflow:auto; overflow:auto;
width:auto; /* adds scroll to dock panel */ width:auto; /* adds scroll to dock panel */
} }