diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-10-15 00:28:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-10-15 00:28:20 +0000 |
commit | be9bbd219dc531c65e50f404ca1d5303fedd337e (patch) | |
tree | ec3204d5a587b6a72a30b01418e2054e5d6d9b74 /template/yoga/theme/Sylvia | |
parent | e7aeb42f0eb3c25898b562fac8dbd182406d17a0 (diff) |
- fix broken plain text mails (end of header.tpl must have one empty line to separate from mime headers)
- fix position of flat button (recent commit changed html structure)
- increase font size from 80% to 90% for thumb legends (somehow the shown text is a lot smaller than 1.7)
git-svn-id: http://piwigo.org/svn/branches/2.0@2740 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 1e156a41a..01bb29856 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -40,7 +40,7 @@ margin:0; } #menubar #mbIdentification .actions, #menubar li ul, #menubar #mbIdentification form p { background:transparent none repeat-y scroll left bottom; } #menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;} #menubar p { padding: 16px 16px 0; } -#menubar .button { position:relative; right:9px; top:12px; height:16px; } +#menubar .button { position:relative; right:9px; top:16px; height:16px; } #menubar #mbIdentification .button { height:24px; right:0px; top:-40px; } #menubar #mbIdentification fieldset { border:0; margin:0 24px 0 23px; } #menubar #mbIdentification legend { display: none; } |