update content editor button tabs for IE and RTL langs
authorgreg gay <ggay@ocad.ca>
Mon, 27 Sep 2010 20:21:16 +0000 (20:21 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 27 Sep 2010 20:21:16 +0000 (20:21 -0000)
15 files changed:
docs/themes/blumin/rtl.css
docs/themes/blumin/styles.css
docs/themes/default/rtl.css
docs/themes/default/styles.css
docs/themes/default15/rtl.css
docs/themes/default15/styles.css
docs/themes/default16/rtl.css
docs/themes/default16/styles.css
docs/themes/default_classic/ie_styles.css
docs/themes/default_classic/rtl.css
docs/themes/default_classic/styles.css
docs/themes/fluid/rtl.css
docs/themes/fluid/styles.css
docs/themes/greenmin/rtl.css
docs/themes/greenmin/styles.css

index 8e9182e..d9c5752 100644 (file)
@@ -103,4 +103,7 @@ overflow:visible;
 #contentcolumn {
 white-space:normal;
 
+}
+table.etabbed-table{
+margin-right: 4em;
 }
\ No newline at end of file
index b284b49..b4ab544 100644 (file)
@@ -1587,14 +1587,12 @@ div#menutoggle{
 }
 /* berence Editor tabs */
 /* Preferences tabs */
-/*
-table.etabbed-table    {
+
+table.etabbed-table{
        padding-left:5em;
        font-size:10pt;
-       width:90%;
-       margin-left:auto;
-       margin-right:auto;
 }
+/*
 .prefs-tab-spacer {
        background-color: transparent;
        width: 5px;
index e330952..12d0725 100644 (file)
@@ -94,13 +94,6 @@ ul.current_list li{
 #contentcolumn {
 white-space:normal;
 }
-/*
-.editor_wrapper{
-float:left;
-clear:right;
+table.etabbed-table    {
+       padding-right:5em;
 }
-#side-menu{
-float:left;
-clear:left;
-}
-*/
index 8c4ba54..ff7ec50 100644 (file)
@@ -2076,14 +2076,12 @@ clear:both;
 
 /* Preference Editor tabs */
 /* Preferences tabs */
-/*
+
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
-       width:90%;
-       margin-left:auto;
-       margin-right:auto;
 }
+/*
 .prefs-tab-spacer {
        background-color: transparent;
        width: 5px;
index 7ea7568..d801c5b 100644 (file)
@@ -92,5 +92,7 @@ width:34%;
 
 #contentcolumn {
        white-space:normal;
-       overflow:visible;
 }
+table.etabbed-table    {
+       padding-right:5em;
+}
\ No newline at end of file
index ab44835..d05651d 100644 (file)
@@ -1488,9 +1488,6 @@ ul.current_list{
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
-       width:90%;
-       margin-left:auto;
-       margin-right:auto;
 }
 /*
 .prefs-tab-spacer {
index e6c48c0..c956b04 100644 (file)
@@ -88,4 +88,7 @@ overflow:visible;
 #contentcolumn {
 white-space:normal;
 
-}
\ No newline at end of file
+}
+table.etabbed-table    {
+       padding-right:5em;
+}
index 85f76bd..13a5a8a 100644 (file)
@@ -1581,14 +1581,13 @@ ul.current_list{
 
 /* Preference Editor tabs */
 /* Preferences tabs */
-/*
+
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
-       width:90%;
-       margin-left:auto;
-       margin-right:auto;
+
 }
+/*
 .prefs-tab-spacer {
        background-color: transparent;
        width: 5px;
index 129c4af..834e737 100644 (file)
@@ -1,5 +1,5 @@
 /* IE specific styles */
-
+/*
 ul#topnavlist {
        zoom:100%;
        margin:0px;
@@ -11,6 +11,71 @@ ul#topnavlist li {
        padding-bottom:0.3em;
        margin:0px;
        margin-bottom:-1px;
+}*/
+
+/* Content editor tabs */
+
+.editor_buttontab {
+       padding: 0em .5em 0em .5em ;
+
+}
+.editor_tab{
+       border-top: 1px solid #cccccc;
+       border-left: 1px solid #cccccc;
+       border-right: 1px solid #cccccc;
+       border-bottom:0;
+       margin-bottom:-.5em;
+       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.3em;
+}
+.editor_tab:hover, .editor_tab input[type=submit]:hover{
+       background-color:#eeeeee;
+}
+
+.editor_tab{
+       border-top: 1px solid #cccccc;
+       border-left: 1px solid #cccccc;
+       border-right: 1px solid #cccccc;
+       border-bottom:0;
+       padding: .3em .3em .1em .2em ;
+       background-color: #eeeeee;
+       font-weight:bold;
+       text-align:center;
+       white-space: nowrap;
+       text-decoration:none;
+       padding: .3em .3em .1em .2em ;
+       border-radius:.3em;
+       -moz-border-radius: .3em .3em 0em 0em;
+       height:1.4em;
+}
+
+.editor_tab_selected{
+       border-top: 1px solid #cccccc;
+       border-left: 1px solid #cccccc;
+       border-right: 1px solid #cccccc;
+       border-bottom:0;
+       padding: .3em .3em .1em .2em ;
+       background-color: #eeeeee;
+       font-weight:bold;
+       text-align:center;
+       white-space: nowrap;
+       text-decoration:none;
+       border-radius:.3em;
+       -moz-border-radius: .3em .3em 0em 0em;
+       height:1.3em;
+}
+.editor_tab input[type=submit]{
+       height:1.3em;
+}
+
+td.tab-spacer {
+       background-color: transparent;
+       width: 2%;
 }
 
 label {
@@ -43,6 +108,3 @@ height:8em;
 margin-bottom:2em;
 text-align:right;
 }
-div#member-links{
-
-}
\ No newline at end of file
index f74f3a9..b293289 100644 (file)
@@ -106,6 +106,8 @@ overflow:visible;
 
 #contentcolumn {
 white-space:normal;
-       overflow:visible;
-}
 
+}
+table.etabbed-table    {
+       padding-right:5em;
+}
index 80dfd5c..b637514 100644 (file)
@@ -1406,14 +1406,18 @@ ul.current_list{
 }
 /* Preference Editor tabs */
 /* Preferences tabs */
-/*
+
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
-       width:90%;
-       margin-left:auto;
-       margin-right:auto;
+
 }
+.tab-spacer {
+       background-color: transparent;
+       width: 5px;
+}
+
+/*
 .prefs-tab-spacer {
        background-color: transparent;
        width: 5px;
index 27c1e01..415dd37 100644 (file)
@@ -87,5 +87,8 @@ overflow:visible;
 
 #contentcolumn {
 white-space:normal;
-       overflow:visible;
+}
+
+table.etabbed-table    {
+       padding-right:5em;
 }
\ No newline at end of file
index aa8648d..6611b0d 100644 (file)
@@ -417,7 +417,8 @@ table.tabbed-table a, table.tabbed-table a:visited, table.tabbed-table a:hover {
        text-decoration: none;
 }
 table.etabbed-table    {
-       width: 90%;
+       padding-left:5em;
+       font-size:10pt;
 }
 a#my-start-page {
        padding: 2px;
index 5432fd1..85e2372 100644 (file)
@@ -98,3 +98,7 @@ overflow:visible;
 white-space:normal;
 
 }
+
+table.etabbed-table    {
+       padding-right:5em;
+}
\ No newline at end of file
index 3ebf60a..a368183 100644 (file)
@@ -1525,14 +1525,12 @@ div#menutoggle{
 }
 /* Preference Editor tabs */
 /* Preferences tabs */
-/*
+
 table.etabbed-table    {
        padding-left:5em;
        font-size:10pt;
-       width:90%;
-       margin-left:auto;
-       margin-right:auto;
 }
+/*
 .prefs-tab-spacer {
        background-color: transparent;
        width: 5px;