1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%>
- <%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
- <link href="${contextRoot}/develop/common/list.css" rel="stylesheet"/>
- <style type="text/css">
- .pane-attribute-toolbar{
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 50px;
- padding: 6px 0 4px;
- background-color: #fff;
- border-top: 1px solid #ccc;
- text-align: right;
- }
- .close-toolbar{
- margin-right: 20px;
- }
- input{
- height: 28px;
- width: 240px;
- }
- .pane-attribute-toolbar{
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 50px;
- padding: 6px 0 4px;
- background-color: #fff;
- border-top: 1px solid #ccc;
- text-align: right;
- }
- .close-toolbar{
- margin-right: 20px;
- }
- </style>
|