Added style for widget modal

This commit is contained in:
Jonathan Frederic 2013-11-23 00:47:16 +00:00
parent 4333c84907
commit ee3d473cb5

View File

@ -179,11 +179,6 @@ The widget area typically looks something like this:
min-width: 138px; /* + 26px drop arrow btn = 164px */
}
/* ContainerWidget */
.widget-container {
.border-box-sizing();
}
/* The following section sets the style for the invisible div that
hold widgets and their accompanying labels.
@ -215,3 +210,19 @@ The widget area typically looks something like this:
}
}
}
/* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM */
/* ContainerWidget - ModalView */
.widget-modal {
overflow: hidden;
position: absolute !important;
top: 0px;
left: 0px;
margin-left: 0px !important;
}
/* ContainerWidget */
.widget-container {
.border-box-sizing();
}