diff options
| author | Rob Peters <makitso@gmail.com> | 2010-05-20 23:45:55 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-05-20 23:45:55 +0000 |
| commit | 79119da2b89bcd3a250943b5b7bb3bce103a891a (patch) | |
| tree | ddccd6de0f54b0faba2e9cf54223391a9299ba62 /themes/colors/jquery | |
| parent | b27916da2273ed6c035b279783099120982a2b17 (diff) | |
| download | webtrees-79119da2b89bcd3a250943b5b7bb3bce103a891a.tar.gz webtrees-79119da2b89bcd3a250943b5b7bb3bce103a891a.tar.bz2 webtrees-79119da2b89bcd3a250943b5b7bb3bce103a891a.zip | |
Corrections to Sidebar and refactor code
Diffstat (limited to 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index 05ecac2f01..20cc12f8a2 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -71,9 +71,10 @@ ul.clist { position: absolute;
right: 0px;
width: 0px;
- margin-left:0px;
- margin-top: 8px;
- margin-right: 12px;
+ margin-top: 10px;
+ margin-right: 22px;
+ margin-bottom: 15px;
+ margin-left:15px;
background-color: transparent;
}
|
