forked from extern/egroupware
pixelegg changes
This commit is contained in:
parent
309b567578
commit
d534e34e39
@ -190,7 +190,6 @@ input[type=button] {
|
||||
border: none;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
button.et2_button_text:hover,
|
||||
@ -1088,10 +1087,6 @@ div.message.floating {
|
||||
background-size: 16px 16px !important;
|
||||
background-position: 10px center !important;
|
||||
}
|
||||
.et2_dropdown button.ui-state-hover > img {
|
||||
position: absolute;
|
||||
top: 70000px;
|
||||
}
|
||||
/* // Liste
|
||||
ul{
|
||||
|
||||
@ -3043,13 +3038,13 @@ table.egwGridView_outer tbody td.frame {
|
||||
/*BUG*/
|
||||
}
|
||||
table.egwGridView_grid {
|
||||
font-size: 0.95em;
|
||||
font-size: 1.15em;
|
||||
background-color: #ffffff;
|
||||
border-spacing: 0px 1px;
|
||||
width: 100%;
|
||||
}
|
||||
table.egwGridView_grid img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
table.egwGridView_grid tbody {
|
||||
border-bottom: 1px solid #000000;
|
||||
@ -3094,6 +3089,39 @@ table.egwGridView_grid tr td:active {
|
||||
table.egwGridView_grid tr td span {
|
||||
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 {
|
||||
background: none;
|
||||
}
|
||||
@ -3628,6 +3656,7 @@ img {
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
padding-top: 0.6em;
|
||||
font-size: 80%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||
background-color: #fafafa;
|
||||
|
BIN
pixelegg/images/egw_action/ajax-loader.gif
Executable file
BIN
pixelegg/images/egw_action/ajax-loader.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
pixelegg/images/egw_action/arrows.png
Executable file
BIN
pixelegg/images/egw_action/arrows.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 393 B |
@ -200,7 +200,7 @@ a.et2_url.url {
|
||||
border: none;
|
||||
background: transparent;
|
||||
padding: 0px;
|
||||
width: 16px;
|
||||
// width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
button.et2_button_text:hover, input[type=button]:hover {
|
||||
|
@ -333,6 +333,7 @@
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
padding-top: 0.6em;
|
||||
font-size: 80%;
|
||||
// .background-color-0-gray;
|
||||
|
||||
.egw_fw_ui_scrollarea_outerdiv{
|
||||
|
Binary file not shown.
@ -338,8 +338,8 @@ body {
|
||||
#divUpperTabs li
|
||||
{
|
||||
float:right;
|
||||
margin:0 5px 0 0;;
|
||||
padding:0 5px 0 5px;
|
||||
margin: 0 5px 0 0;
|
||||
padding: 0 5px 0 5px;
|
||||
border:solid 1px #9c9c9c;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user