rtl with IE style adjustments
authorgreg gay <ggay@ocad.ca>
Thu, 16 Sep 2010 15:54:50 +0000 (15:54 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 16 Sep 2010 15:54:50 +0000 (15:54 -0000)
docs/themes/default/ie_styles.css
docs/themes/default/index.tmpl.php
docs/themes/default/rtl.css
docs/themes/default/styles.css

index 81e4b91..28228fc 100644 (file)
@@ -142,6 +142,18 @@ width:40%;
 margin-top:1em;
 }
 div#guide_box{
-width:10%;
+width:15%;
 
+}
+#shortcuts{
+
+}
+#side-menu ul{
+width:18em;
+padding-left:1em;
+padding-right:2em;
+}
+
+.fl-force-right{
+margin-top: -1.5em;
 }
\ No newline at end of file
index a7b0245..457a7a7 100644 (file)
@@ -106,7 +106,7 @@ function print_sublinks($link){
                if(!is_array($array)){ 
 ?>
                                <div class="details-text">
-                               <i><?php echo _AT('none_found'); ?></i>
+                               <?php echo _AT('none_found'); ?>
                                </div>
 <?php } else { ?>
                                <div class="details-text">
index 139d149..4691988 100644 (file)
@@ -1,6 +1,7 @@
 /* for right to left languages */
 html, body {
        direction: rtl;
+
 }
 
 .img-size-tree {
@@ -13,6 +14,7 @@ html, body {
 
 div.box {
        line-height:150%;
+font-style:normal;
 }
 
 div.menuedit{
@@ -36,8 +38,9 @@ float:left;
 
 }
 .logoutbar{
+white-space:nowrap;
 text-align:left;
-
+border-top:1px solid #eeeeee;
 }
 
 .fl-force-right{
@@ -66,4 +69,7 @@ width:55%;
 
 #content-tool-links{
 float:right;
+}
+.details-text{
+font-style:inherit;
 }
\ No newline at end of file
index 45389f7..ad86523 100644 (file)
@@ -1239,7 +1239,7 @@ div#shortcuts{
        padding:.2em
 }
 #shortcuts ul {
-       position: relative;
+
        margin-top: 0pt;
        margin-bottom: 0pt;
        margin-left: 0pt;
@@ -1257,7 +1257,6 @@ a#guide {
        text-decoration:none;
        font-size:0.85em;
        float:right;
-
 }
 div#guide_box{
        border-left:thin solid #cccccc;