controller_profile_editor.css 425 Bytes
.control-panel {
  /*border: 1px solid red;*/
  padding: 0px 25px 0px 25px;
}

.control-panel a {
  display: block;
  float: left;
  width: 140px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  height: 48px;
  padding: 4px 10px 0px 50px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.control-panel a:hover {
  background-color: #d2e0f0;
  -moz-border-radius: 3px;
}