color: green;
}
-td.numeric { /* class for numeric columns in tables */
- text-align: right
-}
-
h2.confirm {
color: blue;
font-size: 14pt;
font-weight: bolder;
}
-/* media stuff */
-
-@media screen {
- .noscreen { /* items with this class won't display */
- display: none;
- }
-}
-
-@media print {
- .noprint { /* items with this class won't print */
- display: none;
- }
-}
.filecontent {
border: 1px solid blue;
background-color: #ffa0a0;
}
-.clearfix:after {
- clear:both;
- content:".";
- display:block;
- font-size:0;
- height:0;
- visibility:hidden;
-}
-
.flash_message_error {
background-color:#FFD6D6;
border: 1px solid #AE0014;
margin-right: 6px;
}
-.small-text {
- font-size: 0.75em;
-}
-
-.float-left {
- float: left;
-}
-.float-right {
- float: right;
-}
-
-.block-context {
- overflow: hidden;
-}
-
-.position-relative {
- position: relative;
-}
-
-.position-absolute {
- position: absolute;
-}
-
.part_picker {
padding-right: 16px;
}
-
+.customer-vendor-picker-undefined,
+.partpicker-undefined {
+ color: red;
+ font-style: italic;
+}
div.part_picker_part {
padding: 5px;
margin: 5px;
span.toggle_selected {
font-weight: bold;
}
-
-/* CTI */
-a.cti_call_action {
- display: inline-block;
- padding-left: 18px;
- height: 16px;
- position: relative;
- top: 2px;
- vertical-align: center;
- background-image: url(../../image/icons/16x16/phone.png);
- background-repeat: no-repeat;
-}