diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-27 12:45:40 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-27 12:45:40 +0000 |
| commit | b1d1ef8997e2f260072b05e9b4d0144f51f0f76d (patch) | |
| tree | c501f150a6f70d44a9609e52320586211a25bb6e /themes/clouds | |
| parent | 1be89274b73e270b357f75658a9e3f6f25fb586a (diff) | |
| download | webtrees-b1d1ef8997e2f260072b05e9b4d0144f51f0f76d.tar.gz webtrees-b1d1ef8997e2f260072b05e9b4d0144f51f0f76d.tar.bz2 webtrees-b1d1ef8997e2f260072b05e9b4d0144f51f0f76d.zip | |
Reposition sidebar on various browsers
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/chrome.css | 2 | ||||
| -rw-r--r-- | themes/clouds/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/clouds/msie.css | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/themes/clouds/chrome.css b/themes/clouds/chrome.css index ed4a1718d6..a00d0c06ad 100644 --- a/themes/clouds/chrome.css +++ b/themes/clouds/chrome.css @@ -3,5 +3,5 @@ */ #sidebar { - margin-top: 19px; + margin-top: 18px; } diff --git a/themes/clouds/jquery/jquery-ui_theme.css b/themes/clouds/jquery/jquery-ui_theme.css index a938eada60..ca052bd78b 100644 --- a/themes/clouds/jquery/jquery-ui_theme.css +++ b/themes/clouds/jquery/jquery-ui_theme.css @@ -74,7 +74,7 @@ ul.clist { right: 0px;
width: 0px;
background-color: transparent;
- margin: 9px 35px 15px 15px;
+ margin: 10px 35px 15px 15px;
}
#sidebar_controls {
diff --git a/themes/clouds/msie.css b/themes/clouds/msie.css index f883d351d1..46c9ed74bc 100644 --- a/themes/clouds/msie.css +++ b/themes/clouds/msie.css @@ -14,6 +14,4 @@ a.showit:hover span { filter: alpha(opacity=85); } -#sidebar { - margin-top:9px; -} + |
