mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix gear icon in preference app & type selects
This commit is contained in:
parent
96354be5ec
commit
78f58a5503
@ -86,8 +86,6 @@ span.prefDefault {
|
|||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
#preferences_settings_country_chzn {width:49% !important;}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 2FA setup
|
* 2FA setup
|
||||||
*/
|
*/
|
||||||
|
@ -33,7 +33,7 @@ tr.prefRow:hover {
|
|||||||
background-color: #f0f0ff;
|
background-color: #f0f0ff;
|
||||||
}
|
}
|
||||||
.prefName .et2_label:first-child {
|
.prefName .et2_label:first-child {
|
||||||
padding-top: 5px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
tr.prefRow > td {
|
tr.prefRow > td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -51,7 +51,7 @@ tr.prefRow > td.prefValueColumn {
|
|||||||
display: none;
|
display: none;
|
||||||
width: 255px;
|
width: 255px;
|
||||||
max-height: 99%;
|
max-height: 99%;
|
||||||
height: calc(-51%);
|
height: calc(99% - 150px);
|
||||||
background-color: #f0f0ff;
|
background-color: #f0f0ff;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
top: 80px;
|
top: 80px;
|
||||||
@ -93,7 +93,7 @@ textarea.prefValue {
|
|||||||
width: 49%;
|
width: 49%;
|
||||||
}
|
}
|
||||||
.prefApp {
|
.prefApp {
|
||||||
width: 49.50%;
|
width: 49.5%;
|
||||||
}
|
}
|
||||||
#preferences-password .dialogHeader td {
|
#preferences-password .dialogHeader td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -104,9 +104,6 @@ textarea.prefValue {
|
|||||||
.prefValueColumn select.prefValue {
|
.prefValueColumn select.prefValue {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
#preferences_settings_country_chzn {
|
|
||||||
width: 49% !important;
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* 2FA setup
|
* 2FA setup
|
||||||
*/
|
*/
|
||||||
@ -188,6 +185,7 @@ textarea.prefValue {
|
|||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.prefType,
|
.prefType,
|
||||||
.prefApp {
|
.prefApp {
|
||||||
@ -196,19 +194,18 @@ textarea.prefValue {
|
|||||||
/*padding:10px;*/
|
/*padding:10px;*/
|
||||||
}
|
}
|
||||||
/*Preferences APP / left */
|
/*Preferences APP / left */
|
||||||
.prefApp {
|
|
||||||
background-image: url(../pixelegg/images/setup.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 90% 50%;
|
|
||||||
background-size: 16px 16px;
|
|
||||||
margin-right: 1em;
|
|
||||||
}
|
|
||||||
/*Preferences APP Settings / right*/
|
/*Preferences APP Settings / right*/
|
||||||
.prefType {
|
.prefApp::after,
|
||||||
|
.prefType::after {
|
||||||
background-image: url(../pixelegg/images/setup.png);
|
background-image: url(../pixelegg/images/setup.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 90% 50%;
|
background-size: contain;
|
||||||
background-size: 16px 16px;
|
position: absolute;
|
||||||
|
right: 32px;
|
||||||
|
content: " ";
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
top: calc(50% - 16px);
|
||||||
}
|
}
|
||||||
/*###############################*/
|
/*###############################*/
|
||||||
/*ADMIN DIALOG*/
|
/*ADMIN DIALOG*/
|
||||||
|
@ -72,9 +72,10 @@ tr.prefRow:hover .prefHelp {
|
|||||||
height: 5em;
|
height: 5em;
|
||||||
}
|
}
|
||||||
.prefType, .prefApp {
|
.prefType, .prefApp {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prefType, .prefApp {
|
.prefType, .prefApp {
|
||||||
@ -83,20 +84,17 @@ tr.prefRow:hover .prefHelp {
|
|||||||
/*padding:10px;*/
|
/*padding:10px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Preferences APP / left */
|
/*Preferences APP / left */ /*Preferences APP Settings / right*/
|
||||||
.prefApp {
|
.prefApp::after, .prefType::after {
|
||||||
background-image: url(../pixelegg/images/setup.png);
|
background-image: url(../pixelegg/images/setup.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 90% 50%;
|
background-size: contain;
|
||||||
background-size: 16px 16px;
|
position: absolute;
|
||||||
margin-right: 1em;
|
right: 32px;
|
||||||
}
|
content: " ";
|
||||||
/*Preferences APP Settings / right*/
|
width: 16px;
|
||||||
.prefType {
|
height: 16px;
|
||||||
background-image: url(../pixelegg/images/setup.png);
|
top: calc(50% - 16px);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 90% 50%;
|
|
||||||
background-size: 16px 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*###############################*/
|
/*###############################*/
|
||||||
|
Loading…
Reference in New Issue
Block a user