Make type selectbox in preferences dialog slightly smaller to get it align with rest of the fields

This commit is contained in:
Hadi Nategh 2016-08-26 16:01:42 +02:00
parent f0e950849b
commit 1d6985f5b0
2 changed files with 11 additions and 1 deletions

View File

@ -48,7 +48,12 @@ tr.prefRow:hover .prefHelp {
font-size: 150%; font-size: 150%;
margin-top: 10px; margin-top: 10px;
margin-right: 5px; margin-right: 5px;
width: 50%; }
.prefType{
width:50%;
}
.prefApp {
width:49.50%;
} }
#preferences-password .dialogHeader td { #preferences-password .dialogHeader td {
text-align: center; text-align: center;

View File

@ -65,8 +65,13 @@ textarea.prefValue {
font-size: 150%; font-size: 150%;
margin-top: 10px; margin-top: 10px;
margin-right: 5px; margin-right: 5px;
}
.prefType {
width: 50%; width: 50%;
} }
.prefApp {
width: 49.50%;
}
#preferences-password .dialogHeader td { #preferences-password .dialogHeader td {
text-align: center; text-align: center;
} }