mirror of
https://github.com/jlengrand/fortnoxovertime.git
synced 2026-03-10 08:21:17 +00:00
20 lines
223 B
CSS
Executable File
20 lines
223 B
CSS
Executable File
body {
|
|
min-width: 357px;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
img {
|
|
margin: 5px;
|
|
border: 2px solid black;
|
|
vertical-align: middle;
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
|
|
#overtimeValue {
|
|
display:inline;
|
|
}
|
|
|
|
#help{
|
|
float:right;
|
|
} |