29 lines
554 B
CSS
29 lines
554 B
CSS
/*
|
|
* $Revision$
|
|
* $Modtime: 15-02-12 14:31 $
|
|
*/
|
|
|
|
/* Widgetportal */
|
|
@media only screen and (max-width: 1024px) {
|
|
#portalmenu span.menuimg {
|
|
width: 90px;
|
|
}
|
|
#portalmenu div.portalmenukop {
|
|
width: 50%;
|
|
}
|
|
#portalmenu table tr td,
|
|
#portalmenu span.menukop,
|
|
#portalmenu ul {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
/* 3D flexplek-scherm */
|
|
.floorscreen #verdiepingen input
|
|
{
|
|
color: #ffffff;
|
|
background-color: #6f6f6f;
|
|
}
|
|
.floorscreen #verdiepingen .selected {
|
|
background-color: #004f80;
|
|
} |