pixelegg changes from yesterday

This commit is contained in:
Ralf Becker 2013-11-28 06:19:58 +00:00
parent 73d3a7c039
commit 309b567578
5 changed files with 36 additions and 69 deletions

View File

@ -126,31 +126,6 @@ div.et2_hbox > div {
min-width: 100px; min-width: 100px;
min-height: 100px; min-height: 100px;
} }
.splitter-bar {
z-index: 1000;
}
.splitter-bar-vertical {
cursor: ew-resize;
width: 5px;
}
.splitter-bar-horizontal {
cursor: ns-resize;
height: 5px;
}
/* Hide iframes so moving works */
.splitter-iframe-hide {
display: none;
}
.et2_split div.splitter-bar-vertical div.ui-icon {
position: absolute;
margin-left: -5px;
top: 45%;
}
.et2_split div.splitter-bar-horizontal div.ui-icon {
position: absolute;
margin-top: -6px;
left: 47%;
}
/* Make sure there's no overflow, or hidden bits still appear */ /* Make sure there's no overflow, or hidden bits still appear */
* > .et2_split { * > .et2_split {
overflow: hidden; overflow: hidden;
@ -160,7 +135,6 @@ div.et2_hbox > div {
*/ */
.et2_label { .et2_label {
color: #1e1e1e; color: #1e1e1e;
float: left;
} }
#msg, #msg,
.message { .message {
@ -1099,7 +1073,6 @@ div.message.floating {
.et2_dropdown button.ui-state-default { .et2_dropdown button.ui-state-default {
background-image: none !important; background-image: none !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-size: 10px 10px;
} }
.et2_dropdown button.ui-corner-left img, .et2_dropdown button.ui-corner-left img,
.et2_dropdown button.ui-state-default img { .et2_dropdown button.ui-state-default img {
@ -1110,11 +1083,6 @@ div.message.floating {
right: 8px; right: 8px;
top: 3px; top: 3px;
} }
.et2_dropdown button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
background-repeat: no-repeat !important;
background-size: 10px 10px;
}
.et2_dropdown button.ui-state-hover { .et2_dropdown button.ui-state-hover {
background-color: #b4b4b4 !important; background-color: #b4b4b4 !important;
background-size: 16px 16px !important; background-size: 16px 16px !important;
@ -3111,7 +3079,7 @@ table.egwGridView_grid tr:hover {
table.egwGridView_grid tr td { table.egwGridView_grid tr td {
border-left: 0px; border-left: 0px;
border-right: 0px; border-right: 0px;
padding: 0.3em 0 1em 0.3em; padding: 0.3em 0 0.3em 0.3em;
border-bottom: 1px solid; border-bottom: 1px solid;
color: #bfbfbf; color: #bfbfbf;
/*&:hover {background-color: @egw_color_2_e;} legacy*/ /*&:hover {background-color: @egw_color_2_e;} legacy*/
@ -3123,6 +3091,9 @@ table.egwGridView_grid tr td:active {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
color: #ffffff; color: #ffffff;
} }
table.egwGridView_grid tr td span {
color: #505050;
}
.nextmatch_header .selectcols { .nextmatch_header .selectcols {
background: none; background: none;
} }
@ -4189,10 +4160,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
border-style: solid; border-style: solid;
border-color: #b4b4b4; border-color: #b4b4b4;
} }
#egw_fw_main .egw_fw_ui_tab_content div:nth-child(1) iframe {
height: 100%;
min-height: 99%;
}
/*@import "../less/layout_nextmatch.less";*/ /*@import "../less/layout_nextmatch.less";*/
/** /**
* Less-file for egroupware * Less-file for egroupware

BIN
pixelegg/images/magicwand.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -112,21 +112,21 @@ div.et2_hbox>div {
min-width: 100px; min-width: 100px;
min-height: 100px; min-height: 100px;
} }
.splitter-bar{z-index: 1000;} //.splitter-bar{z-index: 1000;}
.splitter-bar-vertical { cursor: ew-resize; width: 5px;} //.splitter-bar-vertical { cursor: ew-resize; width: 5px;}
.splitter-bar-horizontal { cursor: ns-resize; height: 5px;} //.splitter-bar-horizontal { cursor: ns-resize; height: 5px;}
/* Hide iframes so moving works */ ///* Hide iframes so moving works */
.splitter-iframe-hide { display: none;} //.splitter-iframe-hide { display: none;}
.et2_split div.splitter-bar-vertical div.ui-icon { //.et2_split div.splitter-bar-vertical div.ui-icon {
position: absolute; // position: absolute;
margin-left: -5px; // margin-left: -5px;
top: 45%; // top: 45%;
} //}
.et2_split div.splitter-bar-horizontal div.ui-icon { //.et2_split div.splitter-bar-horizontal div.ui-icon {
position: absolute; // position: absolute;
margin-top: -6px; // margin-top: -6px;
left: 47%; // left: 47%;
} //}
/* Make sure there's no overflow, or hidden bits still appear */ /* Make sure there's no overflow, or hidden bits still appear */
* > .et2_split { * > .et2_split {
overflow: hidden; overflow: hidden;
@ -137,7 +137,7 @@ div.et2_hbox>div {
*/ */
.et2_label { .et2_label {
color: @gray-90; color: @gray-90;
float: left; // float: left;
} }
#msg,.message { #msg,.message {
color: red; color: red;
@ -1088,7 +1088,7 @@ div.message.floating {
button.ui-state-default{ button.ui-state-default{
background-image: none !important; background-image: none !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-size: 10px 10px; // background-size: 10px 10px;
img { img {
height: 16px; height: 16px;
@ -1104,9 +1104,9 @@ div.message.floating {
/*right Button*/ /*right Button*/
button.ui-corner-right { button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png"); // background-image: url("../images/fav_filter_normal.png");
background-repeat: no-repeat !important; // background-repeat: no-repeat !important;
background-size: 10px 10px; // background-size: 10px 10px;
} }
/* hover */ /* hover */
@ -1119,8 +1119,8 @@ div.message.floating {
} }
button.ui-state-hover > img { button.ui-state-hover > img {
position: absolute; // position: absolute;
top: 70000px; // top: 70000px;
} }

View File

@ -1067,16 +1067,16 @@ div#calendar-container {
// background-color: white; // background-color: white;
// width: 99.5%; // width: 99.5%;
div:nth-child(1) { // div:nth-child(1) {
// // height: 100%;
// // min-height: 400px;
//
// iframe{
// height: 100%; // height: 100%;
// min-height: 400px; // min-height: 99%;
// }
iframe{ //
height: 100%; // }
min-height: 99%;
}
}
} }

Binary file not shown.