aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-05 19:49:43 +0000
committervdigital <vdigital@piwigo.org>2008-10-05 19:49:43 +0000
commit308fda55f5d9976f1229fa05bad7ab1da65f9061 (patch)
tree123ebea5be76809c9881ae9a3b1229d0559ee26b /template/yoga/theme
parent10e48b0d416dbaa14efb7484ff86e71ea1ddd57f (diff)
Quickconnect : pressing "Tab+Enter" after remember was linking you to "forgotten password" instead of Submitting the current form.
Adjust some backgrounds (due to CSS optimization elsewhere) and some positions. git-svn-id: http://piwigo.org/svn/trunk@2668 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r--template/yoga/theme/Sylvia/theme.css5
1 files changed, 3 insertions, 2 deletions
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; }