diff -r 995d36f39ba3 -r de4f81abc5e3 themes/enanium/css/babygrand.css --- a/themes/enanium/css/babygrand.css Tue May 05 08:36:38 2009 -0400 +++ b/themes/enanium/css/babygrand.css Tue May 05 21:53:48 2009 -0400 @@ -215,6 +215,33 @@ background-color: #292929; } +div.sidebar.right a.closebtn { + display: block; + float: right; + margin-right: 10px; + color: #456798; + background-color: #f0f0f0; + padding: 0 8px; + -moz-border-radius: 0 0 4px 4px; + cursor: pointer; +} + +div.right-sidebar-hidden { + margin-left: 10px; + display: none; +} + +div.right-sidebar-hidden a.openbtn { + display: block; + float: right; + margin-right: -20px; + color: #456798; + background-color: #f0f0f0; + padding: 5px 8px; + -moz-border-radius: 4px 0 0 4px; + cursor: pointer; +} + div.slider { margin-bottom: 7px; }