mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3794 201d5d3c-b55e-5fd7-737f-ddc643e51545
8 lines
455 B
CSS
8 lines
455 B
CSS
ul.document_list_box { margin:0; padding:0; list-style:none; }
|
|
.document_list_box { height:300px; overflow-y:scroll; overflow-x:hidden;}
|
|
.document_list { margin-top:.5em; overflow:hidden; white-space:nowrap; clear:both;}
|
|
.document_list input { float:left; margin-right:10px; }
|
|
.document_list address { float:left; width:100px; margin-right:10px; overflow:hidden; white-space:nowrap;}
|
|
.document_list .document_title { }
|
|
|
|
div.printContent { padding:20px; }
|