/* Copyright 2008 Kevin Morey (email : kevin@kmorey.net) 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; either version 2 of the License, or (at your option) any later version. 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 St, Fifth Floor, Boston, MA 02110-1301 USA */ thead>tr>td { font-weight: bold; } .toggler { cursor: pointer; } h3 { background: #E4F2FD; padding: 0.5em; margin: 0.25em 0 0.25em 0; } .btn-move-up, .btn-move-down, .btn-remove { background-repeat: no-repeat; background-position: center; width: 24px; height: 24px; //border: 1px solid #aaa; cursor: pointer; } .btn-move-up { background-image: url('go-up.png'); } .btn-move-down { background-image: url('go-down.png'); } .btn-remove { background-image: url('stop.png'); } .advtag_wrap { margin:0 15px; /*max-width:980px;*/ padding:0; }