panel img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border: 2px solid #666666;
-webkit-border-radius: 6px;
}
.row > p {
display: block;
margin: 0;
border: none;
padding: 12px 10px 0 110px;
text-align: left;
font-weight: bold;
text-decoration: inherit;
height: 42px;
color: inherit;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
Chapter 3: Implementing the Interface
67
.row > label {
text-align: right;
width: 80px;
position: absolute;
margin: 0 0 0 14px;
line-height: 42px;
font-weight: bold;
color: #7388a5;
}
.serviceButton {
display: block;
margin: 0;
border: none;
padding: 12px 10px 0 0px;
text-align: center;
font-weight: bold;
text-decoration: inherit;
height: 42px;
color: #7388a5;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
/*********************************/
.panel p.normalText {
text-align: left;
padding: 0 10px 0 10px;
}
.panel > h2 {
margin: 3px 0 10px 10px;
}
input.calc {
padding: 6px 6px 6px 120px;
}
/*********************************/
.altLabel {
position: absolute;
margin: 16px 15px 0 6px;
font-size: 14px;
color: black;
}
.altInput {
padding-left: 60px;
}
select {
box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100%;
margin: 15px 0 0 0;
padding: 6px 6px 6px 144px;
font-size: 16px;
font-weight: normal;
}
Chapter 3: Implementing the Interface
68
Scripting UI Behavior with iui.
Pages:
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93