57 lines
1.3 KiB
CSS
57 lines
1.3 KiB
CSS
/*
|
|
// Pandora FMS - the Flexible Monitoring System
|
|
// =============================================
|
|
// Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License
|
|
// as published by the Free Software Foundation; version 2
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
.title .toggle {
|
|
background: none;
|
|
}
|
|
.title .toggle {
|
|
background: transparent url(images/toggle.png) no-repeat scroll !important;
|
|
}
|
|
|
|
.title a {
|
|
clear: none;
|
|
zoom: 100%;
|
|
padding: 1;
|
|
}
|
|
|
|
* html .timeEntry_control { /* IE only */
|
|
margin-top: -4px;
|
|
}
|
|
|
|
table#simple input#text-snmp_oid {
|
|
width: 70%;
|
|
}
|
|
|
|
div.configuration {
|
|
margin-top: -20px;
|
|
}
|
|
|
|
form.delete_link {
|
|
display:inline;
|
|
}
|
|
ul.action_list {
|
|
list-style-position: outside;
|
|
}
|
|
ul.action_list li {
|
|
display: block;
|
|
}
|
|
span.action_name {
|
|
vertical-align: top;
|
|
float: none;
|
|
}
|