themes/ep2008/css/screen.css | raw changeset files shortlog |
1.1 --- a/themes/ep2008/css/screen.css Sun Nov 25 19:54:47 2007 +0100 1.2 +++ b/themes/ep2008/css/screen.css Sun Nov 25 20:50:10 2007 +0100 1.3 @@ -531,7 +531,7 @@ 1.4 .portlet { 1.5 background-color: white; 1.6 float: left; 1.7 - width: 25%; 1.8 + width: 22%; 1.9 border: 0; 1.10 } 1.11 1.12 @@ -539,10 +539,53 @@ 1.13 border: 0; 1.14 } 1.15 1.16 +.portlet-wide { 1.17 + background-color: white; 1.18 + float: left; 1.19 + width: 44%; 1.20 + border: 0; 1.21 +} 1.22 + 1.23 +.portlet-wide td { 1.24 + border: 0; 1.25 +} 1.26 + 1.27 +.portlet-wider { 1.28 + background-color: white; 1.29 + float: left; 1.30 + width: 66%; 1.31 + border: 0; 1.32 +} 1.33 + 1.34 +.portlet-wider td { 1.35 + border: 0; 1.36 +} 1.37 + 1.38 .portlet-clear { 1.39 clear: left; 1.40 } 1.41 1.42 +.portlet-picture { 1.43 + background-color: #ccc9e2; 1.44 + color: black; 1.45 + float: right; 1.46 + width: 22%; 1.47 + border: 0; 1.48 +} 1.49 + 1.50 +.portlet-picture td { 1.51 + border: 0; 1.52 +} 1.53 + 1.54 +.picture { 1.55 + float: right; 1.56 + border: 0; 1.57 +} 1.58 + 1.59 +.picture td { 1.60 + border: 0; 1.61 +} 1.62 + 1.63 .section-header { 1.64 background-color: #2b64a8; 1.65 color: white;