mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
Fixing spacing
This commit is contained in:
parent
e3953a1d57
commit
998f45fb59
1 changed files with 9 additions and 0 deletions
|
@ -571,54 +571,63 @@ IdEditDialog QLabel#info_label
|
||||||
background: #FFFFD7;
|
background: #FFFFD7;
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QComboBox#genPGPuser {
|
GenCertDialog QComboBox#genPGPuser {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QSpinBox#hiddenport_spinBox {
|
GenCertDialog QSpinBox#hiddenport_spinBox {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QLineEdit#hiddenaddr_input {
|
GenCertDialog QLineEdit#hiddenaddr_input {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QLineEdit#password2_input {
|
GenCertDialog QLineEdit#password2_input {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QLineEdit#password_input {
|
GenCertDialog QLineEdit#password_input {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QLineEdit#nickname_input {
|
GenCertDialog QLineEdit#nickname_input {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QLineEdit#node_input {
|
GenCertDialog QLineEdit#node_input {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QLineEdit#name_input {
|
GenCertDialog QLineEdit#name_input {
|
||||||
border: 2px solid #0099cc;
|
border: 2px solid #0099cc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QPushButton#genButton {
|
GenCertDialog QPushButton#genButton {
|
||||||
border-image: url(:/images/btn_blue.png) 4;
|
border-image: url(:/images/btn_blue.png) 4;
|
||||||
border-width: 4;
|
border-width: 4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue