mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
26 lines
248 B
CSS
26 lines
248 B
CSS
body {
|
|
position: relative;
|
|
padding-top: 90px;
|
|
}
|
|
|
|
td form {
|
|
margin: 0;
|
|
}
|
|
|
|
td form .btn {
|
|
margin: 0;
|
|
}
|
|
|
|
code {
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: inherit;
|
|
}
|
|
|
|
.hero-unit {
|
|
padding: 30px;
|
|
}
|
|
|
|
.poll-status {
|
|
padding-left: 10px;
|
|
}
|