IDEMPIERE-369 Master Detail layout improvements. 1) Revert the new checked toolbar button effect as it cause the toolbar to flick. 2) Change the navigation button from green to blue and to follow common UI convention. 3) Change dashboard widget title bar from dark gray to dark blue.

This commit is contained in:
Heng Sin Low 2012-10-15 11:09:39 +08:00
parent 16fd4e31a3
commit 5ccdc9aa95
7 changed files with 3 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 264 B

View File

@ -299,7 +299,7 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
.desktop-home-tabpanel .z-panel-hl {
padding-bottom: 1px;
border-bottom: 2px solid #9D9D9D;
border-bottom: 2px solid #008BB6;
}
.desktop-home-tabpanel .z-panel-hl .z-panel-header {
@ -315,7 +315,7 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
.desktop-left-column .z-panel-hl {
padding-bottom: 1px;
border-bottom: 2px solid #9D9D9D;
border-bottom: 2px solid #008BB6;
}
.desktop-left-column .z-panel-hl .z-panel-header {
@ -394,7 +394,7 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
.adwindow-breadcrumb {
height: 30px;
background-color: #FFF;
padding-left: 2px;
padding-left: 5px;
}
.adwindow-detailpane {
@ -820,16 +820,3 @@ tbody.z-grid-empty-body td {
width: 300px;
}
.z-toolbarbutton-ck {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
background-color: #FFF;
background-image: -webkit-linear-gradient(top,#FFF,#D0D0D0);
background-image: -moz-linear-gradient(top,#FFF,#E0E0E0);
background-image: -ms-linear-gradient(top,#FFF,#E0E0E0);
background-image: -o-linear-gradient(top,#FFF,#E0E0E0);
background-image: linear-gradient(top,#FFF,#E0E0E0);
border: 1px solid #CCC;
color: #333;
}