details: /erp/devel/pi/rev/f98fe50fea53
changeset: 12884:f98fe50fea53
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Thu Jun 16 00:18:04 2011 +0200
summary: [SKIN] Removed unneeded OBNavBarComponentMenu style references
diffstat:
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/templates/application-menu.js.ftl
| 1 -
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-application-menu.js
| 2 +-
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-navigation-bar-styles.css
| 102 ----------
3 files changed, 1 insertions(+), 104 deletions(-)
diffs (135 lines):
diff -r e76e98451b56 -r f98fe50fea53
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/templates/application-menu.js.ftl
---
a/modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/templates/application-menu.js.ftl
Wed Jun 15 23:57:30 2011 +0200
+++
b/modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/templates/application-menu.js.ftl
Thu Jun 16 00:18:04 2011 +0200
@@ -67,7 +67,6 @@
<#list menuOption.parameters as parameter>
, '${parameter.name?js_string}':
'${parameter.parameterValue?js_string}'
</#list>
- , '_baseStyle': 'OBNavBarComponentMenuItemCell'
<#if menuOption.children?size > 0>
, type: 'folder'
, submenu: [
diff -r e76e98451b56 -r f98fe50fea53
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-application-menu.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-application-menu.js
Wed Jun 15 23:57:30 2011 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-application-menu.js
Thu Jun 16 00:18:04 2011 +0200
@@ -248,7 +248,7 @@
for (recentIndex = 0; recentIndex < recent.length; recentIndex++) {
var recentEntry = recent[recentIndex];
if (recentEntry) {
- recentEntries[recentIndex] = {title: recentEntry.tabTitle,
recentObject: recentEntry, type: recentEntry.type/*, _baseStyle:
'OBNavBarComponentMenuItemCell'*/};
+ recentEntries[recentIndex] = {title: recentEntry.tabTitle,
recentObject: recentEntry, type: recentEntry.type};
}
}
recentEntries[recent.length] = {isSeparator: true};
diff -r e76e98451b56 -r f98fe50fea53
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-navigation-bar-styles.css
---
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-navigation-bar-styles.css
Wed Jun 15 23:57:30 2011 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-navigation-bar-styles.css
Thu Jun 16 00:18:04 2011 +0200
@@ -168,108 +168,6 @@
padding-left: 10px;
padding-right: 10px;
}
-
-/*============================================================
- Application Menu Styling
-============================================================*/
-
-.OBNavBarComponentMenuBody .menuTable {
- background: #fff;
-}
-
-.OBNavBarComponentMenu {
- background-color: #fff;
- border: 1px solid #72ab10;
- font-size: 11px;
- font-family: 'lucida sans', sans-serif;
-}
-
-.OBNavBarComponentMenuBody {
- font-size: 11px;
- font-family: 'lucida sans', sans-serif;
-}
-
-.OBNavBarComponentMenuItemCell,
-.OBNavBarComponentMenuItemCellSelected,
-.OBNavBarComponentMenuItemCellOver,
-.OBNavBarComponentMenuItemCellSelectedOver,
-.OBNavBarComponentMenuItemCellDisabled,
-.OBNavBarComponentMenuItemCellTitleField,
-.OBNavBarComponentMenuItemCellTitleFieldSelected,
-.OBNavBarComponentMenuItemCellTitleFieldOver,
-.OBNavBarComponentMenuItemCellTitleFieldSelectedOver,
-.OBNavBarComponentMenuItemCellTitleFieldDisabled {
- font-size: 11px;
- font-family: 'lucida sans', sans-serif;
- cursor: pointer;
-}
-
-.OBNavBarComponentMenuItemCell,
-.OBNavBarComponentMenuItemCellSelected {
-}
-
-.OBNavBarComponentMenuItemCellOver,
-.OBNavBarComponentMenuItemCellSelectedOver,
-.OBNavBarComponentMenuItemCellSubmenuFieldOver,
-.OBNavBarComponentMenuItemCellSubmenuFieldSelectedOver,
-.OBNavBarComponentMenuItemCellKeysFieldOver,
-.OBNavBarComponentMenuItemCellKeysFieldSelectedOver,
-.OBNavBarComponentMenuItemCellTitleFieldOver,
-.OBNavBarComponentMenuItemCellTitleFieldSelectedOver {
- color: #5b890d;
- background-color: #f5f7f1;
-}
-
-.OBNavBarComponentMenuItemCellTitleField,
-.OBNavBarComponentMenuItemCellTitleFieldSelected,
-.OBNavBarComponentMenuItemCellTitleFieldOver,
-.OBNavBarComponentMenuItemCellTitleFieldSelectedOver,
-.OBNavBarComponentMenuItemCellTitleFieldDisabled {
- padding-left: 10px;
- padding-right: 20px;
-}
-
-.OBNavBarComponentMenuItemCellDisabled ,
-.OBNavBarComponentMenuItemCellTitleFieldDisabled,
-.OBNavBarComponentMenuItemCellIconFieldDisabled {
- color: #AAAAAA;
-}
-
-.OBNavBarComponentMenuBody .menuTable {
- background: #fff; border-color: #fff;
-}
-
-.OBNavBarComponentMenuBody .menuTable img,
-.OBNavBarComponentMenuBodyOver .menuTable img,
-.OBNavBarComponentMenuItemCellTitleField img,
-.OBNavBarComponentMenuItemCellTitleFieldOver img,
-.OBNavBarComponentMenuItemCellSubmenuField img,
-.OBNavBarComponentMenuItemCellSubmenuFieldOver img {
- display: block;
-}
-
-.OBNavBarComponentMenuItemCellKeysField,
-.OBNavBarComponentMenuItemCellKeysFieldSelected,
-.OBNavBarComponentMenuItemCellKeysFieldOver,
-.OBNavBarComponentMenuItemCellKeysFieldSelectedOver,
-.OBNavBarComponentMenuItemCellKeysFieldDisabled,
-.OBNavBarComponentMenuItemCellSubmenuField,
-.OBNavBarComponentMenuItemCellSubmenuFieldSelected,
-.OBNavBarComponentMenuItemCellSubmenuFieldOver,
-.OBNavBarComponentMenuItemCellSubmenuFieldSelectedOver,
-.OBNavBarComponentMenuItemCellSubmenuFieldDisabled {
- padding-right: 6px;
- text-align: right;
-}
-
-.OBNavBarComponentMenuItemCell,
-.OBNavBarComponentMenuItemCellSelected {
- /*padding-left: 10px;*/
-}
-
-.OBNavBarComponentTest {
- background: red;
-}
/*============================================================
Standard flyout styling
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits