mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
20 lines
1 KiB
CSS
20 lines
1 KiB
CSS
@charset "utf-8";
|
|
|
|
ul.document_list_box { margin:0; padding:0; list-style:none; }
|
|
.document_list_box { height:160px; 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; }
|
|
input.btnSubmit { background:url("../images/buttonInsert.gif") no-repeat 3px 2px; line-height:150%; height:23px; padding:2px 3px 2px 18px; border:1px solid; border-color:#d8d8d8 #a6a6a6 #a6a6a6 #d8d8d8; }
|
|
|
|
#menu {margin:10px; }
|
|
|
|
.menuListZone { table-layout:fixed; }
|
|
.menuListZone td { vertical-align:top; }
|
|
.menuListZone td.category_zone { padding-right:10px; }
|
|
|
|
#category_list { padding:.5em 0 .5em 0; margin-bottom:2em; width:250px; overflow:hidden; float:left; position:absolute; left:10px;}
|
|
#category_info { width:560px; position:absolute; margin:0 auto; left:0; right:0; z-index:9999;}
|