diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-04-27 19:56:16 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-04-27 19:56:16 +0000 |
| commit | 9e74f6d837b71a7634dfe83b100f39ea56360904 (patch) | |
| tree | 98889709cf8e370615c9171d3d0605afa693c3c3 /themes/colors/jquery | |
| parent | eff55118ec391142e05fd1c0485d10811663a43f (diff) | |
| download | webtrees-9e74f6d837b71a7634dfe83b100f39ea56360904.tar.gz webtrees-9e74f6d837b71a7634dfe83b100f39ea56360904.tar.bz2 webtrees-9e74f6d837b71a7634dfe83b100f39ea56360904.zip | |
Stop Sidebar "growing" when opened a second time. - done.
Some work still to be done with themes that have a large font with relationship name.
Would also like to dynamically adjust Navigator height based on number of individuals in list.
Not sure this is feasible yet.
However, next step is to add a "pin" function to Sidebar, to keep it open when changing indis.
Diffstat (limited to 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index a44ba3896b..553ba4664f 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -59,7 +59,7 @@ color:red; position: absolute;
right: 0px;
width: 0px;
- height: 500px;
+ height: 710px;
z-index: 50;
margin-left:0px;
margin-top: 10px;
|
