Newer
Older
solitude / src / js / src / tracker / app.css
@sylow-castle sylow-castle on 25 Feb 2023 553 bytes [add] trackerアプリの追加
#left {
    display: inline-block;
}


thead tr, tr:nth-child(2n) {
    background-color: #cccccc;
}

form[name="one_event"] {
    width: 95%;
}

fieldset input[name="command_line"],fieldset input[name="event_memo"] {
    width:100%;    
}

form[name="one_event"] label.short-control {
    width: fit-content;
}

#event-logs table {
    width:95%;
}

#event-logs th.col-position-* {
    width:100px;
}

#event-logs th.col-interval {
    width:100px;
}


#event-logs th.col-action {
    width:100px;
}

#event-logs .button-small {
    font-size:85%;
}