Dotclear

source: admin/style/scss/partials/_entry.scss @ 3514:b6102590cadc

Revision 3514:b6102590cadc, 846 bytes checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

A little bit more readable titles for sidebar blocks (entry edition)

Line 
1#entry-form {
2     display: flex;
3     flex-wrap: wrap;
4}
5
6#entry-wrapper {
7     flex-grow: 1;
8     width: calc(100% - 19em);
9     @media screen and (max-width: $xl-screen) {
10          width: 100%;
11     }
12}
13
14#entry-content {
15     margin-left: 0;
16     padding-right: 3em;
17     @media screen and (max-width: $xs-screen) {
18          padding-right: 1em;
19     }
20}
21
22#entry-sidebar {
23     display: flex;
24     flex-wrap: wrap;
25     flex-direction: column;
26     @media screen and (max-width: $xl-screen) {
27          flex-direction: row;
28     }
29     @media screen and (max-width: $xs-screen) {
30          padding-right: 1em;
31     }
32
33     h4 {
34          font-size: 1.08em;
35          margin-top: .3em;
36          border-bottom: 1px solid $ternary-color;
37     }
38     select {
39          width: 100%;
40     }
41     input#post_position {
42          width: 4em;
43     }
44}
45
46.sb-box {
47     width: 18em;
48     margin-bottom: 1em;
49     margin-right: 1em;
50     padding: .5em 1em;
51     background-color: $secondary-background;
52}
53
54#tb_excerpt {
55     width: 100%;
56}
Note: See TracBrowser for help on using the repository browser.

Sites map