/* Override the left-hand position of the H2 header */ h2 { margin-left: 0px !important; } /* A box for displaying values */ .vb { position: relative; margin: 0 0 10px 0; padding: 7px 10px 7px 10px; background: #FFFFFF; -webkit-border-radius: 10px; border: 1px solid #999999; font-size: 14px; color: #336699; } /* Smaller li's for double-lined display */ li.d { font-size: 14px !important; font-weight: normal !important; } /* Notes for li's */ span.n { font-size: 14px !important; font-weight: normal !important; color: gray !important; } /* Colored values */ .cv { color: #333399; } /* A group header on a dialogue */ .dh { position: relative; display: block; width: 100%; top: -10px; margin-bottom: -2px; margin-left: -10px; border-top: 1px solid #7d7d7d; border-bottom: 1px solid #999999; padding-right: 10px; padding-left: 10px; background: url(/s/org/postgresql/git/G.https/cgit/pgphonehome.git/plain/iui/listGroup.png) repeat-x; font-size: 17px; font-weight: bold; text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0; color: #FFFFFF; } /* li image */ .mi { margin-top: -4px; padding-right: 5px; float: left; } /* Textarea */ textarea { width: 95%; height: 100px; border: 0px; padding: 5px; }