Aleksander Machniak
2014-07-02 c6447e2ce289188493590ec0d5449fa3692eed08
skins/classic/common.css
@@ -20,10 +20,14 @@
  margin: 10px;
}
td, th, div, p, select, input, textarea
select, input, textarea, button
{
  font-size: 12px;
  font-size: inherit;
  font-family: inherit;
}
html.mozilla select {
  padding: 2px 1px;
}
th
@@ -53,6 +57,13 @@
  width: 80px;
  display: block;
  text-align: center;
}
a.disabled
{
  color: #999;
  text-decoration: none;
  cursor: default;
}
hr
@@ -277,10 +288,26 @@
  border: 1px solid #CCCCCC;
}
body > #message div.voice
{
   position: absolute;
   top: -1000px;
   clip: rect(0 0 0 0);
}
body > #message a
{
  cursor: pointer;
  text-decoration: underline;
}
body.extwin #closelink
{
  position: absolute;
  top: 5px;
  right: 20px;
  text-align: right;
  z-index:100;
}
.box
@@ -474,6 +501,9 @@
  top: 32px;
  left: 90px;
  width: auto;
  max-height: 70%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
@@ -483,6 +513,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;
}
@@ -502,14 +533,23 @@
  margin: 3px -4px;
}
.popupmenu li a
.popupmenu li a,
.popupmenu li label
{
  display: block;
  color: #a0a0a0;
  padding: 2px 10px;
  padding: 2px 16px 2px 10px;
  text-decoration: none;
  min-height: 14px;
  background: transparent;
}
.popupmenu li label.comment
{
  color: #999;
  font-style: italic;
  padding-top: 4px;
  padding-bottom: 3px;
}
.popupmenu li a.active,
@@ -517,6 +557,7 @@
.popupmenu li a.active:visited
{
  color: #333;
  cursor: pointer;
}
.popupmenu li a.active:hover,
@@ -576,8 +617,10 @@
  height: 16px;
}
/***** common table settings ******/
table.records-table thead tr th,
table.records-table thead tr td
{
  height: 20px;
@@ -588,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
@@ -598,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
@@ -622,15 +667,29 @@
  background-color: #929292;
}
ul.treelist li
{
  position: relative;
}
ul.treelist li div.treetoggle
{
  position: absolute;
  left: 8px !important;
  left: -16px;
  left: 8px;
  top: 1px;
  width: 14px;
  height: 16px;
  cursor: pointer;
}
ul.treelist ul li div.treetoggle
{
  left: 25px;
}
ul.treelist ul ul li div.treetoggle
{
  left: 42px;
}
ul.treelist li div.collapsed
@@ -644,20 +703,91 @@
}
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;
  overflow: hidden;
}
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,
ul.treelist li.selected > div 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;
@@ -665,11 +795,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
@@ -677,7 +829,8 @@
  vertical-align: middle;
}
#quicksearchbox
#quicksearchbox,
div.searchbox > input
{
  position: absolute;
  top: 2px;
@@ -689,6 +842,24 @@
  border: none;
  outline: none;
}
.propform div.prop
{
  margin-bottom: 0.5em;
}
.propform div.prop.block label
{
  display: block;
  margin-bottom: 2px;
}
.propform div.prop.block input,
.propform div.prop.block textarea
{
  width: 97%;
}
/***** roundcube webmail pre-defined classes *****/
@@ -720,6 +891,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;
}
@@ -820,11 +992,6 @@
   font-weight: bold;
}
#console
{
  opacity: 0.8;
}
.disabled,
a.disabled
{
@@ -836,6 +1003,10 @@
  font-weight: bold;
}
.formbuttons
{
  text-align: center;
}
/***** onclick menu list *****/
@@ -918,6 +1089,57 @@
#searchmenu ul.toolbarmenu li
{
  margin: 1px 4px 1px;
}
/*** folder selector ***/
#folder-selector li a
{
  padding: 0;
}
#folder-selector li a span
{
  background: url(images/icons/folders.png) no-repeat 6px 0;
  display: block;
  height: 15px;
  min-height: 14px;
  padding: 2px 4px 2px 28px;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
}
#folder-selector li a.virtual
{
  color: #A0A0A0;
}
#folder-selector li a.active:hover span
{
  color: white;
}
#folder-selector li a.inbox span
{
  background-position: 6px -18px;
}
#folder-selector li a.drafts span
{
  background-position: 6px -37px;
}
#folder-selector li a.sent span
{
  background-position: 6px -54px;
}
#folder-selector li a.trash span
{
  background-position: 6px -91px;
}
#folder-selector li a.junk span
{
  background-position: 6px -73px;
}
@@ -1018,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;
}