Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 1 | body { |
| 2 | background-color: #e2e2e2; |
| 3 | } |
| 4 | |
| 5 | div.layout_wrapper { |
| 6 | padding: 13px; |
| 7 | margin: 7px; |
| 8 | -moz-box-shadow: 1px 1px 6px #AAA; |
| 9 | -webkit-box-shadow: 1px 1px 6px #AAA; |
| 10 | box-shadow: 1px 1px 6px #AAA; |
| 11 | background-color: #FFF; |
| 12 | } |
| 13 | |
| 14 | #birthday_area { |
| 15 | display: none; |
| 16 | padding: 4px; |
| 17 | margin-bottom: 8px; |
| 18 | background-color: #FDD; |
| 19 | padding: 4px; |
| 20 | color: #644; |
| 21 | } |
| 22 | |
| 23 | .module-icons { |
| 24 | background: url(images/user/module-icons.png) no-repeat top left; |
| 25 | width:16px; |
| 26 | height:16px; |
| 27 | } |
| 28 | |
| 29 | .module-icons-accounts{ background-position: 0 0; } |
| 30 | .module-icons-analysis{ background-position: 0 -66px; } |
| 31 | .module-icons-buying{ background-position: 0 -132px; } |
| 32 | .module-icons-home{ background-position: 0 -198px; } |
| 33 | .module-icons-hr{ background-position: 0 -264px; } |
| 34 | .module-icons-people{ background-position: 0 -330px; } |
| 35 | .module-icons-production{ background-position: 0 -396px; } |
| 36 | .module-icons-projects{ background-position: 0 -462px; } |
| 37 | .module-icons-selling{ background-position: 0 -528px; } |
| 38 | .module-icons-setup{ background-position: 0 -594px; } |
| 39 | .module-icons-stock{ background-position: 0 -660px; } |
| 40 | .module-icons-support{ background-position: 0 -726px; } |