cdaRelationshipCss.jsp 888 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%>
  2. <%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
  3. <link href="${contextRoot}/develop/common/list.css" rel="stylesheet"/>
  4. <style type="text/css">
  5. .pane-attribute-toolbar{
  6. display: block;
  7. position: absolute;
  8. bottom: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 50px;
  12. padding: 6px 0 4px;
  13. background-color: #fff;
  14. border-top: 1px solid #ccc;
  15. text-align: right;
  16. }
  17. .close-toolbar{
  18. margin-right: 20px;
  19. }
  20. input{
  21. height: 28px;
  22. width: 240px;
  23. }
  24. .pane-attribute-toolbar{
  25. display: block;
  26. position: absolute;
  27. bottom: 0;
  28. left: 0;
  29. width: 100%;
  30. height: 50px;
  31. padding: 6px 0 4px;
  32. background-color: #fff;
  33. border-top: 1px solid #ccc;
  34. text-align: right;
  35. }
  36. .close-toolbar{
  37. margin-right: 20px;
  38. }
  39. </style>