/*
 * See the NOTICE file distributed with this work for additional
 * information regarding copyright ownership.
 *
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * This software 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */
div.property span.removeProperty {
  display: inline-block;
  min-height: 30px;
  min-width: 20px;
  background:url(/resources/icons/silk/cross.png?cache-version=1785321644000) no-repeat scroll 4px 15px transparent;
  cursor:pointer;
}

span.addProperty {
  font-size: 0.8em;
  background:url(/resources/icons/silk/add.png?cache-version=1785321644000) no-repeat scroll 0 0 transparent;
  padding-left:20px;
  display:inline-block;
  line-height:20px;
  min-height:20px;
  margin-top:5px;
  cursor:pointer;
}

.properties .property input[type='text'] {
  width: 45%;
}