You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
560 B

// $Id$
// /***** TikiSheets *****/
.jSBarTopParent .jSBarController {
height: 0 !important;
}
.tiki .jSParent .jS td { font-size: $tiki-sheet-font-size; }
.tiki .jSMenu a { padding: 4px 2px; } // Matches Tiki's a.toolbar, so avoids problem of anchor movement on hover.
.tiki .jSParent .jS td { border-color: $tiki-sheet-border-color; }
.plugin-sample {
padding: 5px;
font-family: "Courier New", Courier, monospace;
}
.plugin-sample .plugin-param {
padding-left: 15px;
}
// /***** Accounting *****/
td.journalDeleted {
color: #ddd;
}