svn path=/Website/branches/v2016.1/; revision=29492

This commit is contained in:
Peter Koerhuis
2016-05-23 15:12:37 +00:00
parent 9c8e2bf290
commit 0468914c67

View File

@@ -1,12 +1,18 @@
/*
* $Revision$
* $Id$
*
*
* lichtblauw #55ACDA
* donkerblauw #004887
*/
#headerblok
{
background-position: 20px 20px;
div.fcltframeheader {
background-image: url(up.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right 7px;
}
div.fcltframeheader.collapsed {
background-image: url(down.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right 7px;
}