15 lines
710 B
CSS
15 lines
710 B
CSS
|
/* exfoliation: a nagios makeover */
|
||
|
/* Copyright 2010 Matthew Wall, all rights reserved */
|
||
|
/* */
|
||
|
/* Permission to use, copy, modify, and distribute this software for any */
|
||
|
/* purpose with or without fee is hereby granted, provided that the above */
|
||
|
/* copyright notice and this permission notice appear in all copies. */
|
||
|
|
||
|
.statusmap { }
|
||
|
|
||
|
.imageInfo { font-size: 8pt; font-weight: bold; text-align: center; }
|
||
|
|
||
|
.zoomTitle { font-size: 8pt; font-weight: bold; }
|
||
|
|
||
|
.popupText { font-size: 8pt; background-color: #eeeeaa; border: 1px solid #777777; padding: 0 5 0 5; }
|