public/stylesheets/erp_app/desktop/base.css in erp_app-3.1.16 vs public/stylesheets/erp_app/desktop/base.css in erp_app-4.0.0

- old
+ new

@@ -1,12 +1,68 @@ -/*! -* Ext JS Library 4.0 -* Copyright(c) 2006-2011 Sencha Inc. -* licensing@sencha.com -* http://www.sencha.com/license -*/ +.x-window-default { + background-color: #537697 !important; + border-color: #537697 !important; +} + +.x-toolbar-ide-main span.x-btn-inner { + color: #fff; +} + +.x-toolbar-ide-main { + background-color: #537697 !important; + padding-bottom: 5px !important; + border-top-left-radius: 5px !important; + border-top-right-radius: 5px !important; +} + +.x-toolbar-ide-main .x-btn { + background-color: #537697 !important; + background-image: none !important; +} + +.x-border-layout-ct { + background-color: #537697 !important; +} + +.x-btn-default-toolbar-small { + background-image: none !important; + border-style: none !important; + background-color: #fff; +} + +.x-btn-toolbar { + background-image: none !important; +} + +.x-toolbar-tasktoolbar .x-btn-default-toolbar-small { + background-color: #fff !important; + border-style: none; +} + +#erp_app_viewport_center-body { + border-bottom-left-radius: 9px !important; + border-bottom-right-radius: 9px !important; +} + +.x-tab-bar-strip-default { + border-color: white; + background-color: white; +} + +.x-tab-default-active { + background-color: white; +} + +.x-tab-bar-strip-default-top { + border-top-right-radius: 5px; +} + +.x-panel-body-default { + border-width: 0; +} + /*---------------------------------------------------- Start Button */ .ux-start-button-icon { @@ -22,20 +78,26 @@ padding-left: 10px; } .ux-taskbar { padding-left: 4px !important; + background-color: #D8D8D8 !important; } +.ux-start-button { + background-color: #D8D8D8 !important; +} + /* Start Button (Black) */ .ux-desktop-black .ux-start-button { height: 28px; padding: 0px; display: block; + background-color: #aaa !important; } .ux-desktop-black .ux-start-button em { margin-top: 5px; } @@ -48,10 +110,11 @@ .ux-desktop-black .ux-start-button { background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6); border-radius: 8px 8px 8px 8px; border-color: #81A4D0; + background-color: #D8D8D8 !important; } /*---------------------------------------------------- Start Menu */ @@ -139,27 +202,40 @@ /*---------------------------------------------------- Desktop DataView */ .ux-wallpaper { - background-color: #3d71b8; + background-color: #000; + background-image: url(/images/art/compass-ae-logo-reverse-1.png) !important; + background-repeat: no-repeat; + background-position: 50% 15%; } .ux-wallpaper-tiled { background-repeat: repeat; } + +.ux-desktop-shortcut-container { + + width: 800px; + margin-left: auto; + margin-right: auto; + margin-top: 20%; +} + .ux-desktop-shortcut { + display: inline-table; cursor: pointer; text-align: center; padding: 8px; - width: 64px; - margin: 8px 0 8px 8px; + width: 80px; + margin: 20px 0 8px 30px; } .ux-desktop-shortcut-icon { - width: 48px; - height: 48px; + width: 64px; + height: 64px; background-color: transparent; background-repeat: no-repeat; } .ux-desktop-shortcut-text { \ No newline at end of file