mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
24 lines
299 B
CSS
24 lines
299 B
CSS
input.radio {
|
|
border: 1px none #000000;
|
|
background-color: transparent;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.panel_wrapper div.current {
|
|
height: 80px;
|
|
}
|
|
|
|
#width {
|
|
width: 50px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#width2 {
|
|
width: 50px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#size {
|
|
width: 100px;
|
|
}
|