Fix #925
[KisSync.git] / www / css / acp.css
blobea5bb385e58cb4ad2bb4fd4644c02cd9cf93542c
1 #acp-logview .input-group-btn > button, #acp-logview .input-group > input {
2 border-bottom-left-radius: 0;
3 border-bottom-right-radius: 0;
6 #acp-log {
7 border-top-left-radius: 0;
8 border-top-right-radius: 0;
9 border-top: none;
10 max-height: 500px;
11 overflow-y: scroll;
12 overflow-x: hidden;
15 #acp-eventlog-text {
16 border-top-left-radius: 0;
17 border-top-right-radius: 0;
18 max-height: 500px;
19 overflow-y: scroll;
20 overflow-x: hidden;
23 #acp-eventlog-refresh {
24 margin-top: 20px;
25 border-bottom-left-radius: 0;
26 border-bottom-right-radius: 0;
27 border-bottom: 0;