mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
commit for Lars:
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads 2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
This commit is contained in:
11
phpgwapi/js/dhtmlxtree/css/dhtmlXTree.css
Normal file
11
phpgwapi/js/dhtmlxtree/css/dhtmlXTree.css
Normal file
@ -0,0 +1,11 @@
|
||||
.defaultTreeTable{
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
border : 0;
|
||||
}
|
||||
.containerTableStyle { overflow : auto;}
|
||||
.standartTreeRow{ font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 12px; -moz-user-select: none; }
|
||||
.selectedTreeRow{ background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 12px; -moz-user-select: none; }
|
||||
.standartTreeImage{ width:18px; height:18px; overflow:hidden; border:0; padding:0; margin:0; }
|
||||
.hiddenRow { width:1px; overflow:hidden; }
|
||||
.dragSpanDiv{ font-size : 12px; border: thin solid 1 1 1 1; }
|
Reference in New Issue
Block a user