[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 admin_access.css

Zen Cart 源代码 admin_access.css




下载文件

文件名: admin_access.css
文件类型: CSS文件
文件大小: 1.01 KiB
MD5: 2fecd8036cd9e1fa8072e63c43740243

admin_access.css - 关闭高亮
  1. /*
  2.  * @package Admin Access
  3.  * @copyright Copyright 2003-2011 Zen Cart Development Team
  4.  * @copyright Portions Copyright 2003 osCommerce
  5.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  6.  * @version $Id: admin_access.css 19326 2011-08-02 22:11:40Z kuroi $
  7.  */
  8.  
  9. #pageWrapper {padding:20px}
  10. #pageWrapper thead {background-color: #D7D6CC}
  11. #pageWrapper th {padding:4px; text-align:left}
  12. #pageWrapper tbody td {padding:4px; border-bottom:1px solid #ccc}
  13.  
  14. form {width:100%}
  15. dl {clear:both}
  16. dt {clear:both; background:#ededed; line-height:2em; padding:0; float:left; width:100%}
  17. dt strong {float:left; padding-left:5px}
  18. dd {margin:0}
  19.  
  20. label {width:15em; float:left}
  21. #button {margin-left:15em; margin-top:.5em}
  22.  
  23. .formButtons{width: 100%; padding:5px 0 5px 0; float:left; clear:both}
  24. .checkLabel {float:left}
  25. .checkButton{float:right}
  26.  
  27. .id {width:5em}
  28. .name {width:20em}
  29. .users {width:6em}
  30. .email {width:25em}
  31. .profile {width:20em}
  32.  
  33. #profile-update input {float:left; margin-right:8px}