diff options
author | plegall <plg@piwigo.org> | 2010-03-13 00:00:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-13 00:00:52 +0000 |
commit | 14778ce673277f2df41f963aa70df1cbed427294 (patch) | |
tree | 8c723d4d9827876dbf19d2bd581405fc50910860 /template/yoga/menubar.css | |
parent | c396f08708d431c6f7e8656eaca4fd8e440fdd39 (diff) |
feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.
git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar.css')
-rw-r--r-- | template/yoga/menubar.css | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css deleted file mode 100644 index 27eb1ac38..000000000 --- a/template/yoga/menubar.css +++ /dev/null @@ -1,87 +0,0 @@ -#menubar { - float: left; - margin: 0 0 10px 1em; - padding: 0; - display: inline; -} - -#menubar DL, #menubar DT, #menubar DD { - margin: 0; padding: 0; display: block; -} - -#menubar .button { - margin: -2px 2px 2px; - width: auto; - padding: 0; - text-indent: 0; - list-style: none; - text-align: center; - float: right; -} - -/* H2 properties copied here */ -#menubar DT { - font-weight: bold; - padding: 5px 5px 5px 5px; - font-size: 120%; - text-align: center; -} - -#menubar UL, -#menubar FORM, -#menubar P { - font-size: 92%; - margin: 10px 0 10px 5px; -} -#menubar UL { - list-style-type: square; - list-style-position: inside; - padding: 0 0 0 2px; -} -#menubar UL UL { - font-size: 100%; - margin-top: 0; - margin-bottom: 0; -} - -#menubar LI.selected A { - font-weight: bold; -} - -#menubar LI.selected LI A { - font-weight: normal; -} - -#menubar .menuInfoCatByChild { - font-size: 80%; - font-style: italic; -} - -#menubar INPUT { - text-indent: 2px; -} - -/* quickconnect form */ -FORM#quickconnect { - margin: 5px; - padding: 0; -} - -FORM#quickconnect FIELDSET { - margin: 0; - padding: 0; /*IE6 requires padding 0*/ -} - -FORM#quickconnect FIELDSET DIV { - margin: 8px 5px; - padding: 0; -} - -#menubar #menuTagCloud { - text-align: center; - margin: 5px 0; -} - -#menubar #menuTagCloud SPAN { - white-space: nowrap; -} |