pixelegg changes

This commit is contained in:
Ralf Becker 2013-11-28 20:20:58 +00:00
parent 309b567578
commit d534e34e39
7 changed files with 40 additions and 10 deletions

View File

@ -190,7 +190,6 @@ input[type=button] {
border: none; border: none;
background: transparent; background: transparent;
padding: 0px; padding: 0px;
width: 16px;
height: 16px; height: 16px;
} }
button.et2_button_text:hover, button.et2_button_text:hover,
@ -1088,10 +1087,6 @@ div.message.floating {
background-size: 16px 16px !important; background-size: 16px 16px !important;
background-position: 10px center !important; background-position: 10px center !important;
} }
.et2_dropdown button.ui-state-hover > img {
position: absolute;
top: 70000px;
}
/* // Liste /* // Liste
ul{ ul{
@ -3043,13 +3038,13 @@ table.egwGridView_outer tbody td.frame {
/*BUG*/ /*BUG*/
} }
table.egwGridView_grid { table.egwGridView_grid {
font-size: 0.95em; font-size: 1.15em;
background-color: #ffffff; background-color: #ffffff;
border-spacing: 0px 1px; border-spacing: 0px 1px;
width: 100%; width: 100%;
} }
table.egwGridView_grid img { table.egwGridView_grid img {
width: 16px; height: 16px;
} }
table.egwGridView_grid tbody { table.egwGridView_grid tbody {
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
@ -3094,6 +3089,39 @@ table.egwGridView_grid tr td:active {
table.egwGridView_grid tr td span { table.egwGridView_grid tr td span {
color: #505050; color: #505050;
} }
table.egwGridView_grid tr td table.customfields tbody {
border-bottom: 0px;
}
table.egwGridView_grid tr td table.customfields tbody tr {
border-bottom: 0px;
}
table.egwGridView_grid tr td table.customfields tbody tr td {
border-bottom: 0px;
}
table.egwGridView_grid span.arrow {
-moz-user-select: none;
background-repeat: no-repeat;
display: inline-block;
height: 8px;
margin-right: 2px;
vertical-align: middle;
width: 8px;
}
table.egwGridView_grid span.arrow.opened {
background-image: url("../images/egw_action/arrows.png");
background-position: -8px 0;
cursor: pointer;
}
table.egwGridView_grid span.arrow.closed {
background-image: url("../images/egw_action/arrows.png");
background-position: 0 0;
cursor: pointer;
}
table.egwGridView_grid span.arrow.loading {
background-image: url("../egw_action/ajax-loader.gif");
background-position: 0 0;
cursor: pointer;
}
.nextmatch_header .selectcols { .nextmatch_header .selectcols {
background: none; background: none;
} }
@ -3628,6 +3656,7 @@ img {
overflow: hidden; overflow: hidden;
z-index: 0; z-index: 0;
padding-top: 0.6em; padding-top: 0.6em;
font-size: 80%;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
background-color: #fafafa; background-color: #fafafa;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

View File

@ -200,7 +200,7 @@ a.et2_url.url {
border: none; border: none;
background: transparent; background: transparent;
padding: 0px; padding: 0px;
width: 16px; // width: 16px;
height: 16px; height: 16px;
} }
button.et2_button_text:hover, input[type=button]:hover { button.et2_button_text:hover, input[type=button]:hover {

View File

@ -333,6 +333,7 @@
overflow: hidden; overflow: hidden;
z-index: 0; z-index: 0;
padding-top: 0.6em; padding-top: 0.6em;
font-size: 80%;
// .background-color-0-gray; // .background-color-0-gray;
.egw_fw_ui_scrollarea_outerdiv{ .egw_fw_ui_scrollarea_outerdiv{

Binary file not shown.

View File

@ -338,8 +338,8 @@ body {
#divUpperTabs li #divUpperTabs li
{ {
float:right; float:right;
margin:0 5px 0 0;; margin: 0 5px 0 0;
padding:0 5px 0 5px; padding: 0 5px 0 5px;
border:solid 1px #9c9c9c; border:solid 1px #9c9c9c;
border-bottom: 0px; border-bottom: 0px;
} }