gecko/toolkit/components/prompts/content/tabprompts.css
2011-02-22 13:04:56 +01:00

30 lines
455 B
CSS

/* Tab Modal Prompt boxes */
tabmodalprompt {
width: 100%;
height: 100%;
-moz-box-pack: center;
-moz-box-orient: vertical;
}
.mainContainer {
min-width: 20em;
min-height: 12em;
}
.info\.title {
margin-bottom: 1em !important;
font-weight: bold;
}
.info\.body {
margin: 0 !important;
-moz-user-focus: normal;
-moz-user-select: text;
cursor: text !important;
white-space: pre-wrap;
}
label[value=""] {
visibility: collapse;
}