Subversion Repositories WebE

Compare Revisions

Last modification

Regard whitespace Rev 31 → Rev 30

/trunk/WebContent/resources/css/main.css
31,9 → 31,12
border: none;
}
 
 
 
/*********************************************************************************
* Links
*/
 
a,a:link,a:visited,a:active {
color: #AA0000;
text-decoration: none;
71,9 → 74,11
background-color: #DDDDDD;
}
 
 
/*********************************************************************************
* Table
*/
 
table {
margin: 5px 0 10px 0;
padding: 0;
120,9 → 125,11
padding: 0;
}
 
 
/*********************************************************************************
* Custom classes
*/
 
div#page-container {
width: 100%;
}
161,6 → 168,7
/*********************************************************************************
* Login
*/
div#login {
background-color: #EBEBED;
width: 350px;
180,6 → 188,9
width: 200px;
}
 
 
 
 
/*********************************************************************************
* Dialogs
*/
206,10 → 217,13
left: 30%;
top: 20px;
text-align: left;
padding: 10px 10px 10px 80px;
margin: 20px auto auto auto;
width: 40%;
background-color: #FFFFFF;
z-index: 1000;
}
 
221,34 → 235,31
height: 100%;
z-index: 500;
background-color: #EBEBED;
opacity: 0.7; /* for real browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* for IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE 8 */
filter: alpha(opacity = 70); /* for IE */
}
 
 
/* Error dialog */
.dialog_error {
background: #FFFFFF url(../../resources/images/dialog_error.png)
no-repeat 10px 10px;
background: #FFFFFF url(../../resources/images/dialog_error.png) no-repeat 10px 10px;
}
 
/* Warning dialog */
.dialog_warning {
background: #FFFFFF url(../../resources/images/dialog_warning.png)
no-repeat 10px 10px;
background: #FFFFFF url(../../resources/images/dialog_warning.png) no-repeat 10px 10px;
}
 
/* Info dialog */
.dialog_info {
background: #FFFFFF url(../../resources/images/dialog_info.png)
no-repeat 10px 10px;
background: #FFFFFF url(../../resources/images/dialog_info.png) no-repeat 10px 10px;
}
 
/* Question dialog */
.dialog_question {
background: #FFFFFF url(../../resources/images/dialog_question.png)
no-repeat 10px 10px;
background: #FFFFFF url(../../resources/images/dialog_question.png) no-repeat 10px 10px;
}
 
/*Notification*/
256,6 → 267,7
float: right;
}
 
 
/* Title of dialog box */
#dialog_title {
float: left;
285,6 → 297,7
padding: 10px 0 0 0;
}
 
 
/*********************************************************************************
* Navigation on the left side
*/
334,15 → 347,16
color: #E30119;
}
 
 
/*********************************************************************************
* General page formatting
*/
p.main_hint {
font-weight: bold;
}
 
p.sub_hint {
}
 
.hidden {
352,6 → 366,7
/*********************************************************************************
* Customer selection
*/
 
div.customer {
border-left: #EBEBED 5px solid;
padding: 0 5px 0 5px;
370,6 → 385,7
/*********************************************************************************
* Form fields
*/
.input_ro { /* read only input field */
border: 2px solid #EEEEEE;
background-color: #EEEEEE;
380,9 → 396,11
background-color: #FFDDDD;
}
 
 
/*********************************************************************************
* Shopping cart
*/
table.shopping_cart {
border-collapse: collapse;
border: 3px solid #EBEBED;
397,7 → 415,8
border-top: none;
}
 
table.shopping_cart td.right,table.shopping_cart th.right {
table.shopping_cart td.right,
table.shopping_cart th.right {
padding-right: 20px;
}
 
411,10 → 430,8
float: right;
margin: 7px 0 0 10px;
}
 
table.shopping_cart form {
margin: 0;
padding: 0; /* Necessary for IE */
margin: 0; padding: 0; /* Necessary for IE */
}
 
/* No padding-right for buttons in shopping cart */
468,8 → 485,7
#arrow_left {
height: 38px;
padding-left: 45px;
background: url('../../resources/images/double_left_arrow.png')
no-repeat 3px 3px;
background: url('../../resources/images/double_left_arrow.png') no-repeat 3px 3px;
}
 
/* Difference to minimum order value */
478,6 → 494,7
color: #E30119;
}
 
 
#shopping_cart_buttons {
width: 100%;
}
490,9 → 507,11
float: right;
}
 
 
/*********************************************************************************
* Filter
*/
 
#filter_list {
display: inline-block;
float: none;
516,6 → 535,7
width: 150px;
}
 
 
#user_id_block {
width: 200px;
height: 80px;
539,6 → 559,7
padding-right: 5px;
}
 
 
#filter_spacer {
width: 10px;
height: 80px;
583,4 → 604,5
 
.pager span {
padding: 5px;
}
}