.top { width: 100%; height: 58px; position: relative; background: -webkit-linear-gradient(#ffffff, #f3f3f3, #e8e8e8); background: -o-linear-gradient(#ffffff, #f3f3f3, #e8e8e8); background: -moz-linear-gradient(#ffffff, #f3f3f3, #e8e8e8); background: linear-gradient(#ffffff, #f3f3f3, #e8e8e8); } .top-bg { width: 100%; height: 4px; display: block; position: absolute; left: 0; right: 0; bottom: 0; background: #faa71b; } .logo { padding: 12px 0 0 10px; } .admin { padding: 18px 10px 0 0; color: #3a3a3a; } .admin span { padding-left: 22px; background: url('../images/user-icon.png') no-repeat left; } .admin a { margin-left: 15px; padding-left: 22px; display: inline-block; color: #3a3a3a; background: url('../images/quit.png') no-repeat left; } .admin a:hover { color: #faa71b; background: url('../images/quit-hover.png') no-repeat left; } .nav { margin-right: -40px; padding-top: 2px; } .nav ul li { width: 166px; height: 52px; line-height: 52px; float: left; position: relative; z-index: 10; } .nav ul li a { padding-left: 35px; color: #3a3a3a; } .nav ul li:before{ content: ''; width: 16px; height: 16px; position: absolute; top: 17px; left: 13px; z-index: 0; background: url("../images/icon-dangerous.png") no-repeat; } .nav ul li:last-child{ width: 192px; left: -30px; } .nav ul li:first-child.action:before, .nav ul li:nth-child(2).action:before{ background-position: -18px 0; } .nav ul li:last-child:before{ width: 16px; background-position: -36px 0; } .nav ul li:last-child.action:before{ background-position: -54px 0; } .nav ul li:after { content: ''; width: 172px; height: 52px; position: absolute; top: 0; left: -21px; z-index: -1; } .nav ul li.action{ background: none; } .nav ul li.action:after { background: url("../images/nav-bg.png") no-repeat center; } .nav ul li.action a{ color: #ffffff; } .nav ul li:last-child.action:after{ width: 192px; background: url("../images/nav-bg-last.png") no-repeat center; } .table .panel-body { border: 0; } .table .datagrid-htable, .table .datagrid-btable { color: #868686; } .table .datagrid-header, .table .datagrid-row-alt { background: #ffffff; } .table .datagrid-row-selected, .table .datagrid-row-over { background: #fff2dd; color: #868686; } .table .datagrid-header td, .table .datagrid-body td { vertical-align: middle; border-color: #dddddd; border-style: solid; } .table .datagrid-header td:last-child, .table .datagrid-body td:last-child{ border-right: 0; } .table .edit { width: 14px; height: 14px; margin-right: 5px; cursor: pointer; display: inline-block; background: url(../images/edit.png) no-repeat } .table .edit:hover{ background: url(../images/edit-hover.png) no-repeat } .table .delete { width: 12px; height: 14px; cursor: pointer; display: inline-block; background: url(../images/delete.png) no-repeat } .table .delete:hover { background: url(../images/delete-hover.png) no-repeat } .tooltip-content { word-break: break-all; } .tooltip-content span{ width: 110px; text-align: right; display: inline-block; } .line { width: 100%; height: 2px; border-top: 1px solid #ffffff; border-bottom: 1px solid #e7e7e7; } .combo-p{ left: auto!important; right: 12px; } .combo-p:nth-last-of-type(2), .combo-p:last-child, .combo-p:nth-of-type(3){ right: 18px; }