diff options
| author | tekkub <tekkub@gmail.com> | 2009-10-16 17:25:41 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-10-16 17:25:41 -0600 |
| commit | 9f237f1ff8326de74e4640c460f095cbff6aa7f3 (patch) | |
| tree | 0987865207b35b9483049593d3cdad14e8066dfb /css | |
| parent | 5ef88809cc6af138409adcd1878009a36714dc67 (diff) | |
Use jQuery UI's icon classes
Diffstat (limited to 'css')
| -rwxr-xr-x | css/style.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index f6ef180..d8dc77b 100755 --- a/css/style.css +++ b/css/style.css @@ -11,12 +11,10 @@ /*********************/ #guides .guide .sidebar h3 { - padding: 4px 4px 4px 14px; - background: white url(/images/expand.png) -2px 6px no-repeat; + padding: 4px; margin: .2em 0; cursor: pointer; } -#guides .guide .sidebar h3.ui-state-active { background: white url(/images/collapse.png) -2px 6px no-repeat; } #guides .guide .sidebar h3:focus { outline: none; } .sidebar dl { padding: 0 0.5em 0.5em 0.5em; } @@ -25,6 +23,17 @@ margin-top: 0.5em; } +.ui-icon { + display: inline-block; + width: 16px; + height: 16px; + background-color: white; + background-position: -2px 2px; + background-repeat: no-repeat; +} +.ui-icon-triangle-expand { background-image: url(/images/expand.png); } +.ui-icon-triangle-collapse { background-image: url(/images/collapse.png); } + /**********************/ /* Pre/code */ |
