Thomas Bruederli
2014-06-05 99cdca46b7bcc46fe6affd9e9f9f60a546b2e5b8
skins/classic/common.css
@@ -546,6 +546,7 @@
.popupmenu li a.active:visited
{
  color: #333;
  cursor: pointer;
}
.popupmenu li a.active:hover,
@@ -605,8 +606,10 @@
  height: 16px;
}
/***** common table settings ******/
table.records-table thead tr th,
table.records-table thead tr td
{
  height: 20px;
@@ -617,6 +620,7 @@
  background: url(images/listheader.gif) top left repeat-x #CCC;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
table.records-table tbody tr td
@@ -749,18 +753,25 @@
/***** mac-style quicksearch field *****/
div.searchbox,
#quicksearchbar
{
  position: absolute;
  top: 55px;
  right: 10px;
  position: relative;
  width: 190px;
  height: 20px;
  text-align: right;
  background: url(images/searchfield.gif) top left no-repeat;
}
#searchreset
#quicksearchbar
{
  position: absolute;
  top: 55px;
  right: 10px;
}
#searchreset,
div.searchbox a.searchreset
{
  position: absolute;
  top: 3px;
@@ -768,11 +779,33 @@
  text-decoration: none;
}
#searchmenulink
#searchmenulink,
div.searchbox a.searchmenu,
div.searchbox a.searchicon
{
 position: absolute;
 top: 3px;
 right: 168px;
}
div.searchbox a.searchreset
{
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50000px;
  background: url(images/icons/reset.gif) top left no-repeat;
}
div.searchbox a.searchicon
{
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(images/icons/glass.png) top left no-repeat;
}
#quicksearchbar img
@@ -780,7 +813,8 @@
  vertical-align: middle;
}
#quicksearchbox
#quicksearchbox,
div.searchbox > input
{
  position: absolute;
  top: 2px;
@@ -1190,3 +1224,39 @@
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
/********** TinyMCE styles **********/
.mce-btn-small button
{
  height: 22px;
}
.mce-btn-small i
{
  line-height: 16px !important;
  vertical-align: text-top !important;
}
.mce-combobox button
{
    padding: 6px 8px !important;
}
.mce-tinymce,
.mce-panel.mce-toolbar-grp
{
  border: 0 !important;
}
#image-selector-form.droptarget {
  background: url(images/filedrop.png) center bottom no-repeat;
}
#image-selector-form.droptarget.hover
{
  background-color: #F0F0EE;
  box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  -o-box-shadow: 0 0 5px 0 #999;
}