ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Improved toolbar buttons

This commit is contained in:
Lorenzo Tilve 2009-12-06 20:45:04 +01:00 committed by Javier Moran Rua
parent eed4d9a2b3
commit 9d202b7ce8
2 changed files with 19 additions and 10 deletions

View file

@ -6,15 +6,14 @@ planner = self;
<borderlayout sclass="plannerlayout" width="auto">
<north height="30px" border="0">
<hbox align="center" id="toolbar">
<hbox align="center" id="toolbar" sclass="toolbar-box">
<separator/>
<button onClick="planner.zoomIncrease();" class="planner-icon"
image="/common/img/zoom_in.png" tooltiptext="${i18n:_('Zoom increase')}" />
<button onClick="planner.zoomDecrease();" class="planner-icon"
image="/common/img/zoom_out.png" tooltiptext="${i18n:_('Zoom decrease')}" />
From: <datebox /> to: <datebox />
<separator/>
Filter:
<label>${i18n:_('Filter')}:</label>
<combobox>
<comboitem label="Orders"
description="Show full orders and company view" />

View file

@ -339,7 +339,6 @@ button.z-button {
font-size: 1.2em;
}
.message_ERROR, .message_INFO {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
@ -348,11 +347,17 @@ button.z-button {
width: 300px;
}
.message_WARNING {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 10px 5px;
margin: 5px;
}
.message_WARNING img, .message_ERROR img {
display: none;
}
.message_ERROR {
color: #ee0000;
border: solid 1px #ee0000;
@ -391,14 +396,11 @@ div.z-errbox {
width: auto;
}
.z-window-embedded {
margin: 10px;
margin-top: 5px;
}
/* Hide inner second level embed window titles */
.z-window-embedded
.z-window-embedded
@ -619,8 +621,6 @@ div.z-grid {
border:none;
}
.orderelements-tab .z-datebox-focus .z-datebox-inp {
border-top: 0px;
border-bottom: 0px;
@ -945,9 +945,11 @@ tr.z-tree-row-seld, tr.z-list-item-seld,
.scheduling-graphics .z-tabs-ver {
width: 60px !important;
}
.scheduling-graphics .z-tab-ver .z-tab-ver-text {
white-space: normal;
}
.earned-parameter-column {
width: 70px;
}
@ -963,3 +965,11 @@ padding: 10px;
.perspectives-column {
display:none;
}
.toolbar-box .z-button-cm {
height: 24px;
}
.toolbar-box .z-label {
color:#0068B1;
}