Rushabh Mehta | a8ad390 | 2012-01-25 10:37:35 +0530 | [diff] [blame] | 1 | #body_div { |
| 2 | width: 900px; |
| 3 | margin: auto; |
| 4 | } |
| 5 | |
| 6 | header .topbar .container { |
| 7 | width: 900px; |
| 8 | margin: auto; |
Rushabh Mehta | 4b1fe05 | 2012-01-25 15:06:28 +0530 | [diff] [blame] | 9 | } |
| 10 | |
Rushabh Mehta | 949496c | 2012-01-25 18:48:46 +0530 | [diff] [blame] | 11 | .web-content input[type="text"], .web-content input[type="password"], .web-content select { |
| 12 | min-width: 180px; |
| 13 | } |
| 14 | |
Rushabh Mehta | 4b1fe05 | 2012-01-25 15:06:28 +0530 | [diff] [blame] | 15 | .web-main-section { |
| 16 | width: 65%; |
| 17 | float: left; |
| 18 | margin-bottom: 20px; |
| 19 | } |
| 20 | |
| 21 | .web-side-section { |
| 22 | width: 30%; |
| 23 | float: right; |
| 24 | margin-bottom: 20px; |
Rushabh Mehta | 51e51da | 2012-01-27 12:17:09 +0530 | [diff] [blame] | 25 | margin-right: 15px; |
| 26 | color: #606060; |
| 27 | overflow-x: hidden; |
Rushabh Mehta | a8ad390 | 2012-01-25 10:37:35 +0530 | [diff] [blame] | 28 | } |