adjust butontabs to look like subnav links
authorgreg gay <ggay@ocad.ca>
Sat, 1 May 2010 19:41:32 +0000 (19:41 -0000)
committergreg gay <ggay@ocad.ca>
Sat, 1 May 2010 19:41:32 +0000 (19:41 -0000)
docs/themes/default/styles.css

index 19292ba..b6366d2 100644 (file)
@@ -1187,6 +1187,14 @@ div.course div.shortcuts , a {
 div#alternatives_shortcuts {
        float: right;
        margin: -2em 5pt;
+       border-radius: .5em .5em .5em .5em;;
+       -moz-border-radius: .5em .5em .5em .5em;
+       -moz-box-shadow:.2em .2em .2em #999999;
+        box-shadow: .2em .2em  .2em #999999;
+        border:1px solid #cccccc;
+        padding-top: .2em;
+        padding-left: .2em;
+        padding-right: .2em;
 }
 
 fieldset#shortcuts {
@@ -1212,7 +1220,8 @@ div#shortcuts{
        border-radius: 0em 0em .5em .5em;;
        -moz-border-radius: 0em 0em .5em .5em;
        float:right;
-
+       -moz-box-shadow:.2em .2em .2em #999999;
+        box-shadow: .2em .2em  .2em #999999;
        margin-right:2em;
        padding:.1em;
 }
@@ -1246,6 +1255,8 @@ div#guide_box{
        border-bottom:thin solid #cccccc;
        border-radius: 0em 0em .5em .5em;;
        -moz-border-radius: 0em 0em .5em .5em;
+       -moz-box-shadow:.2em .2em .2em #999999;
+    box-shadow: .2em .0em .2em #999999;
        float:right;
        margin-right:2em;
        padding-left:.1em;
@@ -1482,6 +1493,8 @@ ul#topnavlist li {
        height:1.3em;
        margin-top:.1em;
        clear:both;
+       border-radius: .5em .5em 0em 0em;
+       -moz-border-radius: .5em .5em 0em 0em;
        -moz-box-shadow:.2em .0em .4em #999999;
        box-shadow: .2em .2em .2em #999999;
 }
@@ -1949,33 +1962,34 @@ tr.odd {
 }
 /* Content editor tabs */
 .editor_buttontab {
-       color:#555;
+       color:#000000;
        font-size:10pt;
+       border:0;
        white-space: nowrap;
-       background-color: #FFFDE0;
+       background-color: #ffffff;
        margin: 0px;
-       border:0;
        font-weight:500;
        text-align:center;
        padding:0em 0em 0em;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em .3em .3em;
 
 }
 .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;
+       margin-bottom:-.5em;
        text-align: center;
+       width:15%
        white-space: nowrap;
-       width:13%;
-       padding:0;
-       background-color: #FFFDE0;
-       border-radius:.3em;
+       background-color: #ffffff;
+       border-radius: .3em .3em 0em 0em;
        -moz-border-radius: .3em .3em 0em 0em;
+       -moz-box-shadow:.1em .0em .1em #999999;
+    box-shadow: .2em .0em .2em #999999;
        padding: 0em .2em 0em .2em ;
+       height:1.4em;
 }
 .editor_tab_selected{
        border-top: 1px solid #cccccc;
@@ -1985,16 +1999,16 @@ tr.odd {
        padding-left: 3px;
        padding-right: 3px;
        background-color: #eeeeee;
-       margin: 0px;
        font-weight:bold;
        text-align:center;
        padding:1em 1em 1em;
        white-space: nowrap;
        text-decoration:none;
-       width:15%;
        padding:0em 0em 0em;
        border-radius:.3em;
        -moz-border-radius: .3em .3em 0em 0em;
+       height:1.4em;
+               width:15%
 }
 
 /* 1pxgs current box on My Start */
@@ -2039,11 +2053,11 @@ ul.current_list{
 /* Preference Editor tabs */
 /* Preferences tabs */
 table.etabbed-table    {
-       float:left;
        padding-left:5em;
        font-size:10pt;
-
-
+       width:90%;
+       margin-left:auto;
+       margin-right:auto;
 }
 .prefs-tab-spacer {
        background-color: transparent;
@@ -2072,7 +2086,9 @@ table.etabbed-table       {
        background-color: #FFFFFF;
        border-radius:.3em;
        -moz-border-radius: .3em .3em 0em 0em;
-       padding: 0em .2em 0em .2em ;
+       padding: 0em .2em 0em .2em;
+       -moz-box-shadow:.2em .2em .2em #999999;
+    box-shadow: .2em .0em .2em #999999;
        }
        
 .prefs_buttontab:hover, .prefs_tab:hover {
@@ -2092,6 +2108,8 @@ table.etabbed-table       {
        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;
 }
 
 .admin_container{
@@ -2184,3 +2202,6 @@ ul#content-tool-links img{
 .nowrap {
     white-space: nowrap;
 }
+.flowplayerholder{
+clear:right;
+}