sync/www/css/acp.css

29 lines
615 B
CSS
Raw Normal View History

2014-01-28 06:05:14 +00:00
#acp-logview .input-group-btn > button, #acp-logview .input-group > input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#acp-log {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: none;
2014-01-29 02:04:25 +00:00
max-height: 500px;
overflow-y: scroll;
overflow-x: hidden;
2014-01-28 06:05:14 +00:00
}
2014-02-07 16:45:28 +00:00
#acp-eventlog-text {
border-top-left-radius: 0;
border-top-right-radius: 0;
max-height: 500px;
overflow-y: scroll;
overflow-x: hidden;
}
#acp-eventlog-refresh {
margin-top: 20px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 0;
}