projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement closing sidebar
[rails.git]
/
app
/
assets
/
stylesheets
/
common.css.scss
diff --git
a/app/assets/stylesheets/common.css.scss
b/app/assets/stylesheets/common.css.scss
index bef95550943235a3a3e77c877d455b8edd70c0c7..6f702e5eda5c5a1f89526fe265d36c71fbb49dcf 100644
(file)
--- a/
app/assets/stylesheets/common.css.scss
+++ b/
app/assets/stylesheets/common.css.scss
@@
-590,6
+590,16
@@
nav.secondary {
}
}
+ #sidebar.minimized {
+ position: absolute;
+ z-index: 1000;
+ height: auto;
+
+ #sidebar_content {
+ display: none;
+ }
+ }
+
#map {
height: 100%;
overflow: hidden;