forked from extern/egroupware
padding of 8px of all dialog windows
This commit is contained in:
parent
e12ba6c74e
commit
91771d6623
@ -4995,7 +4995,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
/**
|
/**
|
||||||
* EGroupware: Stylite Pixelegg template
|
* EGroupware: Stylite Pixelegg template
|
||||||
*
|
*
|
||||||
* dialog
|
* dialog
|
||||||
|
|
||||||
* define every dialog box in egw
|
* define every dialog box in egw
|
||||||
* even popup or jquery
|
* even popup or jquery
|
||||||
@ -5009,6 +5009,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
/*@import (reference) "def_content_elements.less";*/
|
/*@import (reference) "def_content_elements.less";*/
|
||||||
|
div#popupMainDiv {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
div.et2_container {
|
div.et2_container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* EGroupware: Stylite Pixelegg template
|
* EGroupware: Stylite Pixelegg template
|
||||||
*
|
*
|
||||||
* dialog
|
* dialog
|
||||||
|
|
||||||
* define every dialog box in egw
|
* define every dialog box in egw
|
||||||
* even popup or jquery
|
* even popup or jquery
|
||||||
@ -23,6 +23,9 @@
|
|||||||
|
|
||||||
// Dialoge Allgemeine Definition
|
// Dialoge Allgemeine Definition
|
||||||
|
|
||||||
|
div#popupMainDiv {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
div.et2_container {
|
div.et2_container {
|
||||||
|
|
||||||
@ -45,15 +48,15 @@ div.et2_container {
|
|||||||
|
|
||||||
td {
|
td {
|
||||||
.et2_box_widget {
|
.et2_box_widget {
|
||||||
|
|
||||||
select{
|
select{
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -61,11 +64,11 @@ div.et2_container {
|
|||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
.border_radius (3px, 3px ,3px ,3px );
|
.border_radius (3px, 3px ,3px ,3px );
|
||||||
}
|
}
|
||||||
|
|
||||||
input.hasDatepicker {
|
input.hasDatepicker {
|
||||||
background-image: url( "../images/datepopup.png");
|
background-image: url( "../images/datepopup.png");
|
||||||
|
|
||||||
&:hover {cursor: pointer;}
|
&:hover {cursor: pointer;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -80,7 +83,7 @@ div.et2_container {
|
|||||||
|
|
||||||
.et2_tabheader {}
|
.et2_tabheader {}
|
||||||
.et2_tabs {
|
.et2_tabs {
|
||||||
|
|
||||||
button.et2_button_with_image {.dimension_height_m;}
|
button.et2_button_with_image {.dimension_height_m;}
|
||||||
|
|
||||||
table.et2_grid {.background_color_0_gray;}
|
table.et2_grid {.background_color_0_gray;}
|
||||||
@ -105,8 +108,8 @@ div.et2_container {
|
|||||||
/*Main div*/
|
/*Main div*/
|
||||||
|
|
||||||
#popupMainDiv {
|
#popupMainDiv {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -138,46 +141,46 @@ table.dialog-main-view {width: 100%;}
|
|||||||
|
|
||||||
/********** Header Part ********************/
|
/********** Header Part ********************/
|
||||||
.dialog-header{
|
.dialog-header{
|
||||||
|
|
||||||
|
|
||||||
/*background-color: @egw_color_2_d;*/
|
/*background-color: @egw_color_2_d;*/
|
||||||
.gradient_thead;
|
.gradient_thead;
|
||||||
.color_100_gray;
|
.color_100_gray;
|
||||||
|
|
||||||
|
|
||||||
table.et2_grid {
|
table.et2_grid {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
||||||
.th {
|
.th {
|
||||||
background-color: @egw_color_2_a !important;
|
background-color: @egw_color_2_a !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr { height: 30px; }
|
tr { height: 30px; }
|
||||||
|
|
||||||
td {padding: 0px 0px 0px 3px; .color_100_gray;}
|
td {padding: 0px 0px 0px 3px; .color_100_gray;}
|
||||||
|
|
||||||
//Table in Table
|
//Table in Table
|
||||||
table.et2_grid {
|
table.et2_grid {
|
||||||
|
|
||||||
label.et2_label {
|
label.et2_label {
|
||||||
span.et2_selectbox {
|
span.et2_selectbox {
|
||||||
li {float: left;}
|
li {float: left;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_label {
|
.et2_label {
|
||||||
.color_100_gray;
|
.color_100_gray;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
padding: 0px 0px 0px 3px !important;
|
padding: 0px 0px 0px 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.space {
|
td.space {
|
||||||
|
|
||||||
span img {
|
span img {
|
||||||
background: @gray_0;
|
background: @gray_0;
|
||||||
border: 2px solid @gray_0;
|
border: 2px solid @gray_0;
|
||||||
@ -191,36 +194,36 @@ table.dialog-main-view {width: 100%;}
|
|||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
/*filter: url(grayscale.svg); Firefox 4+ */
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
||||||
filter: gray; /* IE 6-9 */
|
filter: gray; /* IE 6-9 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.dialog-header2,
|
tr.dialog-header2,
|
||||||
tr.dialog-header3,
|
tr.dialog-header3,
|
||||||
tr.dialog-header4{
|
tr.dialog-header4{
|
||||||
background-color: @gray_10 !important;
|
background-color: @gray_10 !important;
|
||||||
border-top: 2px solid @gray_10;
|
border-top: 2px solid @gray_10;
|
||||||
border-bottom: 2px solid @gray_10;
|
border-bottom: 2px solid @gray_10;
|
||||||
|
|
||||||
|
|
||||||
.et2_label {
|
.et2_label {
|
||||||
.color_90_gray;
|
.color_90_gray;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
padding: 0px 0px 0px 3px !important;
|
padding: 0px 0px 0px 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/************* Tabs *********************************/
|
/************* Tabs *********************************/
|
||||||
|
|
||||||
.dialog-tabs {
|
.dialog-tabs {
|
||||||
|
|
||||||
.gradient_thead;
|
.gradient_thead;
|
||||||
.color_100_gray;
|
.color_100_gray;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -228,9 +231,9 @@ tr.dialog-header4{
|
|||||||
|
|
||||||
// Terminsuche
|
// Terminsuche
|
||||||
.dialog-main-timeframe {
|
.dialog-main-timeframe {
|
||||||
|
|
||||||
div {min-height: 100px;}
|
div {min-height: 100px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/********** Operators *******************************/
|
/********** Operators *******************************/
|
||||||
@ -238,7 +241,7 @@ tr.dialog-header4{
|
|||||||
background-color: fade(@gray_10, 2%);
|
background-color: fade(@gray_10, 2%);
|
||||||
border-top: 0px solid @gray_10;
|
border-top: 0px solid @gray_10;
|
||||||
border-bottom: 0px solid @gray_10;
|
border-bottom: 0px solid @gray_10;
|
||||||
|
|
||||||
td {padding: 2px;}
|
td {padding: 2px;}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -246,22 +249,22 @@ tr.dialog-header4{
|
|||||||
/********** Footer *******************************/
|
/********** Footer *******************************/
|
||||||
/*Buttons / Toolbar*/
|
/*Buttons / Toolbar*/
|
||||||
|
|
||||||
.dialog-footer-toolbar{
|
.dialog-footer-toolbar{
|
||||||
background-color: @egw_color_2_e;
|
background-color: @egw_color_2_e;
|
||||||
|
|
||||||
td {padding: 0px 5px;}
|
td {padding: 0px 5px;}
|
||||||
|
|
||||||
button { height: 32px;}
|
button { height: 32px;}
|
||||||
|
|
||||||
button[id="addressbook-edit_button[delete]"]{
|
button[id="addressbook-edit_button[delete]"]{
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
// selectbox
|
// selectbox
|
||||||
.et2_selectbox {height: 32px; top: 0px; font-size: 1.2em;}
|
.et2_selectbox {height: 32px; top: 0px; font-size: 1.2em;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// e.g. keine Benachrichtigung senden
|
// e.g. keine Benachrichtigung senden
|
||||||
label.et2_label {
|
label.et2_label {
|
||||||
/* .Complete_Button_input;
|
/* .Complete_Button_input;
|
||||||
@ -273,16 +276,16 @@ tr.dialog-header4{
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 11px;
|
top: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.et2_checkbox { top: 0px;}
|
input.et2_checkbox { top: 0px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Dialog Calendar - Resourcen suchen*/
|
/*Dialog Calendar - Resourcen suchen*/
|
||||||
|
|
||||||
div#divMain {
|
div#divMain {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
img {.dimension_width_height_s;}
|
img {.dimension_width_height_s;}
|
||||||
input[type*="image"] {.dimension_width_height_s;}
|
input[type*="image"] {.dimension_width_height_s;}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user