add glossary item underline
authorgreg gay <ggay@ocad.ca>
Thu, 2 Dec 2010 21:27:38 +0000 (21:27 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 2 Dec 2010 21:27:38 +0000 (21:27 -0000)
docs/themes/blumin/styles.css
docs/themes/default/ie_styles.css
docs/themes/default/index.tmpl.php
docs/themes/default/styles.css
docs/themes/default15/styles.css
docs/themes/default16/styles.css
docs/themes/default_classic/styles.css
docs/themes/fluid/styles.css
docs/themes/greenmin/styles.css

index 046b75d..771de16 100644 (file)
@@ -1433,6 +1433,7 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+               border-bottom:1px dashed;
 }
 
 /* style for home page modules "detail view" */
index b070ead..591716f 100644 (file)
@@ -156,9 +156,10 @@ width:18em;
 padding-left:1em;
 padding-right:2em;
 }
-
+/* the * prefix targets IE7, dangerous hack but necessary */
+/* to target IE6 use _ and to target IE8 and below use a trailing \9 before the style's closing semicolon */
 .fl-force-right{
-margin-top: -1.5em;
+*margin-top:-1.2em;
 }
 #contentcolumn {
 overflow:hidden;
index 934984d..08ebb6a 100644 (file)
@@ -62,6 +62,7 @@ if($this->view_mode==0){
 } // end of if
 
 if ($this->announcements): ?>
+
 <h2 class="page-title"><?php echo _AT('announcements'); ?></h2>
        <?php foreach ($this->announcements as $item): ?>
                <div class="news">
index d69cf3a..7784a86 100644 (file)
@@ -1789,15 +1789,17 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+       border-bottom:1px dashed;
+
 }
 /* style for home page modules "detail view" */
 
 div.home_box {
-       width: 29em;
-       height: 130px;  
-       margin-top: 15px;
+       width: 26em;
+       height: 166px;  
+       margin-top: .4em;
        padding: 3px;
-       padding-bottom: 10px;
+       padding-bottom: .4em;
        float: left;
 }
 
@@ -1806,13 +1808,14 @@ div.home_box {
        background: #eeeeee;
        padding:.2em;
        margin-left:.4em;
-       width:27.5em;
+       width:25.5em;
        height:9.8em;
        -moz-border-radius:.3em .3em .3em .3em;
        border-radius: .3em .3em .3em .3em;
        -moz-box-shadow:.1em .1em .2em #999999;
        box-shadow: .1em .1em .2em #999999;
        padding:.2em;
+
 }
 
 .inside_box{
@@ -1821,7 +1824,7 @@ div.home_box {
        padding:.3em;
        width:95%;
        margin:auto;
-       height:52%;
+       height:50%;
        margin-bottom:.2em;
        font-size:80%;
        border-radius:.5em;
@@ -1831,6 +1834,7 @@ div.home_box {
 .details_or{
        width:28.8em;
        height:9.8em;
+
 }
 .details_ol{
        height:9.8em;
index 3742c5c..5dbaec3 100644 (file)
@@ -1381,6 +1381,7 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+               border-bottom:1px dashed;
 }
 /* style for home page sublinks view */
 div.home_box {
index e375be5..2276040 100644 (file)
@@ -2201,4 +2201,5 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+               border-bottom:1px dashed;
 }
\ No newline at end of file
index a1d7e54..23860f5 100644 (file)
@@ -1328,6 +1328,7 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+               border-bottom:1px dashed;
 }
 
 /* style for home page sublinks view */
index 5b343bb..6347633 100644 (file)
@@ -1627,6 +1627,7 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+               border-bottom:1px dashed;
 }
 /* fluid reorderer */
 .grab{
index 9b7c0e0..c7c755b 100644 (file)
@@ -1432,6 +1432,7 @@ a.tooltip{
        padding-right:.2em;
        padding-bottom:.2em;
        text-decoration:none;
+               border-bottom:1px dashed;
 }
 /* style for home page sublinks view */
 div.home_box {