szurubooru/public_html/media/css/logs.css

25 lines
303 B
CSS
Raw Normal View History

2014-01-27 09:17:36 +01:00
#content form {
margin-bottom: 1em;
}
2013-11-17 14:39:50 +01:00
#content input {
margin: 0 1em;
2014-02-16 16:03:13 +01:00
max-width: 50%;
2013-11-17 14:39:50 +01:00
}
2014-05-19 21:52:20 +02:00
#content code {
font-size: 9pt;
}
#content .paginator-content {
2014-01-27 09:17:36 +01:00
margin: 0;
2014-05-19 21:52:20 +02:00
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2013-11-17 14:39:50 +01:00
}
2014-05-19 21:52:20 +02:00
#content code strong {
background: #fee;
}