Index: openacs-4/contrib/packages/cop-base/lib/cop-sidebar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-base/lib/cop-sidebar.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/contrib/packages/cop-base/lib/cop-sidebar.adp 25 Mar 2005 08:40:29 -0000 1.4 +++ openacs-4/contrib/packages/cop-base/lib/cop-sidebar.adp 20 Jun 2006 10:45:20 -0000 1.5 @@ -27,7 +27,7 @@ @@ -42,10 +42,7 @@ onclick="javascript:w=window.open('@cat_url@','Categorize','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=400');w.focus();return false;">Categorize

-
-

Metadata

-

Edit

-
+

Clipboards

Index: openacs-4/contrib/packages/cop-ui/cop-ui.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-ui/cop-ui.info,v diff -u -N -r1.4 -r1.5 --- openacs-4/contrib/packages/cop-ui/cop-ui.info 28 Jun 2004 10:52:05 -0000 1.4 +++ openacs-4/contrib/packages/cop-ui/cop-ui.info 20 Jun 2006 10:41:51 -0000 1.5 @@ -7,13 +7,20 @@ f f - + Jeff Davis Commmunity of practice UI including admin functions. Xarg - - + + + + + + + + + Index: openacs-4/contrib/packages/cop-ui/lib/cop-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-ui/lib/cop-master.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/contrib/packages/cop-ui/lib/cop-master.adp 14 May 2004 11:30:15 -0000 1.5 +++ openacs-4/contrib/packages/cop-ui/lib/cop-master.adp 20 Jun 2006 10:41:51 -0000 1.6 @@ -18,54 +18,14 @@ @header_stuff;noquote@ @displayed_object_id;noquote@ + -
-
- -
-
+ + + + + +
@@ -79,4 +39,9 @@
- + + + + + + \ No newline at end of file Index: openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css,v diff -u -N -r1.3 -r1.4 --- openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css 14 May 2004 11:30:16 -0000 1.3 +++ openacs-4/contrib/packages/cop-ui/www/resources/cop-master.css 20 Jun 2006 10:41:52 -0000 1.4 @@ -14,7 +14,7 @@ float: left; } -#subsite-name { +#subsite-name { font-size: 120%; } @@ -25,39 +25,46 @@ #navbar-body { } #content-body { - margin-left: 10em; + margin-top: 2em; + margin-left: 3em; + } + /* Here is the chunk which does left nav */ -div#side { +div#side { + width: 10em; - font-size: 85%; - margin-right: 1em; + font-size: 85%; border-right: 1px solid #000; background-color: #90bade; color: #333; - float: left; + float: right; } #button ul { + border-top: 0%; list-style: none; margin: 0; padding: 0; border: none; } #button ul ul a { - padding: 5px 5px 5px 1em; + border-top: 0%; + padding: 0em 5px 5px 1em; } #button ul li { + border-top: 0%; border-bottom: 1px solid #90bade; margin: 0; } #button li a { + border-top: 0%; display: block; - padding: 5px 5px 5px 0.5em; + padding: 8px 5px 5px 0.5em; border-left: 10px solid #1958b7; border-right: 10px solid #508fc4; background-color: #2175bc; @@ -67,11 +74,13 @@ } ul#subnavbar ul li { +border-top: 0%; border-left: 10px solid #1928f8; } #button ul li ul { - border-top: 1px solid #90bade; +border-top: 0%; + border-top: 1Px solid #90bade; } #button #navbar-here a:before { @@ -108,45 +117,61 @@ color: #fff; } +#general{ + + padding: 6em; + margin-left: 10em; +} + /* Here are the KM classes */ #cop-footer { padding: 1em; + + } div.cop-box { padding: 1em; + } - +.cop-metadata{ + text-align: center; +} .cop-views, .cop-ratings, .cop-categories, -.cop-clipboards, +.cop-clipboards{ + text-align: center; +} .cop-related { padding: 5px; font-size: .8em; + text-align: center; } #cop-side { - border: 1px solid red; - padding: 1em; - margin: 0 0 1em 1em; + border: 1px solid red; + margin: 1.5em 0em 0em 1em; background: #fff; - clear: right; - float: right; - width: 10em; + clear: left; + float: left; + width: 10.2em; + } #cop-footer p.section, #cop-side p.section { margin: 0; - padding: 2px 30px 0 0; + padding: 0px 30px 0 0; background-color: #999; color: #fff; text-align: center; font-weight: bold; } - +#cop-side-content { + text-align: center; +} #cop-side p.head { text-align: center; padding: 2px 0 2px 0; @@ -168,22 +193,28 @@ /* community searchbox - Top right */ #searchbox form { - display: inline; + display: inline; } #searchbox { float: right; border: 2px solid black; background: #ccc; padding: 3px; display: inline; + } img { border: 0; } - +.list-odd{ + text-align: center; +} +.list-even{ + text-align: center; +} /* CoP Mainpage ---------------------------------------- */ .cop-index-buttons { font-size: 80%;