forked from extern/egroupware
app preferences
- message - select field css change
This commit is contained in:
parent
671a47f6fc
commit
dd19f4ffff
@ -18,7 +18,7 @@
|
|||||||
* @package preferences
|
* @package preferences
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
||||||
* @version $Id: app.css 44587 2013-11-18 19:57:38Z ralfbecker $
|
* @version $Id: app.css 46460 2014-04-01 16:07:38Z ralfbecker $
|
||||||
*/
|
*/
|
||||||
table.prefTable {
|
table.prefTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -63,8 +63,8 @@ textarea.prefValue {
|
|||||||
.prefType,
|
.prefType,
|
||||||
.prefApp {
|
.prefApp {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
display: inline-block;
|
margin-top: 10px;
|
||||||
padding-bottom: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
@ -101,19 +101,37 @@ tr.prefRow > td {
|
|||||||
}
|
}
|
||||||
.prefHelp {
|
.prefHelp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
background-color: #e6e6e6;
|
||||||
width: 98%;
|
/*border-radius: 10px;*/
|
||||||
background-color: #679fd2;
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
padding: 5px;
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
margin-top: 5px;
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
/* .border_normal;*/
|
||||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
border: 3px solid #679fd2;
|
||||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
-webkit-border-top-right-radius: 0px;
|
||||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
-webkit-border-bottom-right-radius: 15px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-bottom-left-radius: 15px;
|
||||||
-moz-border-radius: 3px;
|
-webkit-border-top-left-radius: 0px;
|
||||||
border-radius: 3px;
|
-moz-border-radius-topright: 0px;
|
||||||
color: #000000 !important;
|
-moz-border-radius-bottomright: 15px;
|
||||||
|
-moz-border-radius-bottomleft: 15px;
|
||||||
|
-moz-border-radius-topleft: 0px;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border-bottom-right-radius: 15px;
|
||||||
|
border-bottom-left-radius: 15px;
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
/*.background-clip(padding-box);*/
|
||||||
|
right: 5px;
|
||||||
|
left: 5px;
|
||||||
|
/*top: 5px;*/
|
||||||
|
top: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
padding-left: 25px;
|
||||||
|
background-position-x: 5px;
|
||||||
|
/*border: 2px gray solid;*/
|
||||||
|
min-width: 100px;
|
||||||
|
max-width: 90%;
|
||||||
|
z-index: 100000;
|
||||||
}
|
}
|
||||||
tr.prefRow:hover .prefHelp {
|
tr.prefRow:hover .prefHelp {
|
||||||
display: block;
|
display: block;
|
||||||
@ -141,9 +159,9 @@ textarea.prefValue {
|
|||||||
/*###############################*/
|
/*###############################*/
|
||||||
.prefType,
|
.prefType,
|
||||||
.prefApp {
|
.prefApp {
|
||||||
margin: 0.3em;
|
/*margin: 0.3em;*/
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
padding: 10px;
|
/*padding:10px;*/
|
||||||
}
|
}
|
||||||
/*img[src$="svg"]{
|
/*img[src$="svg"]{
|
||||||
.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
||||||
@ -163,3 +181,23 @@ textarea.prefValue {
|
|||||||
background-position: 93% 50%;
|
background-position: 93% 50%;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
/*###############################*/
|
||||||
|
/*ADMIN DIALOG*/
|
||||||
|
div#preferences-settings {
|
||||||
|
margin: -8px;
|
||||||
|
}
|
||||||
|
div#preferences-settings div.dialogHeader {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
div#preferences-settings div.dialogHeader select#preferences-settings_appname {
|
||||||
|
min-width: 47%;
|
||||||
|
margin: 5px;
|
||||||
|
-webkit-appearance: button;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
div#preferences-settings div.dialogHeader select#preferences-settings_type {
|
||||||
|
margin: 5px;
|
||||||
|
min-width: 48%;
|
||||||
|
-webkit-appearance: button;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
@ -53,19 +53,25 @@ tr.prefRow > td {
|
|||||||
}
|
}
|
||||||
.prefHelp {
|
.prefHelp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
background-color: @gray_10;
|
||||||
width: 98%;
|
/*border-radius: 10px;*/
|
||||||
background-color: @egw_color_2_e;
|
.box_shadow_message;
|
||||||
|
/* .border_normal;*/
|
||||||
|
border: 3px solid @egw_color_2_e;
|
||||||
|
.border_radius (0px, 15px, 15px, 0px);
|
||||||
|
right: 5px;
|
||||||
|
left: 5px;
|
||||||
|
/*top: 5px;*/
|
||||||
|
top: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
padding-left: 25px;
|
||||||
|
background-position-x: 5px;
|
||||||
|
/*border: 2px gray solid;*/
|
||||||
|
min-width: 100px;
|
||||||
|
max-width: 90%;
|
||||||
|
z-index: 100000;
|
||||||
|
|
||||||
|
|
||||||
padding: 5px;
|
|
||||||
margin-top: 5px;
|
|
||||||
|
|
||||||
.border_normal;
|
|
||||||
.box_shadow_standard_light;
|
|
||||||
.rounded (3px);
|
|
||||||
color: @gray_100 !important;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
tr.prefRow:hover .prefHelp {
|
tr.prefRow:hover .prefHelp {
|
||||||
display: block;
|
display: block;
|
||||||
@ -97,8 +103,9 @@ tr.prefRow:hover .prefHelp {
|
|||||||
|
|
||||||
|
|
||||||
.prefType, .prefApp {
|
.prefType, .prefApp {
|
||||||
margin: 0.3em;
|
/*margin: 0.3em;*/
|
||||||
-webkit-appearance:button; padding:10px;
|
-webkit-appearance:button;
|
||||||
|
/*padding:10px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -111,25 +118,55 @@ tr.prefRow:hover .prefHelp {
|
|||||||
|
|
||||||
/*Preferences APP / left */
|
/*Preferences APP / left */
|
||||||
.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: 93% 50%;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
|
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/*Preferences APP Settings / right*/
|
/*Preferences APP Settings / right*/
|
||||||
.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: 93% 50%;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
//
|
|
||||||
|
/*###############################*/
|
||||||
|
/*ADMIN DIALOG*/
|
||||||
|
div#preferences-settings{
|
||||||
|
|
||||||
|
margin: -8px;
|
||||||
|
|
||||||
|
// Header
|
||||||
|
div.dialogHeader {
|
||||||
|
height: 50px;
|
||||||
|
|
||||||
|
// left
|
||||||
|
select#preferences-settings_appname{
|
||||||
|
min-width: 47%;
|
||||||
|
margin: 5px;
|
||||||
|
-webkit-appearance:button;
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// right
|
||||||
|
select#preferences-settings_type{
|
||||||
|
margin: 5px;
|
||||||
|
min-width: 48%;
|
||||||
|
-webkit-appearance:button;
|
||||||
|
padding:5px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user