adjust content editor width for RTL languages
authorgreg gay <ggay@ocad.ca>
Mon, 27 Sep 2010 16:45:14 +0000 (16:45 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 27 Sep 2010 16:45:14 +0000 (16:45 -0000)
12 files changed:
docs/themes/blumin/forms.css
docs/themes/blumin/rtl.css
docs/themes/blumin/styles.css
docs/themes/default/styles.css
docs/themes/default15/forms.css
docs/themes/default15/include/header.tmpl.php
docs/themes/default15/rtl.css
docs/themes/default15/styles.css
docs/themes/default16/rtl.css
docs/themes/default_classic/rtl.css
docs/themes/default_classic/styles.css
docs/themes/greenmin/rtl.css

index 9aeb66c..2f836c0 100644 (file)
@@ -1,5 +1,5 @@
 div.input-form {\r
-       width: 80%; \r
+       width: 90%; \r
        max-width: 90%;\r
        margin-left:auto; \r
        margin-right:auto;\r
index 91ec67f..8e9182e 100644 (file)
@@ -102,5 +102,5 @@ overflow:visible;
 
 #contentcolumn {
 white-space:normal;
-       overflow:visible;
+
 }
\ No newline at end of file
index b2678fb..b284b49 100644 (file)
@@ -1470,6 +1470,7 @@ ul#topnavlist li a.selected {
          width:20em;
          padding-right:.3em;
          padding-bottom:.3em; 
+         margin-left:1em;
 }
 
 /* jQuery tooltip styles */
@@ -1768,6 +1769,16 @@ ul#content-tool-links img{
 }
 
 /* Content editor tabs */
+
+.editor_wrapper{
+       border: 1px solid #DEE7EC;
+       
+       border-radius:.5em;
+       -moz-border-radius: .5em .5em .5em .5em;
+       padding: .1em .5em .1em .5em ;
+`      
+}
+
 .editor_buttontab {
        color:#000000;
        font-size:10pt;
index d7fa90b..308c25b 100644 (file)
@@ -1974,12 +1974,16 @@ tr.odd {
 }
 
 /* Content editor wrapper div */
+
 .editor_wrapper{
-       border:1px solid #cccccc;
+       border:0;
+       /*
        border-radius:.5em;
        -moz-border-radius: .5em .5em .5em .5em;
        padding: .1em .5em .1em .5em ;
+`      */
 }
+
 /* Content editor tabs */
 .editor_buttontab {
        color:#000000;
index 6b5bc43..be3073c 100644 (file)
@@ -1,5 +1,5 @@
 div.input-form {\r
-       width: 80%; \r
+       width: 90%; \r
        margin-left:auto; \r
        margin-right:auto;\r
        border: 1px solid #f0f0f0;\r
index be15f58..d1fa235 100644 (file)
@@ -206,12 +206,12 @@ global $system_courses;
                        <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><strong><?php echo $this->page_title; ?></strong></a>
                <?php endif; ?>
                <?php if ($_SESSION['course_id'] > 0 && $system_courses[$_SESSION['course_id']]['side_menu']): ?>
+
+               <?php endif; ?>
+       </div>
         <div id="menutoggle">
             <a accesskey="n"><img src="" title="" alt="" /></a>
         </div>
-               <?php endif; ?>
-       </div>
-
        <div style="float:right;padding-top:7px;" id="sequence-links">
        <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
                <?php if ($this->sequence_links['resume']): ?>
index 675ff76..7ea7568 100644 (file)
@@ -56,40 +56,41 @@ width:34%;
 }
 
 .my_course_container{
-width:55%;
+       width:55%;
 }
 #menutoggle{
-float:left;
-clear:left;
+       float:left;
+       clear:both;
+       text-align:right;
 }
 
 
 #content-tool-links{
-float:right;
+       float:right;
 }
 #side-menu{
-float:right;
+       float:right;
+       margin-right:1em;
 }
 
 
 .admin_container{
-float:left;
-white-space:normal;
+       float:left;
+       white-space:normal;
 }
-.page-title{
-
-margin-top:1em;
+.page-title{   
+       margin-top:1em;
 }
 
 .top-tool{
-width:95%;
+       width:95%;
 }
 .child-top-tool li{
-white-space:normal;
-overflow:visible;
+       white-space:normal;
+       overflow:visible;
 }
 
 #contentcolumn {
-white-space:normal;
+       white-space:normal;
        overflow:visible;
-}
\ No newline at end of file
+}
index ada091f..62109fb 100644 (file)
@@ -924,7 +924,15 @@ fieldset {
 
 #side-menu{
        width:19em;
+       margin-left: 1em;
 }
+#menutoggle{
+       float:right;
+       clear:both;
+       text-align:left;
+
+}
+
 h4.box {
        margin-top: 10px;
        font-family: Helevetica, Arial, sans-serif;
@@ -1474,7 +1482,7 @@ ul.current_list{
 }
 /* Preference Editor tabs */
 /* Preferences tabs */
-/*
+
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
@@ -1482,6 +1490,7 @@ table.etabbed-table       {
        margin-left:auto;
        margin-right:auto;
 }
+/*
 .prefs-tab-spacer {
        background-color: transparent;
        width: 5px;
@@ -1534,7 +1543,7 @@ table.etabbed-table       {
        -moz-box-shadow:.2em .2em .2em #999999;
     box-shadow: .2em .0em .2em #999999;
 }
-*/
+
 
 /* Preference Editor tabs */
 .etabbed-list-container {
@@ -1816,6 +1825,14 @@ div.social-wrapper{
        float: left;
 }
 /* Content editor tabs */
+/* Content editor wrapper div */
+.editor_wrapper{
+       border:1px solid #cccccc;
+       border-radius:.5em;
+       -moz-border-radius: .5em .5em .5em .5em;
+       padding: .1em .5em .1em .5em ;
+}
+
 .editor_buttontab {
        color:#000000;
        font-size:10pt;
index c2be4b2..e6c48c0 100644 (file)
@@ -87,5 +87,5 @@ overflow:visible;
 
 #contentcolumn {
 white-space:normal;
-       overflow:visible;
+
 }
\ No newline at end of file
index c6735ca..f74f3a9 100644 (file)
@@ -88,6 +88,7 @@ margin-left:250px;
 
 .admin_container{
 float:left;
+clear:both;
 white-space:normal;
 }
 .page-title{
@@ -106,4 +107,5 @@ overflow:visible;
 #contentcolumn {
 white-space:normal;
        overflow:visible;
-}
\ No newline at end of file
+}
+
index 340bda5..80dfd5c 100644 (file)
@@ -513,9 +513,11 @@ div#toctoggle {
 
 h1#section-title {
        margin-left: 5px;
-       clear: none;
+       clear: both;
        display:inline;
        background-color: white;
+width:100%;
+border:thin solid black;
 }
 
 div#top-links {
@@ -700,8 +702,7 @@ img.headicon {
 background-image: url('images/pub_default.jpg'); 
 background-repeat: no-repeat; 
 background-position:left top;
-height:8em;
-margin-bottom:2em;
+height:10.5em;
 text-align:right;
 }
 /* feedback/errors */
index d3e1163..5432fd1 100644 (file)
@@ -96,5 +96,5 @@ overflow:visible;
 
 #contentcolumn {
 white-space:normal;
-       overflow:visible;
+
 }