mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
pixelegg changes from Wednesday
This commit is contained in:
parent
e44daf1c8f
commit
d044d3d804
@ -39,9 +39,6 @@
|
||||
*/
|
||||
/*@import (less) "../../etemplate/templates/default/etemplate2.css";*/
|
||||
@media all {
|
||||
html {
|
||||
height: 99% !important;
|
||||
}
|
||||
/**
|
||||
* Top level
|
||||
*/
|
||||
@ -1972,14 +1969,20 @@ table {
|
||||
html * {
|
||||
font-size: 100%;
|
||||
}
|
||||
html {
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 99% !important;
|
||||
height: 99% !important;
|
||||
}
|
||||
body {
|
||||
background-image: none;
|
||||
background-color: #f0f0f0;
|
||||
color: #000000;
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
width: 99% !important;
|
||||
height: 99% !important;
|
||||
font-size: 11px;
|
||||
line-height: 1.28;
|
||||
}
|
||||
@ -2374,26 +2377,6 @@ td.lettersearch {
|
||||
border: none !important;
|
||||
width: 99% !important;
|
||||
}*/
|
||||
.egw_fw_ui_sidemenu_marker {
|
||||
display: block;
|
||||
height: 20px;
|
||||
padding: 2px 5px 2px 34px;
|
||||
margin: 0;
|
||||
border-width: 0px 1px 0px 1px;
|
||||
border-style: solid;
|
||||
border-color: #c6ced6;
|
||||
cursor: pointer;
|
||||
color: gray;
|
||||
background-color: #fafafa;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.egw_fw_ui_sidemenu_marker h1 {
|
||||
display: inline;
|
||||
/* font-size: 10pt;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
.egw_fw_ui_ajaxloader {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
@ -4674,7 +4657,7 @@ table.nextmatch_header img {
|
||||
margin-right: 5px;
|
||||
/*min-height: 50px;*/
|
||||
}
|
||||
.egw_fw_ui_category_content:last-child {
|
||||
.egw_fw_ui_category_content:last-of-type {
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
|
@ -92,13 +92,25 @@
|
||||
|
||||
//Reset
|
||||
|
||||
|
||||
html * {
|
||||
font-size: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
//###############################################
|
||||
|
||||
// verhindert Scrollbars und gibt content volle höhe
|
||||
html {
|
||||
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 99% !important;
|
||||
height: 99% !important;
|
||||
|
||||
}
|
||||
|
||||
body{
|
||||
background-image:none;
|
||||
|
||||
@ -107,8 +119,8 @@ body{
|
||||
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
width: 99% !important;
|
||||
height: 99% !important;
|
||||
font-size: 11px;
|
||||
line-height: 1.28;
|
||||
|
||||
@ -548,27 +560,7 @@ td.lettersearch {
|
||||
}*/
|
||||
|
||||
|
||||
.egw_fw_ui_sidemenu_marker {
|
||||
display: block;
|
||||
height: 20px;
|
||||
padding: 2px 5px 2px 34px;
|
||||
margin: 0;
|
||||
border-width: 0px 1px 0px 1px;
|
||||
border-style: solid;
|
||||
border-color: #c6ced6;
|
||||
cursor: pointer;
|
||||
color: gray;
|
||||
background-color: RGB(250, 250, 250);
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
|
||||
h1{
|
||||
display: inline;
|
||||
/* font-size: 10pt;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -819,7 +819,7 @@
|
||||
/*min-height: 50px;*/
|
||||
|
||||
// Last Element rounded
|
||||
&:last-child{
|
||||
&:last-of-type{
|
||||
.border_radius (0, 0, 10px, 0);
|
||||
border-color: @gray_30;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user