/*S userRecord*/ #userRecord { } #userMachine { text-align:right; padding:0 10px 5px 0; } #userRecordCategory { position:absolute; background:#fdfdfd; width:38px; position:absolute; top:50px; left:5px; overflow:hidden; z-index:100; } #userRecordCategory dt { background: #f3f3f3 url(../images/bg_tools.png) repeat-x left top; cursor: pointer; border-bottom: 1px solid #DCDCDC; border-right:1px solid #DCDCDC; height: 24px; line-height: 24px; text-align: center; display: block; margin-left: -1px; text-decoration: none; color: #999; } #userRecordCategory dt:hover{ background:#e2ebff; } #userRecordCategory dt.active { background:#0d98d8; border-right:1px solid #0d98d8; color:#FFF; font-weight:bold; } #userRecordList { margin:5px 0 10px 70px; position:relative; z-index:90; } #userRecordList dt { padding:5px; font-size:12px; cursor:pointer; color:#333; border-bottom:1px solid #DDD; height:24px; line-height:24px; position:relative; } #userRecordList dt:hover, #userRecordList dt.select { background:#e2ebff; } #userRecordList dt .num { font-size:20px; font-family:Arial,serif; color:#CCCCCC; text-align:right; left:-55px; position:absolute; height:24px; width:40px; padding:0 5px; overflow:hidden; } #userRecordList dt .name { display:inline-block; width:140px; height:24px; overflow:hidden; } #userRecordList dt .date { font-size:10px; color:#999; font-weight:normal; float:right; } #userRecordList dt .option { display:none; } #userRecordList dt:hover .date { display:none; } #userRecordList dt:hover .option { position:absolute; right:10px; top:10px; display:block; } #userRecordList dt:hover .option .edit { display:block; float:right; width:14px; height:14px; overflow:hidden; text-indent:-999px; margin-right:5px; background:url(../images/glyphicons-halflings.gif) no-repeat -96px -72px; } #userRecordList dt:hover .option .del { display:block; float:right; width:14px; height:14px; overflow:hidden; text-indent:-999px; background:url(../images/glyphicons-halflings.gif) no-repeat -312px 0; } #userRecordList dt:hover .option .share { display:block; float:right; width:14px; height:14px; overflow:hidden; text-indent:-999px; margin-right:5px; background:url(../images/glyphicons-halflings.gif) no-repeat -120px -72px; } /*note*/ .user-record-note {} .user-record-note .address { color:#999; text-align:right; display:block; font-size:11px; } /*graffiti*/ .user-record-graffiti {} .user-record-graffiti .graffiti { width:300px; } .user-record-graffiti .address { color:#999; text-align:right; display:block; font-size:11px; } /*video*/ .user-record-video {} .user-record-video { width:400px; } .user-record-video .address { color:#999; text-align:right; display:block; font-size:11px; } /*sound*/ .user-record-sound { } .user-record-sound { width:300px; } .user-record-sound .address { color:#999; text-align:right; display:block; font-size:11px; } /*image*/ .user-record-image {} .user-record-image .image { width:400px; } .user-record-image .address { color:#999; text-align:right; display:block; font-size:11px; } /*E userRecord*/