* fixed bug #7211: "Start in Module" does not work anymore
* fixed check for wrong implementation of toolbarItem interface
+ * renamed typo3/css/verticalmenu.css to modulemenu.css
2008-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
--- /dev/null
+/* - - - - - - - - - - - - - - - - - - - - -
+
+Title : TYPO3 backend vertical menu styles
+Author : Ingo Renner <ingo@typo3.org>
+URL : http://typo3.org
+
+Description : styles the TYPO3 backend
+
+ $Id$
+
+- - - - - - - - - - - - - - - - - - - - - */
+
+
+/* - - - - - - - - - - - - - - - - - - - - -
+
+TYPO3 backend menu - vertical
+
+- - - - - - - - - - - - - - - - - - - - - */
+
+#typo3-menu,
+#typo3-menu ul {
+ list-style: none;
+ padding: 0px;
+ margin: 0px;
+}
+
+#typo3-menu {
+ padding-top: 2px;
+ padding-left: 1px;
+}
+
+#typo3-menu li {
+ clear: both;
+}
+
+#typo3-menu li div {
+ font-weight: bold;
+ border: 1px solid #9ba1a8;
+ background-color: #d7dbe2;
+ cursor: pointer;
+ height: 14px;
+ padding: 1px;
+ vertical-align: middle;
+ width: 105px;
+ margin: 3px 0px 3px;
+}
+#typo3-menu li div img {
+ vertical-align:top;
+ margin-right:2px;
+}
+#typo3-menu li ul li {
+ font-weight: normal;
+ width: 105px;
+ padding: 1px 0px 2px 2px;
+ margin-left: 1px;
+ cursor: pointer;
+}
+
+#typo3-menu li ul li a {
+ text-decoration: none;
+ display: block;
+}
+#typo3-menu a:hover {
+ color:green;
+ background-color:#fff;
+}
+
+#typo3-menu li ul li a img {
+ float: left;
+ margin-right:2px;
+}
+
+
+
+
+
+
+
+
+
+++ /dev/null
-/* - - - - - - - - - - - - - - - - - - - - -
-
-Title : TYPO3 backend vertical menu styles
-Author : Ingo Renner <ingo@typo3.org>
-URL : http://typo3.org
-
-Description : styles the TYPO3 backend
-
- $Id$
-
-- - - - - - - - - - - - - - - - - - - - - */
-
-
-/* - - - - - - - - - - - - - - - - - - - - -
-
-TYPO3 backend menu - vertical
-
-- - - - - - - - - - - - - - - - - - - - - */
-
-#typo3-menu,
-#typo3-menu ul {
- list-style: none;
- padding: 0px;
- margin: 0px;
-}
-
-#typo3-menu {
- padding-top: 2px;
- padding-left: 1px;
-}
-
-#typo3-menu li {
- clear: both;
-}
-
-#typo3-menu li div {
- font-weight: bold;
- border: 1px solid #9ba1a8;
- background-color: #d7dbe2;
- cursor: pointer;
- height: 14px;
- padding: 1px;
- vertical-align: middle;
- width: 105px;
- margin: 3px 0px 3px;
-}
-#typo3-menu li div img {
- vertical-align:top;
- margin-right:2px;
-}
-#typo3-menu li ul li {
- font-weight: normal;
- width: 105px;
- padding: 1px 0px 2px 2px;
- margin-left: 1px;
- cursor: pointer;
-}
-
-#typo3-menu li ul li a {
- text-decoration: none;
- display: block;
-}
-#typo3-menu a:hover {
- color:green;
- background-color:#fff;
-}
-
-#typo3-menu li ul li a img {
- float: left;
- margin-right:2px;
-}
-
-
-
-
-
-
-
-
-