Aleksander Machniak
2014-07-02 c6447e2ce289188493590ec0d5449fa3692eed08
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
@@ -606,8 +617,10 @@
  height: 16px;
}
/***** common table settings ******/
table.records-table thead tr th,
table.records-table thead tr td
{
  height: 20px;
@@ -618,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
@@ -628,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
@@ -660,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
@@ -705,6 +723,7 @@
  font-size: 11px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
  overflow: hidden;
}
ul.treelist li a
@@ -734,7 +753,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;
@@ -1220,3 +1240,68 @@
.quota_text_high { color: white; }
.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
{
  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;
}