@aladas-org/cryptocalc
Version:
Cryptocurrency wallet generator
164 lines (143 loc) • 4.03 kB
CSS
.Dialog_Form {
background: #F5F5DC;
}
.DialogBox {
font-size: 12px;
background: #F5F5DC;
}
#econverter_small_vertical_interspace_id {
height: 0;
border: none;
border-top: 5px solid #F5F5DC;
margin: 0px;
}
.EConverterLabel {
text-align: center;
font-size: 14px;
margin-left: 0px;
padding-left: 0px;
width: 110px ; /* 105px */
min-width: 110px ;
max-width: 110px ;
height: 25px;
}
.EConverterLabelColumn {
text-align: center;
font-size: 14px;
margin-left: 0px;
padding-left: 0px;
width: 110px ; /* 105px */
min-width: 110px ;
max-width: 110px ;
height: 25px;
}
.EConverterEntropyLine {
font-size: 14px;
padding-left: 10px;
width: 90%;
min-width: 90%;
max-width: 90%;
height: 25px;
}
.EConverterFieldColumn {
font-size: 14px;
padding-left: 10px;
width: 90%;
min-width: 90%;
max-width: 90%;
height: 25px;
}
.EConverterInputField {
font-size: 12px ;
width: 500px ;
min-width: 500px ;
max-width: 500px ;
height: 19px ;
min-height: 19px ;
max-height: 19px ;
background-color: white;
}
.EConverterTextAreaInputField {
font-size: 16px ;
width: 500px ;
min-width: 500px ;
max-width: 500px ;
height: 125px ;
min-height: 125px ;
max-height: 125px ;
background-color: white;
}
.EConverterTextAreaBinaryInputField {
font-size: 12px ;
width: 500px ;
min-width: 500px ;
max-width: 500px ;
height: 55px ;
min-height: 55px ;
max-height: 55px ;
background-color: white;
}
#econverter_hexadecimal_input_id {
width: 475px ;
min-width: 475px ;
max-width: 475px ;
}
#econverter_grid_img_id {
margin-left: 0px; !important;
background-color: red;
}
#econverter_lang_select_id {
font-size: 13px;
margin-left: 0px; !important;
width: 115px; !important;
min-width: 115px; !important;
max-width: 115px; !important;
height: 18px;
background-color: white;
}
#econverter_word_count_select_id {
width: 150px;
height: 18px;
background-color: white;
}
#econverter_translated_label_id {
width: 70px ; /* 90px */
text-align: center;
}
.EConverterButton {
font-size: 18px ;
width: 120px;
height: 30px;
color: white;
background-color: #2196D3; /* Blue */
}
.EConverterTable {
border: none; */
/* border: 1px solid black; */
margin: 0px;
padding: 0px;
}
.EConverterDialog_FieldColumn {
font-size: 14px;
padding-left: 10px;
width: 100%;
min-width: 100%;
}
.EConverterTranslateButton {
border: none;
background-color: #F5F5DC;
}
.EConverterCopyButton {
display: flex;
align-items: center;
padding: 8px;
width: 22px;
height: 22px;
margin-left: 4px;
padding-left: 2px;
margin-top: 1px;
}
.EConverter_DataFieldWithButton_Container {
display: flex;
align-items: center;
}