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 9115ab2739
commit 75b3330188
2 changed files with 11 additions and 1 deletions

View File

@ -48,8 +48,13 @@ tr.prefRow:hover .prefHelp {
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;
} }

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;
} }