Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add export option | June McEnroe | 2020-07-17 |
| | | | | | | | Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. | ||
* | Add margin to inputs | June McEnroe | 2020-07-17 |
| | | | | Seems that only Safari provides any margins on form elements by default. | ||
* | Put the checkbox inside the label | June McEnroe | 2020-07-14 |
| | |||
* | Put events forms in a flex | June McEnroe | 2020-07-14 |
| | |||
* | Set span.irc to pre-wrap | June McEnroe | 2020-07-13 |
| | |||
* | Add room to start selecting table rows | June McEnroe | 2020-07-13 |
| | |||
* | Move nick delimiters into HTML generation | June McEnroe | 2020-07-12 |
| | | | | So that they can be copied. | ||
* | Add explicit mark colors | June McEnroe | 2020-07-12 |
| | |||
* | Render all types of events | June McEnroe | 2020-07-12 |
| | |||
* | Don't use KHTML_PRETTY | June McEnroe | 2020-07-12 |
| | | | | It's kinda of unpredictable and can lead to unintended whitespace. | ||
* | Rewrite default CSS | June McEnroe | 2020-07-12 |
| | |||
* | Set nick column to nowrap | June McEnroe | 2020-07-12 |
| | |||
* | Set message column max width | June McEnroe | 2020-07-12 |
| | |||
* | Set messages to break lines anywhere if need be | June McEnroe | 2020-07-12 |
| | |||
* | Add date jump form to events page | June McEnroe | 2020-07-11 |
| | | | | Sad that Safari doesn't implement anything for the date input type. | ||
* | Increase line-height | June McEnroe | 2020-07-11 |
| | |||
* | Dim search result context links | June McEnroe | 2020-07-11 |
| | |||
* | Attempt some more styling | June McEnroe | 2020-07-11 |
| | |||
* | Add basic messages to table and attempt to style | June McEnroe | 2020-07-10 |
| | |||
* | Implement partial table output of events | June McEnroe | 2020-07-10 |
| | | | | This should work for both events and search pages. | ||
* | Move search help to footer | June McEnroe | 2020-07-10 |
| | |||
* | Fold search form into nav | June McEnroe | 2020-07-10 |
| | | | | | CSS is kind of almost working for me here. I await its inevitable betrayal. | ||
* | Serve stylesheet separately, with caching | June McEnroe | 2020-07-10 |
| | |||
* | Add default stylesheet | June McEnroe | 2020-07-10 |