aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-12-03 23:40:51 +0000
committerchrisaga <chrisaga@piwigo.org>2005-12-03 23:40:51 +0000
commit02ae5a7dca4e14e031d27f213cdb146e4bab4021 (patch)
tree26f98e0f841aa354e2ea33e29ef474edbbaf6dcc /template/yoga/default-layout.css
parent02c3c0d2dff2c1aedd7ab78f06e6a5d5cbcc2418 (diff)
add feature 221 : Add a link to "lost password" in quick connect form
plus link to "register" and move quickconnect rules from default-layout.css to menubar.css git-svn-id: http://piwigo.org/svn/trunk@972 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r--template/yoga/default-layout.css29
1 files changed, 13 insertions, 16 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index bbfd46006..447cc957f 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -183,22 +183,6 @@ FORM.properties LABEL {
padding: 0 0.5em 0 0;
}
-FORM#quickconnect {
- margin: 0;
-}
-
-FORM#quickconnect FIELDSET {
- margin: 5px;
-}
-
-FORM#quickconnect P {
- text-align: center;
-}
-
-FORM#quickconnect P INPUT {
- display: inline;
-}
-
FORM.properties LABEL.mandatory {
font-weight: bold;
}
@@ -260,3 +244,16 @@ FORM#addComment FIELDSET LABEL {
FORM#addComment FIELDSET INPUT[type="hidden"] {
display: none;
}
+
+/* button tools */
+UL.actions {
+ text-indent: 0;
+ list-style: none;
+}
+UL.actions LI {
+ display: inline;
+}
+UL.actions A {
+ border: none;
+}
+