Aleksander Machniak
2016-05-22 0344b168276f80189e2254c75a762aff5b517b6b
skins/classic/common.css
@@ -156,6 +156,11 @@
  color: #999999;
}
.voice
{
  display: none;
}
/* fixes vertical alignment of checkboxes and labels */
label input,
label span
@@ -255,6 +260,7 @@
body > #message div.notice,
body > #messagebody .part-notice,
body > #mainscreen #messagebody .part-notice,
#message-objects div.notice
{
  background: url(images/display/icons.png) 6px 3px no-repeat;
@@ -319,7 +325,7 @@
.boxtitle
{
  height: 12px !important;
  padding: 2px 10px 5px 5px;
  padding: 3px 10px 4px 5px;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 11px;
@@ -348,6 +354,16 @@
{
  padding: 15px 10px 10px 10px;
  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
@@ -475,6 +491,34 @@
  background-position: -33px -11px;
}
#rcmcountdisplay
{
  float: left;
  margin-right: 10px;
}
#countcontrols #pagejumper
{
  margin: 0 5px;
  float: right;
  text-align: center;
  padding: 0;
  cursor: default;
  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;
@@ -539,9 +583,10 @@
{
  display: block;
  color: #a0a0a0;
  padding: 2px 16px 2px 10px;
  padding: 3px 16px 3px 10px;
  text-decoration: none;
  min-height: 14px;
  line-height: 14px;
  background: transparent;
}
@@ -1114,7 +1159,8 @@
  cursor: pointer;
}
#rcmKSearchpane ul li.selected
#rcmKSearchpane ul li.selected,
#pagejump-selector ul li.selected
{
  color: #ffffff;
  background-color: #CC3333;
@@ -1200,9 +1246,10 @@
{
  display: block;
  color: #a0a0a0;
  padding: 1px 12px 3px 28px;
  padding: 3px 12px 3px 28px;
  text-decoration: none;
  min-height: 14px;
  line-height: 14px;
}
ul.toolbarmenu li a.active,
@@ -1262,6 +1309,35 @@
  margin: 1px 4px 1px;
}
#searchmenu ul.toolbarmenu li label
{
  padding: 2px 0;
  color: black;
}
#searchmenu ul.toolbarmenu li label.comment
{
  color: #999;
}
#searchmenu select
{
  width: 100%;
}
#pagejump-selector
{
  max-height: 250px;
  overflow-x: hidden;
}
#pagejump-selector ul li
{
  min-width: 45px;
  padding: 2px 5px;
  cursor: default;
}
/*** folder selector ***/