Aleksander Machniak
2016-03-24 ce3105c58f921f33654c738fa7460d3d107813ce
skins/classic/common.css
@@ -356,6 +356,16 @@
  background-color: #F2F2F2;
}
.boxcontent .boxwarning
{
  margin: 0 0 10px;
  display: block;
  min-height: 22px;
  background: url(images/display/icons.png) #EF9398 6px -95px no-repeat;
  border: 1px solid #DC5757;
  padding: 8px 10px 8px 46px;
}
.boxcontent table td.title
{
  color: #666;
@@ -497,6 +507,18 @@
  font-size: 10px;
}
.toolbarseparator {
  display: block;
  float: left;
  width: 5px;
  height: 32px;
  padding: 0;
  margin: 0 5px;
  overflow: hidden;
  background: url(images/abook_toolbar.png) -162px 0 no-repeat transparent;
  opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
}
.splitter
{
  user-select: none;