Thomas Bruederli
2014-06-05 99cdca46b7bcc46fe6affd9e9f9f60a546b2e5b8
skins/classic/common.css
@@ -55,6 +55,13 @@
  text-align: center;
}
a.disabled
{
  color: #999;
  text-decoration: none;
  cursor: default;
}
hr
{
  height: 1px;
@@ -495,6 +502,7 @@
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px 12px #999;
  -moz-box-shadow: 1px 1px 12px #999;
  -webkit-box-shadow: #999 1px 1px 12px;
}
@@ -538,6 +546,7 @@
.popupmenu li a.active:visited
{
  color: #333;
  cursor: pointer;
}
.popupmenu li a.active:hover,
@@ -600,6 +609,7 @@
/***** common table settings ******/
table.records-table thead tr th,
table.records-table thead tr td
{
  height: 20px;
@@ -610,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
@@ -620,7 +631,8 @@
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;
  text-align: left;
   outline: none;
}
table.records-table tr
@@ -660,6 +672,12 @@
  cursor: pointer;
}
ul.treelist li ul li div.treetoggle
{
  left: 28px !important;
  left: 4px;
}
ul.treelist li div.collapsed
{
  background: url(images/icons/collapsed.png) bottom right no-repeat;
@@ -671,20 +689,89 @@
}
ul.treelist,
ul.treelist li ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
ul.treelist li ul
{
  border-top: 1px solid #EBEBEB;
}
ul.treelist li
{
  display: block;
  font-size: 11px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
}
ul.treelist li a
{
  cursor: default;
  display: block;
  padding-left: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 16px;
  text-decoration: none;
  white-space: nowrap;
}
ul.treelist li ul li a
{
  padding-left: 45px;
}
ul.treelist ul ul li a
{
  padding-left: 65px;
}
ul.treelist li ul li:last-child
{
  border-bottom: 0;
}
ul.treelist li.selected > a
{
  color: #FFF;
  font-weight: bold;
  background-color: #929292;
}
ul.treelist li.droptarget
{
  background-color: #FFFFA6;
}
/***** 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;
@@ -692,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
@@ -704,7 +813,8 @@
  vertical-align: middle;
}
#quicksearchbox
#quicksearchbox,
div.searchbox > input
{
  position: absolute;
  top: 2px;
@@ -765,6 +875,7 @@
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px 12px #999;
  -moz-box-shadow: 1px 1px 12px #999;
  -webkit-box-shadow: #999 1px 1px 12px;
}
@@ -865,11 +976,6 @@
   font-weight: bold;
}
#console
{
  opacity: 0.8;
}
.disabled,
a.disabled
{
@@ -881,6 +987,10 @@
  font-weight: bold;
}
.formbuttons
{
  text-align: center;
}
/***** onclick menu list *****/
@@ -1139,83 +1249,8 @@
  border: 0 !important;
}
#image-selector-list
{
  position: absolute;
  top: 0;
  left: 0;
  right: 152px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#image-selector-form
{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  border: 0;
  border: 1px solid #FFF;
  border-left: 1px solid #DDD;
#image-selector-form.droptarget {
  background: url(images/filedrop.png) center bottom no-repeat;
  text-align: center;
  padding-top: 10px;
}
#image-upload-button
{
  width: 80%;
  height: 30px;
}
#image-upload-button span
{
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
#image-selector-list li
{
  line-height: 80px;
  padding: 2px 0 2px 3px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
#image-selector-list li:hover
{
  background-color: #F0F0F0;
}
#image-selector-list ul li img
{
  vertical-align: middle;
  max-height: 80px;
}
#image-selector-list ul li span.name
{
  vertical-align: middle;
  font-weight: bold;
  padding-left: 10px;
  line-height: 80px;
  vertical-align: middle;
}
#image-selector-list ul li span.img
{
  width: 80px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  line-height: 80px;
  vertical-align: middle;
}
#image-selector-form.droptarget.hover
@@ -1224,12 +1259,4 @@
  box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  -o-box-shadow: 0 0 5px 0 #999;
}
div.mce-abs-end div.hint
{
  line-height: 50px;
  padding-left: 10px;
  color: #999;
  text-shadow: 0 1px 1px #FFF;
}