Files: c8ebe98ed356a8b95e516ca561f755e05ed43156 / book / html / create.mcss
424 bytesRaw
1 | Create -book { |
2 | section.content input { |
3 | margin-left: 5px |
4 | border: 1px solid gainsboro |
5 | } |
6 | |
7 | section.content textarea { |
8 | margin-left: 5px |
9 | border: 1px solid gainsboro |
10 | } |
11 | |
12 | -contracted { |
13 | section.actions { |
14 | display: none |
15 | } |
16 | section.content { |
17 | display: none |
18 | } |
19 | } |
20 | |
21 | -expanded { |
22 | section.actions { |
23 | display: block |
24 | } |
25 | section.content { |
26 | display: block |
27 | } |
28 | } |
29 | } |
30 | |
31 |
Built with git-ssb-web