forked from extern/egroupware
Calendar: More style adjustments from Stefan Unverricht
This commit is contained in:
parent
1c1a409791
commit
e81b2c319a
@ -89,6 +89,10 @@
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
#calendar-et2_target hr {
|
||||||
|
display: block;
|
||||||
|
border-top: 1px solid #696969;
|
||||||
|
}
|
||||||
#calendar-sidebox_buttons tbody {
|
#calendar-sidebox_buttons tbody {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -99,6 +99,10 @@
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
#calendar-et2_target hr {
|
||||||
|
display: block;
|
||||||
|
border-top: #696969;
|
||||||
|
}
|
||||||
#calendar-sidebox_buttons tbody {
|
#calendar-sidebox_buttons tbody {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*generell*/
|
/*generell*/
|
||||||
|
|
||||||
// makes svg visible
|
// makes svg visible
|
||||||
|
Loading…
Reference in New Issue
Block a user