diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/menubar_identification.tpl | 2 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/menubar_identification.tpl b/template/yoga/menubar_identification.tpl index 1cb219cd4..32032077a 100644 --- a/template/yoga/menubar_identification.tpl +++ b/template/yoga/menubar_identification.tpl @@ -48,13 +48,13 @@ {/if} <div> + <input class="submit" type="submit" name="login" value="{'Submit'|@translate}"> <ul class="actions"> <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> {if isset($U_REGISTER)} <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/></a></li> {/if} </ul> - <input class="submit" type="submit" name="login" value="{'Submit'|@translate}"> </div> </fieldset> diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 845224609..93c435413 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -41,7 +41,7 @@ margin:0; } #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 #mbIdentification .button { height:24px; right:0px; top:0px; } +#menubar #mbIdentification .button { height:24px; right:0px; top:-40px; } #menubar #mbIdentification fieldset { border:0; margin:0 24px 0 23px; } #menubar #mbIdentification legend { display: none; } #menubar #menuTagCloud { margin: 0; padding: 0 8px 0 16px; } @@ -78,11 +78,12 @@ padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; } #menubar #menuTagCloud { background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; margin:0; padding: 0 12px; } H2 { border-bottom: 1px solid #000000; } -#qsearchInput { background-color: #111; border-color: #222; color: #222;} +#qsearchInput { border-color: #222; color: #222;} FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; } input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] { background-color:#444; color:#999; } /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */ INPUT, select, textarea { color:#999; background-color: #444; } +input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull, { background-color: transparent; } #qsearchInput:focus, input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } |