add missing photo album images
authorgreg gay <ggay@ocad.ca>
Thu, 9 Dec 2010 16:23:33 +0000 (16:23 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 9 Dec 2010 16:23:33 +0000 (16:23 -0000)
24 files changed:
docs/themes/default/content.tmpl.php
docs/themes/default/ie_styles.css
docs/themes/default/styles.css
docs/themes/default/users/preferences.tmpl.php
docs/themes/default15/forms.css
docs/themes/default15/ie_styles.css
docs/themes/default15/images/next.png [new file with mode: 0644]
docs/themes/default15/images/previous.png [new file with mode: 0644]
docs/themes/default15/images/profile.gif [new file with mode: 0644]
docs/themes/default15/styles.css
docs/themes/default16/ie_styles.css
docs/themes/default16/images/edit.gif [new file with mode: 0644]
docs/themes/default16/images/next.png [new file with mode: 0644]
docs/themes/default16/images/photos_arrange.png [new file with mode: 0644]
docs/themes/default16/images/previous.png [new file with mode: 0644]
docs/themes/default16/images/profile.gif [new file with mode: 0644]
docs/themes/default16/images/x.gif [new file with mode: 0644]
docs/themes/default16/include/header.tmpl.php
docs/themes/default16/styles.css
docs/themes/default_classic/images/edit.gif [new file with mode: 0644]
docs/themes/default_classic/images/photos_arrange.png [new file with mode: 0644]
docs/themes/default_classic/images/profile.gif [new file with mode: 0644]
docs/themes/default_classic/images/x.gif [new file with mode: 0644]
docs/themes/default_classic/styles.css

index 77c6e34..f4f723a 100644 (file)
@@ -16,6 +16,7 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
 // see /content.php for details of the alt_infos() array\r
 // images for the toolbar can be customized by adding images of the same name to a theme's images directory\r
 ?>\r
+<?php  if (!empty($this->alt_infos)){ ?>\r
 <div id="alternatives_shortcuts">\r
 <?php \r
        foreach ($this->alt_infos as $alt_info){\r
@@ -24,6 +25,7 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
        } \r
 ?>\r
 </div>\r
+<?php } ?>\r
 <?php \r
 if ($_SESSION["prefs"]["PREF_SHOW_CONTENTS"] && $this->content_table <> "") {\r
        echo $this->content_table;\r
index ad034d5..c883336 100644 (file)
@@ -34,10 +34,10 @@ table.data tfoot input {
 
 #topnavlistcontainer {
        margin-bottom:-1px;
-       margin-top:-2em;
-       position:absolute;
-       left:0px;
-       top:62px;
+
+/*     *position:absolute;
+       *left:0px;
+       *top:62px;*/
        border-bottom:0;
 }
 
@@ -61,7 +61,7 @@ div#top-links a:active{
 }
 
 ul#topnavlist li {
-
+margin-bottom:-3em;
        *display: inline;
 }
 
index c80c099..2452723 100644 (file)
@@ -556,7 +556,7 @@ div#toctoggle {
 h1#section-title {
        float: left;
        margin-left:1em;
-       margin-top:-.5em;
+       margin-top:-1em;
        
 }
 
@@ -1496,15 +1496,11 @@ span.forum-paginator-active{font-weight:700;text-decoration:underline; height:2e
 /* Top navigation tabs / list */
 div#topnavlistcontainer {
        /*background-image: url('images/pencil_bottom_ds.png'); */
-       background-position: 99% 1%;
-       background-repeat: no-repeat;
-       height:1.75em;
-       margin-top: .1em;
+
+       height:1.6em;
        margin-left:1em;
        border-bottom:1px solid #cccccc;
        clear:both;
-       height:auto;
-
 
 }
 
@@ -1513,7 +1509,9 @@ ul#topnavlist {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -2px;
-       margin-top: 0px;
+       margin-top: -.3;
+       height:1.7em;
+
 
 }
 
@@ -2028,9 +2026,9 @@ ul.current_list{
 .logoutbar{
       background-color:#E6E6E6; 
       font-size:0.85em; 
-      padding-top: 2px; 
       border-bottom:1px solid #cccccc; 
       height:2em;
+         margin-top:-.15em;
       text-align:right;
       padding-right:1em;
       clear:both;
@@ -2053,7 +2051,9 @@ table.etabbed-table       {
 /* Preference Editor tabs */
 .etabbed-list-container {
        font-size:10pt;
-       width:65%;
+       width:75%;
+       margin-left:auto;
+       margin-right:auto;
 
 }
 .etabbed-list{
index a453479..9b98096 100644 (file)
@@ -245,7 +245,7 @@ echo '<div id="container"><br />';
                        echo '  <input type="hidden" name="show_bread_crumbs" value="'.$_SESSION['prefs']['PREF_SHOW_BREAD_CRUMBS'].'" />'."\n\r";
        }
 
-       echo '<fieldset>';
+       echo '<fieldset class="group_form">';
        include(AT_INCLUDE_PATH .'../users/'.$tabs[$current_tab][1]);
        echo '</fieldset>';
 //     include(getcwd().'/'.$tabs[$current_tab][1]);
index be3073c..4f84898 100644 (file)
@@ -2,7 +2,6 @@ div.input-form {
        width: 90%; \r
        margin-left:auto; \r
        margin-right:auto;\r
-       border: 1px solid #f0f0f0;\r
        margin-bottom: 20px;\r
 }\r
 \r
index f74815a..77a9e71 100644 (file)
@@ -4,12 +4,13 @@ ul#topnavlist li {
        *display: inline;
 }
 ul#topnavlist{
-clear:both;    
+       clear:both;     
        padding-top:1em;
 }
 #topnavlistcontainer{
        padding-top:.5em;
-height:2.2em;  
+       height:2.35em;  
+       *height:2.2em;
 }
 
 label {
@@ -41,15 +42,28 @@ table.etabbed-table {
        *table-layout:fixed;
        *margin-left:55px;
 }
+.etabbed-list{
+       *padding-top:.3em;
+}
 
 div#sub-navigation {
        margin-top:-1em;
        *height:1.8em;
 }
+ul#subnavlist li {
+       *display: inline;
+       *margin-right:.3em;
+}
+ul#subnavlist {
+       margin-bottom:0;
+}
 div#sequence-links {
 
        *margin-top:1.6em;
-
-
-
-}
\ No newline at end of file
+}
+ul.current_list{
+       *margin-left:0;
+}
+#details_view{
+       margin-bottom:2em;
+}
diff --git a/docs/themes/default15/images/next.png b/docs/themes/default15/images/next.png
new file mode 100644 (file)
index 0000000..419f546
Binary files /dev/null and b/docs/themes/default15/images/next.png differ
diff --git a/docs/themes/default15/images/previous.png b/docs/themes/default15/images/previous.png
new file mode 100644 (file)
index 0000000..bf28c86
Binary files /dev/null and b/docs/themes/default15/images/previous.png differ
diff --git a/docs/themes/default15/images/profile.gif b/docs/themes/default15/images/profile.gif
new file mode 100644 (file)
index 0000000..2b7a924
Binary files /dev/null and b/docs/themes/default15/images/profile.gif differ
index af92b77..a9a77bc 100644 (file)
@@ -433,7 +433,7 @@ div#member-links {
        margin-top: -1em;
        margin-left: 5px;
        border-bottom: 1px solid #f0f0f0;
-       clear: left;
+       clear: both;
        width:90%;
 }
 
@@ -527,7 +527,7 @@ a#editor-link.on {
 table.data {
        clear:right;
        border: 1px solid #e0e0e0;
-       width: 90%; 
+       width: 95%; 
        margin-left: auto; 
        margin-right: auto;
        border-spacing: 0px;
@@ -1178,7 +1178,6 @@ div#container {
 }
 
 div.column {
-       border: 1px solid #e0e0e0;
        float: left;
        width: 45%;
        margin: 5px;
@@ -1480,9 +1479,12 @@ div.home_box {
 ul.current_list{
       line-height:2em; 
       list-style-type:none;
-      margin-left:-3em;
-      white-space:normal;
+      white-space:normal; 
+         width:95%; 
+         padding:0;
+
 }
+
 .current_list img{
       vertical-align:middle;
 
@@ -1504,75 +1506,25 @@ ul.current_list{
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
-}
-/*
-.prefs-tab-spacer {
-       background-color: transparent;
-       width: 5px;
-}
-.prefs_buttontab {
-       color:#555;
-       font-size:10pt;
-       white-space: nowrap;
-       background-color: #ffffff;
-       margin: 0px;
-       border:0;
-       font-weight:500;
-       padding:0em 0em 0em;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em .3em .3em;
+       border-bottom:1px solid #70A1CA;
+       margin-left:4em;
 
 }
-.prefs_tab{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       text-align: center;
-       white-space: nowrap;
-       margin-left:2em;
-       background-color: #FFFFFF;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em 0em 0em;
-       padding: 0em .2em 0em .2em;
-       -moz-box-shadow:.2em .2em .2em #999999;
-    box-shadow: .2em .0em .2em #999999;
-       }
-       
-.prefs_buttontab:hover, .prefs_tab:hover {
-       background-color: #eeeeee;
-}
-.prefs_tab_selected{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       border-bottom:0;
-       background-color: #eeeeee;
-       margin: 0px;
-       font-weight:bold;
-       text-align:center;
-       padding: 0em .2em 0em .2em ;
-       white-space: nowrap;
-       text-decoration:none;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em 0em 0em;
-       -moz-box-shadow:.2em .2em .2em #999999;
-    box-shadow: .2em .0em .2em #999999;
-}
-
 
 /* Preference Editor tabs */
 .etabbed-list-container {
-margin-left:5em;
-margin-bottom:-1em;
     font-size:10pt;
-    width:95%;
+       width:90%;
+       margin-left:auto;
+       margin-right:auto;
 
 }
 .etabbed-list{
 
-width:90%;
-margin-left:auto;
-margin-right:auto;
+       width:90%;
+       margin-left:auto;
+       margin-right:auto;
+       border-bottom:1px solid #70A1CA;
 }
 .prefs-tab-spacer {
     background-color: transparent;
@@ -1841,8 +1793,8 @@ div.social-wrapper{
 /* Content editor tabs */
 /* Content editor wrapper div */
 .editor_wrapper{
-
        padding: .1em .5em .1em .5em ;
+
 }
 
 .editor_buttontab {
@@ -1854,23 +1806,23 @@ div.social-wrapper{
        margin: 0px;
        font-weight:500;
        text-align:center;
-       padding:0em 0em 0em;
+       padding:.0em 0em .3em 0em;
+
 
 }
 .editor_tab{
-       float:left;
+
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
-       border-bottom:0;
-       margin-bottom:-.5em;
+       border-bottom:1px solid #cccccc;
        text-align: center;
        white-space: nowrap;
        background-color: #ffffff;
        border-radius: .3em .3em 0em 0em;
        -moz-border-radius: .3em .3em 0em 0em;
        padding: 0em .2em .0em .2em ;
-       height:1.35em;
+
 }
 .editor_tab:hover, .editor_tab input[type=submit]:hover{
        background-color:#eeeeee;
@@ -1880,16 +1832,17 @@ div.social-wrapper{
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
-       border-bottom:0;
-       padding: .0em .3em .1em .2em ;
+       border-bottom:1px solid #ffffff;
        background-color: #eeeeee;
        font-weight:bold;
        text-align:center;
        white-space: nowrap;
        text-decoration:none;
-       border-radius:.3em;
+       border-radius:.3em .3em 0em 0em;
        -moz-border-radius: .3em .3em 0em 0em;
-       height:1.4em;
+       padding: .2em .2em .0em .2em ;
+
+
 
 }
 .editor_tab input[type=submit]{
@@ -1947,3 +1900,85 @@ div#sequence-links {
 div#sequence-links a {
        text-decoration: none;
 }
+
+fieldset.group_form{
+       width:98%;
+
+       border:1px #70A1CA solid;
+       min-height: 170px;
+       padding:.5em;
+       background-color:#ffffff;
+
+} 
+fieldset.group_form legend{
+       border:1px #70A1CA solid;
+       background-color: #F4F9FE;
+       font-weight: 600;
+       color: black;
+       padding-left: 1em;
+       padding-right: 1em;
+       border-radius:.2em;
+       -moz-border-radius: .2em .2em .2em .2em;
+}
+
+div#subnavlistcontainer {
+       width:95%;
+       margin:auto;
+       height:auto;
+
+}
+div#subnavbacktopage {
+       padding-top:5px;
+       padding-left:20px;
+       float:left;
+}
+
+div.toolcontainer{
+       width:95%;
+       margin:auto;
+       border:1px solid #e8e8e8;
+       padding-top:1em;
+       padding-bottom:1em;
+       border-radius:.5em;
+       -moz-border-radius: .5em .5em .5em .5em;
+}
+
+ul#subnavlist {
+       padding-top: 4px;
+       margin-top: 0px;
+       font-family: Verdana,Helvetica,Arial,serif;
+       font-size:.8em;
+
+
+}
+
+ul#subnavlist li {
+       background-color: #FFFFFF;
+       list-style: none;
+       display: inline-block;
+       font-weight:700;
+       text-align:center;
+       border-top:1px solid #cccccc;
+       border-left:1px solid #cccccc;
+       border-right:1px solid #cccccc;
+       border-radius: .3em .3em 0em 0em;
+       -moz-border-radius: .3em .3em 0em 0em;
+       height:1.0em;   
+       -moz-box-shadow:.1em .0em .1em #999999;
+       box-shadow: .1em .0em .1em #999999;
+       padding: 0em .5em .6em .5em ;
+}
+
+ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active, ul#subnavlist li:hover{
+       color: black;
+       text-decoration:none;
+       background-color: #E6E6E6;
+}
+
+ul#subnavlist li a {
+    /* The normal, unselected tabs. They are all links */
+       color: #555;
+       height: 1.5em;
+       text-decoration:underline;
+       font-weight:500;
+}
index 9fad370..18269bf 100644 (file)
@@ -11,6 +11,7 @@ ul#topnavlist li {
        padding-bottom:0.3em;
        margin:0px;
        margin-bottom:-3px;
+       *display: inline;
 }
 
 label {
@@ -28,4 +29,65 @@ table.data tfoot input {
 
 #header{
        height: 7.2em;
+}
+.fl-force-right{
+       *margin-left:-1em;
+       *margin-top:-1em;
+}
+
+table.etabbed-table    {
+       *table-layout:fixed;
+       *margin-left:45px;
+}
+.tab-spacer{
+       *width:10px;
+}
+.editor_tab{
+       *zoom:100%;
+       *width:auto;    
+       *display: inline-block;
+       *clear: left;
+       *padding: 0 5px 0 5px;
+}
+.editor_buttontab {
+       *zoom:100%;
+       *clear:both;
+*padding-right:1em;
+}
+
+.editor_tab_selected{
+       *width:auto;
+}
+
+.etabbed-list-container{
+       *height:1.9em;
+}
+.etabbed-list{
+       *height:1.8em;
+       *padding-top:.4em;
+}
+ul.current_list{
+       *margin-left:0;
+}
+ul#subnavlist {
+       *margin-bottom:0;
+}
+ul#subnavlist li {
+       *display: inline;
+       *margin-right:.3em;
+       *margin-bottom:-.2em;
+}
+
+table.data {
+       *border:0;
+} 
+
+table.data th {
+       *border:0;
+}
+div.search_bar .s_img{
+       float: right;
+       border: 0px;
+       margin-top: -2em;       
+       margin-right: 0.4em;
 }
\ No newline at end of file
diff --git a/docs/themes/default16/images/edit.gif b/docs/themes/default16/images/edit.gif
new file mode 100644 (file)
index 0000000..2fa804d
Binary files /dev/null and b/docs/themes/default16/images/edit.gif differ
diff --git a/docs/themes/default16/images/next.png b/docs/themes/default16/images/next.png
new file mode 100644 (file)
index 0000000..419f546
Binary files /dev/null and b/docs/themes/default16/images/next.png differ
diff --git a/docs/themes/default16/images/photos_arrange.png b/docs/themes/default16/images/photos_arrange.png
new file mode 100644 (file)
index 0000000..8836fe6
Binary files /dev/null and b/docs/themes/default16/images/photos_arrange.png differ
diff --git a/docs/themes/default16/images/previous.png b/docs/themes/default16/images/previous.png
new file mode 100644 (file)
index 0000000..bf28c86
Binary files /dev/null and b/docs/themes/default16/images/previous.png differ
diff --git a/docs/themes/default16/images/profile.gif b/docs/themes/default16/images/profile.gif
new file mode 100644 (file)
index 0000000..2b7a924
Binary files /dev/null and b/docs/themes/default16/images/profile.gif differ
diff --git a/docs/themes/default16/images/x.gif b/docs/themes/default16/images/x.gif
new file mode 100644 (file)
index 0000000..2a0056f
Binary files /dev/null and b/docs/themes/default16/images/x.gif differ
index fe0057d..73056cc 100644 (file)
@@ -243,29 +243,56 @@ global $system_courses, $_custom_css,$db;
                <?php endif; ?>
 
        <!-- the page title -->
+       <a name="content" title="<?php echo _AT('content'); ?>"></a>
        <h2 class="page-title"><?php echo $this->page_title; ?></h2>
+       <?php global $msg; $msg->printAll(); $_base_href;?>
 
-       <a name="content"></a>
-       <?php global $msg; $msg->printAll(); ?>
+       <?php if (count($this->sub_level_pages) > 0): ?>
 
-
-<?php if ($this->sub_level_pages): ?>
-       <br /><div id="sub-navigation">
-               <?php if (isset($this->back_to_page)): ?>
-                       <a href="<?php echo $this->back_to_page['url']; ?>" id="back-to"><?php echo _AT('back_to').' '.$this->back_to_page['title']; ?></a> | 
-               <?php endif; ?>
-
-               <?php $num_pages = count($this->sub_level_pages); ?>
-               <?php for ($i=0; $i<$num_pages; $i++): ?>
-                       <?php if ($this->sub_level_pages[$i]['url'] == $this->current_sub_level_page): ?>
-                               <strong><?php echo $this->sub_level_pages[$i]['title']; ?></strong>
+<!-- <div id="topnavlistcontainer">
+       <ul id="topnavlist">
+               <?php $accesscounter = 0; //initialize ?>
+               <?php foreach ($this->top_level_pages as $page): ?>
+                       <?php ++$accesscounter; $accesscounter = ($accesscounter == 10 ? 0 : $accesscounter); ?>
+                       <?php $accesskey_text = ($accesscounter < 10 ? 'accesskey="'.$accesscounter.'"' : ''); ?>
+                       <?php $accesskey_title = ($accesscounter < 10 ? ' Alt+'.$accesscounter : ''); ?>
+                       <?php if ($page['url'] == $this->current_top_level_page): ?>
+                               <li><a href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'] . $accesskey_title; ?>" class="active"><?php echo $page['title']; ?></a></li>
                        <?php else: ?>
-                               <a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a>
+                               <li><a href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'] . $accesskey_title; ?>"><?php echo $page['title']; ?></a></li>
                        <?php endif; ?>
-                       <?php if ($i < $num_pages-1): ?>
-                               |
+                       <?php $accesscounter = ($accesscounter == 0 ? 11 : $accesscounter); ?>
+               <?php endforeach; ?>
+       </ul>
+</div> -->
+
+               <div id="subnavlistcontainer">
+                       <div id="subnavbacktopage">
+                       <?php if (isset($this->back_to_page)): ?>
+                               <a href="<?php echo $this->back_to_page['url']; ?>">
+                               <img border="0" width="10" height="11" alt="<?php echo _AT('back_to').' '.$this->back_to_page['title']; ?>" src="<?php echo $this->base_href; ?>images/arrowicon.gif" style="float:left;" class="img1111"/></a>&nbsp;
                        <?php endif; ?>
-               <?php endfor; ?>
-       </div>
+                       </div>
 
-<?php endif; ?>
+                       <ul id="subnavlist">
+                       <?php $num_pages = count($this->sub_level_pages); 
+
+
+
+?>
+                       <?php for ($i=0; $i<$num_pages; $i++): ?>
+                               
+                               <?php if ($this->sub_level_pages[$i]['url'] == $this->current_sub_level_page): ?>
+                                     <li class="active"><?php echo htmlentities_utf8($this->sub_level_pages[$i]['title']); ?></li>
+                               <?php else: ?>
+                                       <li><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo htmlentities_utf8($this->sub_level_pages[$i]['title']); ?></a></li>
+                               <?php endif; ?>
+                               <?php if ($i < $num_pages-1): 
+                                       echo " ";?>
+                               <?php endif; ?>
+                       <?php endfor; ?>
+                       </ul>
+               </div>
+       <?php endif; ?>
+
+<!-- the main navigation. in our case, tabs -->
\ No newline at end of file
index 2276040..b05403e 100644 (file)
@@ -8,7 +8,7 @@ body {
        font-family: Verdana, Helevetica, Arial, sans-serif;
        margin:0px;
        margin-top: -10px;
-       font-size: small;
+/*     font-size: small;*/
        background-color: white;
 }
 
@@ -1144,7 +1144,7 @@ div#menutoggle{
 
 /* login page */
 div.column {
-       border: 1px solid #6F7172;
+
        float: left;
        width: 45%;
        margin: 5px;
@@ -1319,16 +1319,18 @@ div#topnavlistcontainer {
        background-repeat: no-repeat;
 }
 ul#topnavlist {
+
        padding-top: 5px;
-       white-space: nowrap;
        margin-top: 0px;
        margin-left:5px;
-       margin-left:5px;
+       position:absolute;
+       top:4.8em;
 }
 
 ul#topnavlist li {
+
        list-style: none;
-       display: inline;
+       display: inline-block;
        margin: 0px;
 }
 
@@ -1336,22 +1338,29 @@ ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
     background-color: #E6E6E6;
     color: black;
        text-decoration:none;
+                       -moz-box-shadow:.2em .0em .2em .0em #999999;
+       box-shadow: .2em .0em .2em #999999;
+
 }
 
 ul#topnavlist li a {
     /* The normal, unselected tabs. They are all links */
+       border-radius: .3em .3em 0em 0em;
+       -moz-border-radius: .3em .3em 0em 0em;
     color: #555;
        font-weight:bold;
     height: 1.5em;
-    padding: 0em 2em 0em;
+    padding: .2em 2em 0em 2em;
        text-decoration:none;
        background-color:white;
 }
 
-ul#topnavlist li a.selected {
+ul#topnavlist li a.active {
     /* The selected tab. There's only one of these */
     color: #555;
-    font-weight: normal;
+       border:1px solid #ffffff;
+               -moz-box-shadow:.2em .0em .2em .0em #999999;
+       box-shadow: .2em .0em .2em #999999;
 }
 
 ol#tools>li:hover {
@@ -1501,7 +1510,6 @@ div#menutoggle{
 
 }
 .editor_tab{
-       float:left;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
@@ -1556,7 +1564,7 @@ div#menutoggle{
 ul.current_list{
       line-height:2em; 
       list-style-type:none;
-      margin-left:-3em;
+      margin-left:-2.5em;
 }
 .current_list img{
       vertical-align:middle;
@@ -1853,7 +1861,7 @@ div.menuedit{
 
 /* Detailed view styles */
 div.home_box {
-       width: 29em;
+       width: 26.5em;
        height: 150px;  
        margin-top: 15px;
        padding-bottom: 20px;
@@ -1865,7 +1873,7 @@ div.home_box {
        background: #eeeeee;
        padding:.2em;
        margin-left:.4em;
-       width:27.5em;
+       width:25.5em;
        height:9.8em;
        border-radius:.5em;
        -moz-border-radius:.3em .3em .3em .3em;
@@ -1889,7 +1897,7 @@ div.home_box {
        padding:.2em;
 }
 .details_or{
-       width:28.8em;
+       width:25.5em;
        height:9.8em;
 }
 .details_ol{
@@ -2202,4 +2210,84 @@ a.tooltip{
        padding-bottom:.2em;
        text-decoration:none;
                border-bottom:1px dashed;
-}
\ No newline at end of file
+}
+
+fieldset.group_form{
+       width:98%;
+
+       border:1px #70A1CA solid;
+       min-height: 180px;
+       padding:.5em;
+       background-color:transparent;
+
+} 
+fieldset.group_form legend{
+       border:1px #70A1CA solid;
+       background-color: #F4F9FE;
+       font-weight: 600;
+       color: black;
+       padding-left: 1em;
+       padding-right: 1em;
+       border-radius:.2em;
+       -moz-border-radius: .2em .2em .2em .2em;
+}
+
+div#subnavlistcontainer {
+       width:95%;
+       margin:auto;
+       height:auto;
+
+}
+div#subnavbacktopage {
+       padding-top:5px;
+       padding-left:20px;
+       float:left;
+}
+
+div.toolcontainer{
+       width:95%;
+       margin:auto;
+       border:1px solid #e8e8e8;
+       padding-top:1em;
+       padding-bottom:1em;
+       border-radius:.5em;
+       -moz-border-radius: .5em .5em .5em .5em;
+}
+
+ul#subnavlist {
+       padding-top: 4px;
+       margin-top: 0px;
+       font-family: Verdana,Helvetica,Arial,serif;
+       font-size:.8em;
+
+
+}
+
+ul#subnavlist li {
+       background-color: #FFFFFF;
+       list-style: none;
+       display: inline-block;
+       font-weight:700;
+       text-align:center;
+       border-top:1px solid #cccccc;
+       border-left:1px solid #cccccc;
+       border-right:1px solid #cccccc;
+       border-radius: .3em .3em 0em 0em;
+       -moz-border-radius: .3em .3em 0em 0em;
+       height:1.0em;   
+       padding: 0em .5em .6em .5em ;
+}
+
+ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active, ul#subnavlist li:hover{
+       color: black;
+       text-decoration:none;
+       background-color: #E6E6E6;
+}
+
+ul#subnavlist li a {
+    /* The normal, unselected tabs. They are all links */
+       color: #555;
+       height: 1.5em;
+       text-decoration:underline;
+       font-weight:500;
+}
diff --git a/docs/themes/default_classic/images/edit.gif b/docs/themes/default_classic/images/edit.gif
new file mode 100644 (file)
index 0000000..2fa804d
Binary files /dev/null and b/docs/themes/default_classic/images/edit.gif differ
diff --git a/docs/themes/default_classic/images/photos_arrange.png b/docs/themes/default_classic/images/photos_arrange.png
new file mode 100644 (file)
index 0000000..8836fe6
Binary files /dev/null and b/docs/themes/default_classic/images/photos_arrange.png differ
diff --git a/docs/themes/default_classic/images/profile.gif b/docs/themes/default_classic/images/profile.gif
new file mode 100644 (file)
index 0000000..2b7a924
Binary files /dev/null and b/docs/themes/default_classic/images/profile.gif differ
diff --git a/docs/themes/default_classic/images/x.gif b/docs/themes/default_classic/images/x.gif
new file mode 100644 (file)
index 0000000..2a0056f
Binary files /dev/null and b/docs/themes/default_classic/images/x.gif differ
index 23860f5..da3f871 100644 (file)
@@ -1333,7 +1333,7 @@ a.tooltip{
 
 /* style for home page sublinks view */
 div.home_box {
-       width: 30em;
+       width: 25.5em;
        height: 150px;  
        margin-top: 15px;
        padding-bottom: 13px;
@@ -1344,8 +1344,9 @@ div.home_box {
 .outside_box{
        margin-left:.4em;
        background:#e0e0e0;
-       width:29.2em;
-       height:9.8em;
+       width:25.5em;
+       height:9.3em;
+       padding:.2em;
 }
 
 .inside_box{
@@ -1356,7 +1357,7 @@ div.home_box {
        background:#eeeeee;
 }
 .details_or{
-       width:28.8em;
+       width:25.4em;
        height:9.8em;
        margin:0;
 }
@@ -1917,4 +1918,64 @@ div.logout{
 }
 div.bypass{
          height:1px;
-}
\ No newline at end of file
+}
+div#subnavlistcontainer {
+       width:95%;
+       margin:auto;
+       height:auto;
+
+}
+div#subnavbacktopage {
+       padding-top:5px;
+       padding-left:20px;
+       float:left;
+}
+
+div.toolcontainer{
+       width:95%;
+       margin:auto;
+       border:1px solid #e8e8e8;
+       padding-top:1em;
+       padding-bottom:1em;
+       border-radius:.5em;
+       -moz-border-radius: .5em .5em .5em .5em;
+}
+
+ul#subnavlist {
+       padding-top: 4px;
+       margin-top: 0px;
+       font-family: Verdana,Helvetica,Arial,serif;
+       font-size:.8em;
+
+
+}
+
+ul#subnavlist li {
+       background-color: #FFFFFF;
+       list-style: none;
+       display: inline-block;
+       font-weight:700;
+       text-align:center;
+       border-top:1px solid #cccccc;
+       border-left:1px solid #cccccc;
+       border-right:1px solid #cccccc;
+       border-radius: .3em .3em 0em 0em;
+       -moz-border-radius: .3em .3em 0em 0em;
+       height:1.0em;   
+       padding: 0em .5em .6em .5em ;
+}
+
+ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active, ul#subnavlist li:hover{
+       color: black;
+       text-decoration:none;
+       background-color: #E6E6E6;
+}
+
+ul#subnavlist li a {
+    /* The normal, unselected tabs. They are all links */
+       color: #555;
+       height: 1.5em;
+       text-decoration:underline;
+       font-weight:500;
+}
+