Fix value of top selectboxes in preferences dialog not fully shown

This commit is contained in:
Hadi Nategh 2016-08-26 14:59:31 +02:00
parent 3a6be10253
commit e2e2cba628
3 changed files with 13 additions and 21 deletions

View File

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

View File

@ -65,6 +65,7 @@ textarea.prefValue {
font-size: 150%; font-size: 150%;
margin-top: 10px; margin-top: 10px;
margin-right: 5px; margin-right: 5px;
width: 50%;
} }
#preferences-password .dialogHeader td { #preferences-password .dialogHeader td {
text-align: center; text-align: center;
@ -109,11 +110,9 @@ tr.prefRow > td {
.prefHelp { .prefHelp {
position: fixed; position: fixed;
background-color: #E6E6E6; background-color: #E6E6E6;
/*border-radius: 10px;*/
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
/* .border_normal;*/
border: 3px solid #679FD2; border: 3px solid #679FD2;
-webkit-border-top-right-radius: 0px; -webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-right-radius: 15px;
@ -130,12 +129,10 @@ tr.prefRow > td {
/*.background-clip(padding-box);*/ /*.background-clip(padding-box);*/
right: 5px; right: 5px;
left: 5px; left: 5px;
/*top: 5px;*/
top: 0px; top: 0px;
padding: 10px; padding: 10px;
padding-left: 25px; padding-left: 25px;
background-position-x: 5px; background-position-x: 5px;
/*border: 2px gray solid;*/
min-width: 100px; min-width: 100px;
max-width: 90%; max-width: 90%;
z-index: 100000; z-index: 100000;
@ -177,7 +174,7 @@ textarea.prefValue {
.prefApp { .prefApp {
background-image: url(../pixelegg/images/setup.png); background-image: url(../pixelegg/images/setup.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 93% 50%; background-position: 90% 50%;
background-size: 16px 16px; background-size: 16px 16px;
margin-right: 1em; margin-right: 1em;
} }
@ -185,7 +182,7 @@ textarea.prefValue {
.prefType { .prefType {
background-image: url(../pixelegg/images/setup.png); background-image: url(../pixelegg/images/setup.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 93% 50%; background-position: 90% 50%;
background-size: 16px 16px; background-size: 16px 16px;
} }
/*###############################*/ /*###############################*/

View File

@ -53,25 +53,19 @@ tr.prefRow > td {
} }
.prefHelp { .prefHelp {
position: fixed; position: fixed;
background-color: @gray_10; background-color: @gray_10;
/*border-radius: 10px;*/ .box_shadow_message;
.box_shadow_message; border: 3px solid @egw_color_2_e;
/* .border_normal;*/ .border_radius (0px, 15px, 15px, 0px);
border: 3px solid @egw_color_2_e;
.border_radius (0px, 15px, 15px, 0px);
right: 5px; right: 5px;
left: 5px; left: 5px;
/*top: 5px;*/ top: 0px;
top: 0px;
padding: 10px; padding: 10px;
padding-left: 25px; padding-left: 25px;
background-position-x: 5px; background-position-x: 5px;
/*border: 2px gray solid;*/
min-width: 100px; min-width: 100px;
max-width: 90%; max-width: 90%;
z-index: 100000; z-index: 100000;
} }
tr.prefRow:hover .prefHelp { tr.prefRow:hover .prefHelp {
display: block; display: block;
@ -121,7 +115,7 @@ tr.prefRow:hover .prefHelp {
background-image: url(../pixelegg/images/setup.png); background-image: url(../pixelegg/images/setup.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 93% 50%; background-position: 90% 50%;
background-size: 16px 16px; background-size: 16px 16px;
margin-right: 1em; margin-right: 1em;
@ -133,7 +127,7 @@ tr.prefRow:hover .prefHelp {
background-image: url(../pixelegg/images/setup.png); background-image: url(../pixelegg/images/setup.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 93% 50%; background-position: 90% 50%;
background-size: 16px 16px; background-size: 16px 16px;