Aleksander Machniak
2014-06-28 c3bb0d32a52687865f78816d4a88292d72803e73
skins/classic/common.css
@@ -20,10 +20,14 @@
  margin: 10px;
}
select, input, textarea
select, input, textarea, button
{
  font-size: 12px;
  font-size: inherit;
  font-family: inherit;
}
html.mozilla select {
  padding: 2px 1px;
}
th
@@ -282,6 +286,13 @@
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
body > #message div.voice
{
   position: absolute;
   top: -1000px;
   clip: rect(0 0 0 0);
}
body > #message a
@@ -609,6 +620,7 @@
/***** common table settings ******/
table.records-table thead tr th,
table.records-table thead tr td
{
  height: 20px;
@@ -619,6 +631,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
@@ -629,7 +642,8 @@
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;
  text-align: left;
   outline: none;
}
table.records-table tr
@@ -661,18 +675,21 @@
ul.treelist li div.treetoggle
{
  position: absolute;
  left: 8px !important;
  left: -16px;
  left: 8px;
  top: 1px;
  width: 14px;
  height: 16px;
  cursor: pointer;
}
ul.treelist li ul li div.treetoggle
ul.treelist ul li div.treetoggle
{
  left: 28px !important;
  left: 4px;
  left: 25px;
}
ul.treelist ul ul li div.treetoggle
{
  left: 42px;
}
ul.treelist li div.collapsed
@@ -735,7 +752,8 @@
  border-bottom: 0;
}
ul.treelist li.selected > a
ul.treelist li.selected > a,
ul.treelist li.selected > div a
{
  color: #FFF;
  font-weight: bold;
@@ -1222,6 +1240,35 @@
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
table.quota-info {
   border-spacing: 0;
   border-collapse: collapse;
   table-layout: fixed;
   margin: 2px;
}
table.quota-info td,
table.quota-info th {
   border: 1px solid #999;
   padding: 2px 3px;
   text-align: center;
   min-width: 80px;
   color: #333;
   font-size: 11px;
}
table.quota-info th {
   font-weight: bold;
   background-color: #ddd;
}
table.quota-info td.name {
   text-align: left;
}
table.quota-info td.root {
   font-style: italic;
}
/********** TinyMCE styles **********/
.mce-btn-small button
@@ -1246,84 +1293,6 @@
  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;
  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 {
  background: url(images/filedrop.png) center bottom no-repeat;
}
@@ -1334,12 +1303,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;
}